weblogic - How do you run Spring 2.5.6 sample apps in Jdeveloper 11g? -
I'm trying to run the image DB and Jepastor in Jedivelr 11g. It compiles fine, but will not do it, and how to run Veblogik server throws errors Spring 2.5.x sample application to know how successfully Jedvelr 11g?
When I tried Jepetstor samples I get the following error.
27 Julai, 2009 5:03:20 AM org.springframework.web.context.ContextLoader initWebApplicationContext SEVERE: Context initialize failed org.springframework.beans.factory.BeanDefinitionStoreException: Opertektekst Resources unexpected exception XML document parsing [/WEB-INF/applicationContext.xml]; Nested exception is java.lang.NoClassDefFoundError: Could not initialize class org.springframework.aop.aspectj.ApectpectExpressionPointcut
There is a problem due to weblogic server application classlogging.
You need the following weblogic.xm
& lt ;? Xml version = "1.0" encoding = "UTF-8" & gt; & Lt; Weblogic-Web-App xmlns = "http://www.bea.com/ns/weblogic/weblogic-web-app" & gt; & Lt; Container-descriptor & gt; & Lt; Like-web-inf sections & gt; True & lt; / Prefer-web-inf sections & gt; & Lt; / Container-descriptor & gt; & Lt; / Weblogic-web-application & gt;
:
Comments
Post a Comment