[jboss-user] [EJB3] - Re: EJB3 over SSL doesn't work for remote client

Wen Cheng do-not-reply at jboss.com
Thu Sep 1 22:32:51 EDT 2011


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110901/a5e3a992/attachment.html 


More information about the jboss-user mailing list