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,

For now, 140 JPA tests are running with WebLogic 10.3, 2 of them 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?

Thanks,
Edwin

-----Original Message-----
From: Darani Yallapragada [mailto:Darani.Yallapragada@xxxxxxx]
Sent: September 22, 2008 2:47 PM
To: Dev mailing list for Eclipse Persistence Services
Subject: Re: [eclipselink-dev] EclipseLink JPA Unit Tests on Glassfish


Hello Edwin,

Thanks for a detailed email to run the tests. I could run the tests(on 
Glassfish) following your instructions, but i have around 18 errors 
revolving around 1 method and 2 failures .

Did you have a clean run of these tests on other servers?

Thanks
Darani


EDWIN.TANG@xxxxxxxxxx wrote:
> Hi Darani,
>
> Currently, 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. 
>
> To run the JPA tests on an App server, following these steps:
> 1. Install App server
> 2. Go to directory trunk/jpa/eclipselink.jpa.test
> 3. Setup <AppServerName>.properties, e.g., weblogic.properties, to reflect the App server installation
> 4. Edit test.properties to set "server.name=weblogic"
> 5. Execute "ant server-install" for post-installation config
> 6. Execute "ant server-start" to start server
> 7. Execute "ant server-setup" to set up connection pool and data source
> 8. Execute "ant server-test-lrg" to run JPA tests
> 9. Execute "ant server-reset" to reverse the things have done in server-setup
> 10. Execute "ant server-stop" to stop server
>
> We are 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.
>
> Thanks,
> Edwin
>
> -----Original Message-----
> From: Darani Yallapragada [mailto:Darani.Yallapragada@xxxxxxx]
> Sent: September 11, 2008 1:15 PM
> To: Dev mailing list for Eclipse Persistence Services
> Subject: [eclipselink-dev] EclipseLink JPA Unit Tests on Glassfish
>
>
> Hello :
>
> I am planning to run EclipseLink JPA Unit tests on Glassfish. Can anyone 
> please guide me through the necessary steps to be taken in order to run 
> the tests?
>
> Thank You
>
> Darani
>
>
>
>
>
> _______________________________________________
> eclipselink-dev mailing list
> eclipselink-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-dev
> _______________________________________________
> eclipselink-dev mailing list
> eclipselink-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-dev
>   

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev


Back to the top