Just added this functionality.

You can now bind a different invoker for your home or bean proxies.

In jboss.xml
<session>
<ejb-name>
...

<home-invoker>JBOSS-SYSTEM:....yourmbean here</home-invoker>
<bean-invoker>JBOSS-SYSTEM:....your mbean here</bean-invoker>

Oh, BTW, any new Invoker needs to be bound into the Registry.  This needs to
be put into documentation someplace.  I have yet to write documentation for
JBoss.  Where do I add this?  Thanks.

Marc wants to expand this to support the binding of multiple invokers, but I
need the single invoker right now for clustering.  Next I'll be fixing the
clustering stuff in the CVS HEAD.  Sorry I've taken so long....

Bill



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to