[jboss-user] [JBoss Seam] - Re: Can the EJBs be on a remote server ?

2007-07-19 Thread [EMAIL PROTECTED]
you can inject a remote EJB using @EJB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065679#4065679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065679 ___ jboss-user mail

[jboss-user] [JBoss Seam] - Re: Can the EJBs be on a remote server ?

2007-07-21 Thread femski1
How ? I tried putting an @EJB injection in the JSF backing beans, and only way I could get it to work was when the JSF app was deployed to bundled JBoss/Tomcat. Even then following annotation was required: @EJB(name="testJbossEar/helloWorld/remote") I believe this is JBoss specific and not port

[jboss-user] [JBoss Seam] - Re: Can the EJBs be on a remote server ?

2007-07-22 Thread nhpvti
"femski1" wrote : | I would like to move EJB tier to a remote server located behind a firewall away from Tomcat container on the web server. I thought this was pretty standard configuration for 3-tier applications. Actually a firewall is not an adequate motivation for deploying web- and EJB