[jboss-user] [EJB 3.0] - Re: EJB3 & SSL not working in JBoss 5 Beta3?

2008-10-10 Thread javidjamae
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.

[jboss-user] [EJB 3.0] - Re: EJB3 & SSL not working in JBoss 5 Beta3?

2008-05-10 Thread javidjamae
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

[jboss-user] [EJB 3.0] - Re: EJB3 & SSL not working in JBoss 5 Beta3?

2008-05-06 Thread jaikiran
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 |

[jboss-user] [EJB 3.0] - Re: EJB3 & SSL not working in JBoss 5 Beta3?

2008-04-30 Thread javidjamae
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

[jboss-user] [EJB 3.0] - Re: EJB3 & SSL not working in JBoss 5 Beta3?

2008-02-15 Thread javidjamae
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

[jboss-user] [EJB 3.0] - Re: EJB3 & SSL not working in JBoss 5 Beta3?

2008-02-14 Thread ALRubinger
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

[jboss-user] [EJB 3.0] - Re: EJB3 & SSL not working in JBoss 5 Beta3?

2008-02-11 Thread javidjamae
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 _