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")
,@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&...]