0 Replies Latest reply on Nov 3, 2009 10:30 AM by pio1k

    Multiple remote interfaces

    pio1k

      Is there in JBoss 4.2.3 a possibility to have multiple remote interfaces for the same session bean (EJB 3.0)? I've found similar problem:
      http://www.mailinglistarchive.com/jboss-user@lists.jboss.org/msg131545.html
      without any answer.

      I want to have two remote interfaces (both are deployed on server). One of them is vissible in client appliction and second one isn't. When I'm making lookup to visible interface I get this exception:

      javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: <name of invisible interface> (no security manager: RMI class loader disabled)]


      Maybe someone could help me?