[jboss-user] [Security JAAS/JBoss] - Re: Problem starting service jboss:service=invoker, type=jrmp

2008-03-18 Thread fiddlesticks
Did you find a solution to this? I have the same problem with JBoss4.2.0GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4137357#4137357 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4137357

[jboss-user] [Security JAAS/JBoss] - Problem configuring JRMPInvoker with SSL

2008-03-18 Thread fiddlesticks
I've spent most of the last 2 days trying to get SSL working for EJB3 clients, with no luck. The problem I'm seeing is a NullPointerException when starting JBoss: anonymous wrote : 2008-03-18 16:48:19,820 ERROR [main] JRMPInvoker | Failed to setSecurityDomain=java:/jaas/gds on socket factory

[jboss-user] [EJB 3.0] - Re: Problems mixing descriptors and annotations?

2007-11-18 Thread fiddlesticks
It does, yes. Before I add the deployment descriptor, both Foo and FooChild deploy fine. It's only when I add the entity listener to Foo via orm.xml that they fail to deploy. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105879#4105879 Reply to the post :

[jboss-user] [EJB 3.0] - Problems mixing descriptors and annotations?

2007-11-16 Thread fiddlesticks
I have an entity, Foo, that has one-to-many FooChild children. This relationship is mapped via the OneToMany annotation. FooChild's properties are also mapped via annotation. Foo and FooChild deploy fine, until I add an entity listener to Foo. Unfortunately I have to use a deployment