[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deplyoment failing in jboss-5.1.0.GA

2009-07-13 Thread XsubinX
No way , I tried all different combination.

Also export-all cannot be false.

It can be either ALL or NON_EMPTY

Thanks
Subin

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243192
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deplyoment failing in jboss-5.1.0.GA

2009-07-06 Thread XsubinX
Hi Wolfgang

I removed the following jars from MyWar.war\WEB-INF\lib\  

xmlParserAPIs-2.6.2.jar
xml-apis-1.0.b2.jar
xercesImpl-2.4.0.jar
resolver-20050927.jar

and its working perfectly fine.

As an alternate solution .I also tried to isolate my application like this 

WEB-INF/jboss-classloading.xml





Unfortunately but this is not working.

http://www.jboss.org/community/wiki/useJBossWebClassLoaderinJBoss5

Thanks
Subin


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241934
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deplyoment failing in jboss-5.1.0.GA

2009-07-01 Thread XsubinX
Hey thanks for the quick reply 

I have xercesImpl-2.4.0.jar in my project, I removed that,but still the error 
remains, I will try to change  the ClassLoadingConfiguration too. Between 
wouldyou let me know what are the jars related to xerces.

Thanks
Subin


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241348
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deplyoment failing in jboss-5.1.0.GA

2009-07-01 Thread XsubinX
I was using jboss-4.2.1.GA for the deployment , and when I moved the war to 
jboss-5.1.0.GA , I'm getting XML parser errors.


=
Caused by: org.jboss.xb.binding.JBossXBException: Failed to create a new SAX
parser
at
org.jboss.xb.binding.parser.sax.SaxJBossXBParser.(SaxJBossXBParser.java:97)
at
org.jboss.xb.binding.UnmarshallerImpl.(UnmarshallerImpl.java:56)
at
org.jboss.xb.binding.UnmarshallerFactory$UnmarshallerFactoryImpl.newUnmarshaller(UnmarshallerFactory.java:96)
... 73 more
Caused by: java.lang.ClassCastException:
org.apache.xerces.parsers.XML11Configuration cannot be cast to
org.apache.xerces.xni.parser.XMLParserConfiguration
at org.apache.xerces.parsers.SAXParser.(Unknown Source)
at org.apache.xerces.parsers.SAXParser.(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.(Unknown
Source)
at org.apache.xerces.jaxp.SAXParserImpl.(Unknown Source)
at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(Unknown
Source)
at
org.jboss.xb.binding.parser.sax.SaxJBossXBParser.(SaxJBossXBParser.java:92)

=

Anybody faced this before ?

Thanks 
Subin

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241126
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user