File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes BEA/Weblogic and the fly likes configuring the weblogic to work with eclipselink 1.x version instead of default 2.x verion Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "configuring the weblogic to work with eclipselink 1.x version instead of default 2.x verion" Watch "configuring the weblogic to work with eclipselink 1.x version instead of default 2.x verion" New topic
Author

configuring the weblogic to work with eclipselink 1.x version instead of default 2.x verion

Sankarsan Padhy
Greenhorn

Joined: Aug 01, 2006
Posts: 12
my project is configured to work with jpa 1.0 and using eclipselink1.0.jar. It is not included in the ear. So when I deploy the ear file in weblogic ( version-1035) , it is taking the default eclipselink version(2.0) as I see in the console:
INFO: EclipseLink, version: Eclipse Persistence Services - 2.1.3.v20110304-r9073

I tried putting the eclipselink1.0.jar in the domain/lib and also setting the java-option as -Dweblogic.ext.dirs=[path]\eclipselink-1.1.0.jar; But to no avail.

How can I make the weblogic to work with a eclipselink 1.0.0 version.

Thanks
Sankarsan

Sankarsan padhy<br />Software Engineer
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: configuring the weblogic to work with eclipselink 1.x version instead of default 2.x verion
 
Similar Threads
jsf work under weblogic?
Common jar files to b eplaced in a .Ear Format
default JPa problem in weblogic 10.1
Java EE 4.0 Tutorial by Sun
Problems using GenerationType.IDENTITY for in-memory databases