I want to use RELAX NG validation of XML documents in JBoss, and I want to use 
the javax.xml.validation API to lookup the validator.

However, I cannot get my application to find the RELAX NG validation when 
running within JBoss. 

I use these two jar files: 
https://isorelax-jaxp-bridge.dev.java.net/
http://www.thaiopensource.com/relaxng/jing.html
and it works fine from a standalone Java application.

I have tried to put these two jar files in every possible location, 

  | server/myapp/deploy
  | server/myapp/lib
  | lib
  | lib/endorsed
  | 
  | 
  | but I always get this error:
  | 
  | 
  |   | java.lang.IllegalArgumentException: http://relaxng.org/ns/structure/1.0
  |   |         at javax.xml.validation.SchemaFactory.newInstance(Unknown 
Source)
  |   | 

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

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

Reply via email to