Ahh you had forgot a " in one of the lines after ..../ns/javaee" <---- which
i copy pasted :P
I fixed it and now jboss.xml looks like this:
| <?xml version="1.0" encoding="UTF-8"?>
| <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">
| <enterprise-beans>
| <session>
| <ejb-name>SystemEJB</ejb-name>
| <remote-binding>
| <jndi-name>SystemEJB</jndi-name>
| <client-bind-url>sslsocket://0.0.0.0:3843</client-bind-url>
| </remote-binding>
| </session>
| </enterprise-beans>
| </jboss>
|
Now i get the following bug instead:
| Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: Element or
attribute do not match QName production: QName::=(NCName':')?NCName. @
vfszip:/D:/JBoss/jboss-5.1.0.GA/server/default/deploy/myapp-jboss.ear/META-INF/jboss.xml[5,11]
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4253285#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...