Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipselink-dev] EclipseLink JPA Unit Tests on Glassfish

Hi Darani,
 
I have filed https://bugs.eclipse.org/bugs/show_bug.cgi?id=248295 and will commit the ANT scripts to the SVN repository once they are tested and reviewed. Thanks for your contribution on this.
 
Edwin
-----Original Message-----
From: Darani Yallapragada [mailto:Darani.Yallapragada@xxxxxxx]
Sent: September 22, 2008 7:36 PM
To: Dev mailing list for Eclipse Persistence Services
Subject: Re: [eclipselink-dev] EclipseLink JPA Unit Tests on Glassfish

Hello Edwin,

Attached are the ANT scripts for running the JPA tests on Glassfish:
Please do take a look and let me know if there are any concerns.

Thanks
Darani

now, 140 JPA tests are running with WebLogic 10.3, 2 of the fail due to https://bugs.eclipse.org/bugs/show_bug.cgi?id=232564. I am expecting a clean run on Glassfish, you may file bugs for those failures. Also could you share the ANT scripts for running the JPA tests on Glassfish?Message-----Darani Yallapragada [mailto:Darani.Yallapragada@xxxxxxx]September 22, 2008 2:47 PMDev mailing list for Eclipse Persistence ServicesRe: [eclipselink-dev] EclipseLink JPA Unit Tests on GlassfishEdwin,for a detailed email to run the tests. I could run the tests(on following your instructions, but i have around 18 errors around 1 method and 2 failures .you have a clean run of these tests on other servers?EDWIN.TANG@xxxxxxxxxx wrote: 
Hi Darani,we only have ANT scripts for running JPA tests on WebLogic 10.3/10.1, OC4J 10.1.3, WebSphere and JBoss. But the support for Glassfish is not ready yet. run the JPA tests on an App server, following these steps:Install App serverGo to directory trunk/jpa/eclipselink.jpa.testSetup <AppServerName>.properties, e.g., weblogic.properties, to reflect the App server installationEdit test.properties to set "server.name=weblogic"Execute "ant server-install" for post-installation configExecute "ant server-start" to start serverExecute "ant server-setup" to set up connection pool and data sourceExecute "ant server-test-lrg" to run JPA testsExecute "ant server-reset" to reverse the things have done in server-setupExecute "ant server-stop" to stop serverare planning to add Glassfish support in the near future. But you can follow the same rules to create glassfish.xml and glassfish.properties and contribute to EclipseLink.Message-----Darani Yallapragada [mailto:Darani.Yallapragada@xxxxxxx]September 11, 2008 1:15 PMDev mailing list for Eclipse Persistence Services[eclipselink-dev] EclipseLink JPA Unit Tests on Glassfish:am planning to run EclipseLink JPA Unit tests on Glassfish. Can anyone guide me through the necessary steps to be taken in order to run tests?Youmailing listeclipselink-dev@xxxxxxxxxxxhttps://dev.eclipse.org/mailman/listinfo/eclipselink-devmailing listeclipselink-dev@xxxxxxxxxxxhttps://dev.eclipse.org/mailman/listinfo/eclipselink-dev    
mailing listeclipselink-dev@xxxxxxxxxxxhttps://dev.eclipse.org/mailman/listinfo/eclipselink-devmailing listeclipselink-dev@xxxxxxxxxxxhttps://dev.eclipse.org/mailman/listinfo/eclipselink-dev 


Back to the top