[jboss-user] [EJB 3.0 Users] - Re: Overriding clientBindUrl does not work! Why?

Wolfgang Knauf do-not-reply at jboss.com
Thu Sep 3 06:19:22 EDT 2009


Hi,

I think that the XML declaration contains an invalid "xmlns:xs" attribute. It should be:

 <jboss xmlns="http://www.jboss.com/xml/ns/javaee"
  |      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |      xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss_5_1.xsd"
  |      version="5.1">
  |  ...
  |  </jboss>

Maybe this confuses JBoss on parsing the file.

Hope this helps

Wolfgang

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4253275



More information about the jboss-user mailing list