[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-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 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 __

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss cannot find my derived dialect class

2007-10-22 Thread dbmac45
I have derived my own dialect class from Hibernate's InformixDialect class in order to register two missing mappings (see Thomas Much's Weblog for details: http://www.snailshell.de/blog/archives/cat_java.html). However, JBoss is giving me the following error when I deploy my application's EAR f