7 Replies Latest reply on Dec 28, 2008 9:38 AM by jaikiran

    Don't want to hard code the dynamic IP for @RemoteBindings->

    sotong

      I'm trying to access a bean over a NAT, but I don't want to hard code the external IP on the beans since the IP is not static... So, I hope there is a solution soon.

      my code:
      @Stateless
      @RemoteBindings({
      @RemoteBinding(clientBindUrl="sslsocket://203.115.204.136:443", jndiBinding="JNLPServicesBean/ssl"),
      @RemoteBinding(jndiBinding="JNLPServicesBean/remote")
      })