-
Jan 30th, 2009, 04:46 AM
#1
class path issue with spring when deploy in oracle app server
Hi there,
i am using spring in an web application using jdeveloper. it is working perfectly for me in jdeveloper. when i trying to deploy it in appserver ( oracle enterprise manager 10g) i am getting following error,
Failed to deploy web application "china". Failed to deploy web application "china". . Nested exception
Resolution:
Base Exception:
com.evermind.server.rmi.OrionRemoteException
Class not found: org.springframework.beans.factory.access.Bootstrap Exception; nested exception is:
java.lang.ClassNotFoundException: org.springframework.beans.factory.access.Bootstrap Exception. Class not found: org.springframework.beans.factory.access.Bootstrap Exception; nested exception is:
java.lang.ClassNotFoundException: org.springframework.beans.factory.access.Bootstrap Exception
i guess the problem is with classpath of these xml,
<!-- j2ee parent config file-->
<context-param>
<param-name>locatorFactorySelector</param-name>
<param-value>/resources/beanRefContext.xml</param-value>
</context-param>
<!-- parent context key defined in the config file -->
<context-param>
<param-name>parentContextKey</param-name>
<param-value>servicelayer-context</param-value>
</context-param>
i don know how to fix this issue. it is working fine in local jdeveloper. does any one have some idea please help me out..
Regards,
A.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules