<?xml version="1.0" encoding="utf-8" ?>
| <jboss>
| <enterprise-beans>
| <service>
| <ejb-name>WitnessServiceBean</ejb-name>
| <jndi-name>NotaryA/witness1/WitnessServiceBean/remote</jndi-name>
| </service>
| </enterprise-beans>
| </jboss>
Not sure what the problem is, but the jboss.xml does not look correct. Shouldnt it be:
<?xml version="1.0" encoding="utf-8" ?>
| <jboss>
| <enterprise-beans>
| <session>
| <ejb-name>WitnessServiceBean</ejb-name>
| <jndi-name>NotaryA/witness1/WitnessServiceBean/remote</jndi-name>
| </session>
| </enterprise-beans>
| </jboss>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084882#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...