Hi this is my case...and I am trying to see how Jboss handles the situation!

1.Context -> J2EE 2.1
2. I have several Stateless Sessioon EJBs that are being marked and declared 
with remote type (Remote Interface only), At the same time I do not provide any 
LocalHome Interface
3. Of course every time I do lookup. for the interface I use lookup.narrow 

Everything seems to be normal I guess!

The critical question is..on these EJBs that are being invoked all together 
within the same JVM (could be a typical LocalHome story in other words). JBoss 
does any RMI call, marshaling and call by value invocations or is he very very 
smart and despite my only remote definitions invokes methods on these EJBs as 
they were ..having LocalHome interface and ..passing parameters by reference!

Is that possible? I am not blaming Jboss I just want to clarify this use case , 
and my findings at the moment show that there is some sort of network call - 
rmi.

Thank you for your time, and any tips are most welcomed!

A.P

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952951#3952951

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952951

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to