FYI, Forgot to say that this new change also allows you to define multiple client-proxy bindings per EJB container. So an <invoker-proxy-binding> could use the same invoker, but different client-interceptors.
Bill > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Bill > Burke > Sent: Sunday, April 28, 2002 8:14 PM > To: Jboss-Dev > Subject: [JBoss-dev] Multi invokers per container committed > > > JBoss 3.1 (CVS-HEAD) now has the ability to bind multiple invokers per EJB > container. This means that one EJB container can serve up requests from > IIOP, RMI, SOAP, <your-protocol-here> all at the same time. Also, if your > EJBs are configured correctly in jboss.xml Beans accessed through bean > ejb-refs will automatically and transparently use the correct protocol. > Meaning, if you start off on IIOP, you'll stay on IIOP (unless the call is > colocated). _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
