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
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
 
 
subject: configuring the weblogic to work with eclipselink 1.x version instead of default 2.x verion
 
Threads others viewed
Common jar files to b eplaced in a .Ear Format
default JPa problem in weblogic 10.1
jsf work under weblogic?
Java EE 4.0 Tutorial by Sun
Problems using GenerationType.IDENTITY for in-memory databases
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com