[jboss-user] [EJB 3.0] - Re: EJB with SSL does not work with JBoss AS 4.2.2

2008-05-05 Thread dbmac45
Thanks jaikiran, I am now able to get my configuration to work as well. It turns out that I was setting the keystore system property instead of the truststore when running the client. I was setting the truststore password system property correctly, I just messed up the truststore part. "Chapt

[jboss-user] [EJB 3.0] - Re: EJB with SSL does not work with JBoss AS 4.2.2

2008-05-05 Thread jaikiran
"jthinaka" wrote : Jaikiran, | Thanks for your reply, however we need to have 0.0.0.0 set because our server has multiple addresses and needs to be accessible by all of them. So even if the fix worked, it would not really work for us. | | Dave, | Thanks for posting, if it helps, your exp

[jboss-user] [EJB 3.0] - Re: EJB with SSL does not work with JBoss AS 4.2.2

2008-04-30 Thread machine_head
i have same problem:( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148058#4148058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4148058 ___ jboss-user mailing list jboss-use

[jboss-user] [EJB 3.0] - Re: EJB with SSL does not work with JBoss AS 4.2.2

2008-04-30 Thread javidjamae
I have the same problem that I have posted in another thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148046 Aparently, the JBoss unit tests work (which I haven't verified personally), but I can't seem to get it to work in my environment. View the original post : http://ww

[jboss-user] [EJB 3.0] - Re: EJB with SSL does not work with JBoss AS 4.2.2

2008-04-25 Thread jthinaka
Jaikiran, Thanks for your reply, however we need to have 0.0.0.0 set because our server has multiple addresses and needs to be accessible by all of them. So even if the fix worked, it would not really work for us. Dave, Thanks for posting, if it helps, your experience is exactly like mine, which

[jboss-user] [EJB 3.0] - Re: EJB with SSL does not work with JBoss AS 4.2.2

2008-04-25 Thread dbmac45
jaikiran, I am pretty much experiencing the same results that TJ is seeing and with an almost identical setup. I followed the steps in "Chapter 9 - Transports" in the JBoss EJB 3.0 Reference Documentation. I am running JBoss AS 4.2.2, Java 1.5.0_11 and Windows XP. I added the following code t

[jboss-user] [EJB 3.0] - Re: EJB with SSL does not work with JBoss AS 4.2.2

2008-04-23 Thread jaikiran
TJ, Personally, i haven't tried EJB with SSL on 4.2.2 (for that matter, on any versions of JBoss). So i don't have much experience on this. But based on the exception stacktrace (and based on another discussion that i saw in the forums) i guess, you could try changing the following two configur

[jboss-user] [EJB 3.0] - Re: EJB with SSL does not work with JBoss AS 4.2.2

2008-04-23 Thread jthinaka
"dbmac45" wrote : I am having the same issue. Have you found a resolution? | | Regards, | | Dave M. Dave, No, I haven't gotten any response to it. However, it seems they have agreed to issues, as my problem is referenced in this post: http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [EJB 3.0] - Re: EJB with SSL does not work with JBoss AS 4.2.2

2008-04-23 Thread jaikiran
Dave, You haven't posted details about your setup nor the exception stacktrace. So its hard to guess what's wrong. How do you start JBoss? Which version of JBoss and Java? What exception do you see? And what are the configurations you have done? While posting the logs or xml content or code, r

[jboss-user] [EJB 3.0] - Re: EJB with SSL does not work with JBoss AS 4.2.2

2008-04-23 Thread dbmac45
I am having the same issue. Have you found a resolution? Regards, Dave M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146322#4146322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146322 __