Andrew Gronosky wrote:
Oh, I should also mention, I needed to edit the source code for the example EJB. On lines 35-36 of ${EJB3_TUTORIAL_HOME}/ssl/src/org/jboss/tutorial/ssl/bean/CalculatorBean.java,
@RemoteBindings(
{@RemoteBinding(clientBindUrl = "sslsocket://0.0.0.0:3843"), @RemoteBinding(jndiBinding = "CalculatorNormal")})
Yes, for some reason that particular tutorial seems to have been left behind (it doesn't figure in the tutorial chapters). I'll be fixing this soon. Thanks for bringing this up.