-
1. Re: Unique JNDI for multiple clustered servers and EJBs
wdfink Oct 26, 2012 4:12 AM (in response to fchaves)1 of 1 people found this helpfulAre all server in the same cluster? Are sfsb# the same bean or each different?
I think you will need the EJBCLIENT-34 feature which is not integrated for use inside a server acting as client.
-
2. Re: Unique JNDI for multiple clustered servers and EJBs
fchaves Oct 26, 2012 5:11 PM (in response to wdfink)I Wolf-Dieter,
Answers:
"Are all server in the same cluster? Are sfsb# the same bean or each different?"
R/All the servers are on registered to same cluster.
sfsb# are different EJBs.
"I think you will need the EJBCLIENT-34 feature which is not integrated for use inside a server acting as client."
R/Is EJBCLIENT-34 included in JBoss AS 7.1.2 Nightly Build of 25-Oct-2012??
How can I use EJBCLIENT-34 for invoke remote EJB from another EJB on diferent JBosss AS Server?
Thanks a lot.
-
3. Re: Unique JNDI for multiple clustered servers and EJBs
wdfink Oct 28, 2012 6:56 AM (in response to fchaves)EJBCLIENT-34 is not integrated neither in 7.1.x nor in 7.2 (upstream) at the moment. I can't give a date to you when it is supposed to.
ATM there is no way to do that without 'wire' the connections. If the EJB is unique as in your case you are able to call each as you want (with wired configuration), see documentation here
-
4. Re: Unique JNDI for multiple clustered servers and EJBs
piotr.kucia Sep 4, 2014 10:07 AM (in response to wdfink)Hi all,
I wonder if anything has changed since Oct 28 2012 in this topic? Maybe recently released Wildfly 8.1 has improved this in some way?
I still have to 'wire' connections as described in documentation?
Is it possible to do it using only the app server cluster and some JNDI configuration?
Wolf-Dieter Fink: do you have some thoughts about it?
Thanks,
Piotr
-
5. Re: Unique JNDI for multiple clustered servers and EJBs
wdfink Sep 5, 2014 3:35 AM (in response to piotr.kucia)There are some options, i.e. there is a scoped-context implementation. But it depend on your use-case whether it is possible or not.
If you have special questions you might open a new thread and provide informations