[jboss-user] [EJB 3.0] - Re: Can I get dynamically the URL of EJB server?

Wolf-Dieter Fink do-not-reply at jboss.com
Thu Sep 9 11:59:11 EDT 2010


Wolf-Dieter Fink [http://community.jboss.org/people/wdfink] created the discussion

"Re: Can I get dynamically the URL of EJB server?"

To view the discussion, visit: http://community.jboss.org/message/560566#560566

--------------------------------------------------------------
Hi Roque,
if I understand right, you deploy an application to a JBoss server and use other applications at different JBoss servers.

IMHO there is the following option:
* all JBoss instances build a cluster (set UDP-address/port and partition name equal)
the applications are still deployed as before
in this case JBoss will detect the required bean for you

But from my point of view it will be dangerous for transactions if you try to use it.

I decide to deploy all applications within one JBoss together (mean all EARs together at one instance).
In this case you do not need to think about how to find the other application. Also you don't have remote calls.

Drawback is the influence between the applications (JVM, GC, MemoryLeak ...)
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/560566#560566]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100909/ba50c37a/attachment.html 


More information about the jboss-user mailing list