<?xml version="1.0" encoding="UTF-8"?>
|
| <jboss>
| <secure>false</secure>
| <container-configurations />
| <resource-managers />
| <enterprise-beans>
| <session>
| <ejb-name>UniTable</ejb-name>
| </session>
| </enterprise-beans>
| </jboss>
|
Change this to
<?xml version="1.0" encoding="UTF-8"?>
|
| <jboss>
| <enterprise-beans>
| <session>
| <ejb-name>UniTable</ejb-name>
| </session>
| </enterprise-beans>
| </jboss>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199458#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...