Hi, 

I'm using weblogic 9.1 and trying to deploy axis2 (1.4.1) as an exploded war
file. 

Axis2 (1.4) works fine for me but with 1.4.1 i'm getting this CCE on
.org.apache.xerces.jaxp.DocumentBuilderFactoryImpl


org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected
excep
tion parsing XML document from ServletContext resource
[/WEB-INF/applicationCont
ext.xml]; nested exception is java.lang.ClassCastException:
org.apache.xerces.ja
xp.DocumentBuilderFactoryImpl
        at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadB
eanDefinitions(XmlBeanDefinitionReader.java:420)
        at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBea
nDefinitions(XmlBeanDefinitionReader.java:342)
        at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBea
nDefinitions(XmlBeanDefinitionReader.java:310)
        at
org.springframework.beans.factory.support.AbstractBeanDefinitionReade
r.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)
        at
org.springframework.beans.factory.support.AbstractBeanDefinitionReade
r.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178)


I *do* have the prefer -web-inf class property set to true in a weblogic.xml
file 


<?xml version="1.0" encoding="UTF-8"?> 
<weblogic-web-app xmlns="http://www.bea.com/ns/weblogic/90";>
 <container-descriptor>
    <prefer-web-inf-classes>true</prefer-web-inf-classes>
  </container-descriptor>
</weblogic-web-app>


Thanks

-- 
View this message in context: 
http://www.nabble.com/ClassCastException-with-weblogic-and-axis2-tp22605872p22605872.html
Sent from the Axis - User mailing list archive at Nabble.com.

Reply via email to