Well, I don't know anything about Seam, so I can't comment on that. But your use
of Remoting with EJB3 seems unnecessarily complex. The point of EJBs is to hide all the
communication complexity from the application. If you look up the EJB in JNDI, you get an
object that communicates directly and simply with the server side EJB. Unless you have
some very special requirements, I don't see any need to use Remoting to access the
EJB.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156046#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...