I tried using your suggestion and now the 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>${ejb.ssl.url}</client-bind-url>
| </remote-binding>
|
| </session>
| </enterprise-beans>
| </jboss>
Now i get the following error when trying to start jboss:
Caused by: java.lang.Exception: The xml myapp-jboss.ear/META-INF/jboss.xml is not well
formed!
Any idea?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4253283#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...