0 Replies Latest reply on Mar 14, 2004 3:28 PM by prosis_de

    Using multiple invokers (especially for ClientUserTransactio

    prosis_de

      Hello,

      I habe the following scenario:
      My Java application is using rmi to access EJBs. This is OK for internal users but external users need to access the beans over internet and through a firewall. These users need to use the http invoker but both, internal and external users, shoud connect with the same jboss instance.

      Is it possible to use different invokers for the same JBoss instance?
      Sure, i can activate the http invoker and rmi invoker but i have a problem with the ClientUserTransactionService. I can only specify one invoker for it.

      Thanks for your help!

      Regards,
      Andreas Kilian