3 Replies Latest reply on May 3, 2013 5:36 PM by raylite3

    Error using EJB scoped context from one server to another

    raylite3

      Hello,

       

      I am trying to use the EJB client scoped contexts example to lookup a remote bean from one server to another.

       

      https://github.com/wfink/jboss-as-quickstart/blob/ejb-clients/ejb-clients/ic-properties/src/main/java/org/jboss/as/quickstarts/ejb/clients/EJBClientConnectionConfiguration.java

       

      I am getting the following error:

       

      WARN  [org.xnio.option.parse] (EJB remoting - 2) Invalid option 'org.xnio.Options.SSL_ENABLED' in property 'remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED': java.lang.IllegalArgumentException: Class 'org.xnio.Options' not found

       

      Is this valid to use from 1 server to another? Am I just missing the class/dependency?

       

      I have the same deployment in 2 servers. I have a outbound connection from server2 to server1. When I invoke a bean from server2 to server1, I get the above error.

       

      Any pointers appreciated!