0 Replies Latest reply on Aug 2, 2004 6:28 AM by switch

    How do I execute a remote EJB  method?

    switch

      Hi.

      I'm migrating a large number of applications from Weblogic to JBoss 3.2.3. At this time, I need to execute a EJB bussiness method running in JBoss from another EJB running in Weblogic (6.1).

      I've succeeded to execute a EJB method (with authentication) from a stand alone client using -D-Djava.security.auth.login.config=file:///path/to/file thanks to this post: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=26615

      But I can't use this auth. file inside WL EJB Container.

      Could anybody, please, show me a example of cross server method execution where EJB methods are protected and the server has a UsersRolesLoginModule policy defined?

      The application running in WL is very big and I can't migrate it just now, because it is deployed in a production evironment.

      Any help will be appreciated, I've been googling and reading for 4 days.
      Thanks in advance.