Simon Mc Glynn [
https://community.jboss.org/people/sujes] created the discussion
"Re: How to programatically manage 1,000 to 6,000 outbound ejb connections in
JBoss7?"
To view the discussion, visit:
https://community.jboss.org/message/763766#763766
--------------------------------------------------------------
I don't think that's deprecated. Personally I didn't use that approach because
I had lots of difficulties using EJBClientContext.setSelector(this.selector) because I was
trying to invoke EJB's in one container instance from inside another instance. Firstly
the setSelector has permissions locked from the security manager and secondly the JTS
couldn't commit the transaction. The transaction manager commit runs in another thread
with another classloader and I had no control over the client context it tries to use.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/763766#763766]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]