I am trying to deploy an ear which has libs at ear level. I reference this libs 
in the war file(using manifest.mf). 

While deploying the exception is


2005-11-24 12:54:36,358 ERROR [org.springframework.web.context.ContextLoader] 
Context initialization failed
java.lang.ClassCastException
        at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source)
        at 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:121)


I doubt this as some classloader issue, as at ear level i have xmlparsers.jar 
which is refered in the war. 

How do i load my specific jars? I tried placing jboss-app.xml with 
<loader-repository> added but of no use.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908879#3908879

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908879


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to