Hi Deepak,
thanks you for replying to my email.
I have just checked and we have the following jar files located on the server:-
com.bea.core.weblogic.spring.instrument_1.0.0.0.jar
com.bea.core.repackaged.springframework.spring_1.0.0.0_2-5-3.jar
com.bea.core.repackaged.springframework.pitchfork_1.2.0.0_1-0.jar
could not find any hibernate files on the server.
I currently have the following files under WEB-INF\lib deployed within my WAR.
antlr-2.7.6rc1.jar, aopalliance.jar, aopalliance2.0.1.jar, asm-attrs.jar, asm.jar
cglib-2.1.3.jar, dom4j-1.6.1.jar, ehcache-1.1.jar ,ehcache-1.2.3.jar ,hibernate3.1.2.jar
javassist-3.4.GA.jar, jstl.jar ,log4j-1.2.14.jar ,quartz-all-1.6.1.jar ,servlet.jar
slf4j-log4j12-1.5.0.jar
spring-aop2.5.6.jar ,spring-beans2.5.6.jar ,spring-context-support2.5.6.jar ,spring-context2.5.6.jar
,spring-core2.5.6.jar, spring-dao2.0.1.jar, spring-jdbc2.5.6.jar, spring-jms2.5.6.jar
,spring-modules-jakarta-commons0.9.jar, spring-modules-validation0.9.jar, spring-orm2.5.6.jar
,spring-test2.5.6.jar, spring-tx2.5.6.jar, spring-web2.5.6.jar,spring-webmvc-portlet2.5.6.jar
,spring-webmvc-struts2.5.6.jar, spring-webmvc2.5.6.jar,
standard.jar
Do I have to use a weblogic-application.xml descriptor that contains something like this:-
<prefer-application-packages>
<package-name>antlr*</package-name>
<package-name>spring*</package-name>
</prefer-application-packages>
thus telling the server to use my war classes instead of the server classes within its classpath.
Not sure about the format needed within a weblogic-application.xml ?
Am I correct in placing my jar files under WEB-INF\lib ?
Do I have to configure my MANIFEST.MF file (i.e. class-Path) ?
I have a lot of questions
Any help would really be appreciated
Mat