[jboss-dev-forums] [JBoss AS 7 Development] - Re: Remoting-connector with SSL
xiang yingbing
do-not-reply at jboss.com
Sat Aug 4 04:06:09 EDT 2012
xiang yingbing [https://community.jboss.org/people/ybxiang.china] created the discussion
"Re: Remoting-connector with SSL"
To view the discussion, visit: https://community.jboss.org/message/751999#751999
--------------------------------------------------------------
Hello Mates,
In JBoss 6, We can use bellow annotations on an EJB,
> @RemoteBindings({
> @RemoteBinding(clientBindUrl="sslsocket://${jboss.bind.address}:3843", jndiBinding="nms-ear/SSLSecuredRemoteSession/remote")
> , at RemoteBinding(jndiBinding="nms-ear/SecuredRemoteSession/remote")
> })
> @Remote
> public interface ISecuredRemoteSession extends ILogin{
> ....
But, in JBoss 7, this annotation is NOT supported by default. How do you bind your EJB interface to an SSL IP and port?
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/751999#751999]
Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120804/09126343/attachment.html
More information about the jboss-dev-forums
mailing list