Question : JBossXBException during Jboss migration 4.0.2 to 4.2.2 (Linux)

I'm getting a JBossXBException during the Jboss start "Failed to create a new SAX parser"... I'm using JAVA EE 5, and, I already check the environment variables, and, check the UseJBossWebLoader value...

The Jboss is running with the default values...

Any ideas about how fix this problem?
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
2009-09-17 12:08:14,179 INFO  [org.jboss.system.ServiceConfigurator] Problem configuring service jboss.web:service=WebServer
org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a new SAX parser
....
Caused by: org.jboss.xb.binding.JBossXBException: Failed to create a new SAX parser
	at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.(SaxJBossXBParser.java:96)
.....
Caused by: javax.xml.parsers.ParserConfigurationException: Feature 'http://apache.org/xml/features/xinclude' is not recognized.
......

Answer : JBossXBException during Jboss migration 4.0.2 to 4.2.2 (Linux)

Hi,

It seesm that theres a conflict between jout jaboss-ws and jax-ws. Try to remove the complete  jboss-ws directory. Ano1ther souluton might be to upgrade the Jboss this may indicate that your JAX-ws is a later version than your jboss-ws.

Cheers,
K.
Random Solutions  
 
programming4us programming4us