changing xmlns:jndi and xs:schemaLocation from
| xmlns:jndi="urn:jboss:jndi-binding-service"
| xs:schemaLocation="urn:jboss:jndi-binding-service
resource:xmdesc/jndi-binding-service_1_0.xsd">
|
| | to
| |
| | | xmlns:jndi="urn:jboss:jndi-binding-service:1.0"
| | | xs:schemaLocation="urn:jboss:jndi-binding-service:1.0
resource:jndi-binding-service_1_0.xsd">
| | |
| | | | did it for me.
| | | | Suppose it should match xs:schema attribute
targetNamespace="urn:jboss:jndi-binding-service:1.0" in xsd file
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158021#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...