Found it myself. Here is an example:
| <jboss>
| <enterprise-beans>
| <session>
| <ejb-name>TestSessionBean</ejb-name>
| <remote-binding>
| <jndi-name>test/TestSessionBean/remote</jndi-name>
| <client-bind-url>
|
http://localhost:8080/servlet-invoker/ServerInvokerServlet
| </client-bind-url>
| </remote-binding>
| </session>
| </enterprise-beans>
| </jboss>
|
This still leaves the problem of an invalid DTD. As soon as you add the DOCTYPE to
jboss.xml it will not deploy.
| <!DOCTYPE jboss PUBLIC
| "-//JBoss//DTD JBOSS 4.2//EN"
| "http://www.jboss.org/j2ee/dtd/jboss_4_2.dtd">
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112164#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...