I solved this.
The problem was the ejb configuration in jboss.xml file, under the META-INF
directory.
I used something like:
<ejb-name>ejb name</ejb-name>
<jndi-name>jndi name</jndi-name>
<local-jndi-name>jndi name</local-jndi-name>
<configuration-name>HTTP Session</configuration-name>
<container-configurations>
<container-configuration extends="Standard Stateless SessionBean">
<container-name>HTTP Session</container-name>
<home-invoker>jboss:service=invoker,type=http</home-invoker>
<bean-invoker>jboss:service=invoker,type=http</bean-invoker>
</container-configuration>
</container-configurations>
As described in many sites. This was working on LAN and was compatible with
xdoclet tags generation.
To solve the problem, i have used something like this:
<ejb-name>ejb name</ejb-name>
<jndi-name>jndi name</jndi-name>
<local-jndi-name>jndi name</local-jndi-name> <invoker-bindings>
<invoker-proxy-binding-name>stateless-http-invoker</invoker-proxy-binding-name>
</invoker-bindings>
<invoker-proxy-bindings>
many tags here
</invoker-proxy-bindings>
As i found in a jboss guide. This wasn't compatible with xdoclet, but it has
been quite simple to change jboss_xml.xdt to generate what i needed (thanks to
google).
I hope this helps someone. For more details just ask.
Bye all
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861552#3861552
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861552
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user