JBoss Community

Re: EJB3 over SSL doesn't work for remote client

created by Wen Cheng in EJB3 - View the full discussion

My configuration is:

 

source code:

 

@Stateless

@Remote(ReflectEJB.class)

@RemoteBinding(clientBindUrl="sslsocket://${jboss.bind.address}:3843")

public class ReflectEJBBean implements ReflectEJB{

   public String sayHello(){

          return "hello" ;

     }

}

Reply to this message by going to Community

Start a new discussion in EJB3 at Community