Wen Cheng [http://community.jboss.org/people/chengwen] created the discussion

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

To view the discussion, visit: http://community.jboss.org/message/624381#624381

--------------------------------------------------------------
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
[http://community.jboss.org/message/624381#624381]

Start a new discussion in EJB3 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to