the way it goes is:
- it tries to parse the config file expecting it to be a JBossCache 3.x config
- if it cannot parse it will also check weather it is an 2.x config, and here 
is the logged exception.

The problem is the fact that the 3.x file is not correct. Might be because 
you're using an "urn:jboss:jbosscache-core:config:3.1" which is an namespace 
that does not exist. I suggest changing that to 
urn:jboss:jbosscache-core:config:3.0 and try again. If you still get an 
exception, also try -Djbosscache.config.validate=false

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

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

Reply via email to