[JBoss-user] [Security & JAAS/JBoss] - Re: Sorry, but another prinicpal propegation issue

2005-06-07 Thread monowai
To answer my own question, it seems that removing the second login-module eliminated this issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880704#3880704 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880704 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: Sorry, but another prinicpal propegation issue

2005-06-05 Thread monowai
Cheers Scott. You are of course correct. My misunderstanding about Form Based Authentication (RTFM!). Interestingly once I got past this, the first call to any secured EJB would generate an insufficient permissions for principal [mikeh] error to occur. A second call to the EJB container and

[JBoss-user] [Security & JAAS/JBoss] - Sorry, but another prinicpal propegation issue

2005-05-24 Thread monowai
I hate to type this, but I?m having issues with JAAS caller principal propagation. For what it?s worth, I am running 3.2.6 with a DatabaseLoginModule configured. I added the ClientLoginModule bit after reading some of the other posts here. Needless to say, I've tried removing and relocating

[JBoss-user] [EJB/JBoss] - Re: Unable to passivate due to ctx lock

2005-01-16 Thread monowai
You are proably caching a shared resource as an instance variable. Try making your instance variables transient View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862329#3862329 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [EJB/JBoss] - Re: how to access remote ejb server(in Internet) through pro

2004-04-02 Thread monowai
Shouldn't you be looking up as jnp://se.rv.er.ip:1099 ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828841#3828841 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828841 -

[JBoss-user] [EJB/JBoss] - EJB Returning the Wrong Bean

2004-04-01 Thread monowai
Jboss 3.2.4 rc1 JDK 1.4.2 I have 2 beans: The first (BeanA) contains a Collection of data and is an Entity Bean The second (BeanB also an EntityBean) is an aggregator of the Collections obtained from one or more BeanA's located by findByPrimaryKey Both beans have the "Supports" Transaction Attr