>> 1) Initialization not thread safe (I know this is a problem with JAAS,
but
>> did you include a workaround).
>No, its simple to workaround this using an mbean.

Any chance I could get an example.....

Just to make sure we are talking about the same thing, the workaround you
speak of will fix the problem you refer to in:
http://www.mail-archive.com/jboss-user%40lists.sourceforge.net/msg04879.html

Thanks,
Alex
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Scott M
Stark
Sent: Thursday, May 31, 2001 3:13 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] JBoss 2.2.2 Release available



>
> I have a working version with Embedded Tomcat using JDBCRealm with MySQL.
>
> 1) Initialization not thread safe (I know this is a problem with JAAS, but
> did you include a workaround).
No, its simple to workaround this using an mbean.

> 2) With security added, must restart JBoss on redeploy of ear file (This
one
> is more annoying than a real problem).
I don't see this in my security test cases so you'll have to describe why
you
see that the restart is necessary.

> 3) Security module seems to lose DB login if no user logs in for extended
> period of time. This one is really a big deal for obvious reasons.  Really
> hoping someone has more info on this.
>
The Tomcat JDBCRealm would not be used in the new version. Instead the
DatabaseServerLoginModule would be used and it just uses the configured
DataSources to access the database. The connection will be as reliable as
the
database pool.




_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to