1) Nope. I would recommend keeping the methods in your interface "Reverse",
then make a couple of children, "ReverseLocal" and "ReverseRemote",
and making these your @Local and @Remote APIs.
2) Depends on your packaging.
http://docs.jboss.org/ejb3/app-server/tutorial/jndibinding/jndi.html
...shows the defaults.
http://jboss.org/wiki/Wiki.jsp?page=DisplayTheJDNITreeWithTheJMXConsole
... shows how to see what's actually in the JNDI Tree.
3) Servlet injection is not currently supported, though will be in the future.
4) You mean the JAR that contains all the classes needed of an EJB3 client? Everything
you need should be in $JBOSS_HOME/client, most notably the jboss-all-client.jar and the
EJB3 JARs.
5)
http://trailblazer.demo.jboss.com/EJB3Trail/
...and
http://docs.jboss.org/ejb3/
...which is a little outdated.
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004854#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...