Re: [JBoss-user] application security configuration

2002-07-31 Thread Gary S. Cuozzo
>- Original Message - >From: "Gary S. Cuozzo" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, July 31, 2002 7:08 AM >Subject: Re: [JBoss-user] application security configuration > > >>

Re: [JBoss-user] application security configuration

2002-07-31 Thread Scott M Stark
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 31, 2002 7:08 AM Subject: Re: [JBoss-user] application security configuration > In my ejb-jar.xml file I have: > > > description not supported yet by > ejbdoclet > > >

Re: [JBoss-user] application security configuration

2002-07-31 Thread Gary S. Cuozzo
In my ejb-jar.xml file I have: description not supported yet by ejbdoclet description not supported yet by ejbdoclet ClientSessionBean * and other ones like: description not supported yet by ejb

Re[2]: [JBoss-user] application security configuration

2002-07-30 Thread Alex Loubyansky
GSC> The problem that I have now is that it happens for EVERY method call to GSC> the bean instead of just the one that I have permissions set up for. GSC> Any clues? Are other methods marked as ? alex --- This sf.net email is sponsored by

Re: [JBoss-user] application security configuration

2002-07-30 Thread Gary S. Cuozzo
Thanks. I actually had just tried that right before receiving your email and made some progress. So I now get: 17:11:29,440 ERROR [SecurityInterceptor] Authentication exception, principal=null as I would expect. The problem that I have now is that it happens for EVERY method call to the

Re: [JBoss-user] application security configuration

2002-07-30 Thread Scott M Stark
Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Gary S. Cuozzo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 30, 2002 1:16 PM Subject: [JBoss-user] application security configuration > Hello a

Re: [JBoss-user] application security configuration

2002-07-30 Thread David Jencks
I think you have to use the single login-conf.xml file in server/[conf-name]/conf david jencks On 2002.07.30 16:16:19 -0400 Gary S. Cuozzo wrote: > Hello all, > I'm at the point of configuring security parameters for my app and have > a few questions. > > I ultimately want to use the DatabaseS

[JBoss-user] application security configuration

2002-07-30 Thread Gary S. Cuozzo
Hello all, I'm at the point of configuring security parameters for my app and have a few questions. I ultimately want to use the DatabaseServerLoginModule and authenticate via a web-app, but have been trying some of the simpler modules just to get started. So far I have not been successful.