In case you're trying this out on JBoss 5 CR2, to get this to work I had to use
the following service:
|
|
|
| sslsocket://${jboss.bind.address}:3843
|
|
|
| org.
Excellent, that worked! Thanks a lot!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149934#4149934
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149934
___
jboss-user mailin
Javid,
Please see this thread
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=131072 where the same
issue was reported for version 4.2.2.
anonymous wrote :
| 14:36:15,468 ERROR [ServerThread] Worker thread initialization failure
| java.lang.reflect.InvocationTargetException
|
I gave up on this with Beta 3, but I just came back to it on Beta 4 and I'm
still getting the same error. Does anybody have any insight as to what the
problem may be?
BTW: Those SVN links you posted are no longer working, can somebody point me to
the new location of the EJB3 SSL tests / resourc
It seems like I'm doing everything the same, but I get the following error on
the server:
| 14:36:15,468 ERROR [ServerThread] Worker thread initialization failure
| java.lang.reflect.InvocationTargetException
| at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Metho
Javid:
Please take a look at our SSL Unit Tests:
http://anonsvn.jboss.org/repos/jbossas/trunk/ejb3/src/test/org/jboss/ejb3/test/ssl/
...and the associated configuration:
http://anonsvn.jboss.org/repos/jbossas/trunk/ejb3/src/resources/test-configs/ejb3-ssl/
...note the transport=sslsocket3843 i
So has anybody been able to get EJB's working over SSL in JBoss 5, or is this a
bug?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128356#4128356
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128356
_