>From: David Jencks <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: [JBoss-dev] jdk1.4 issue >Date: Sun, 14 Apr 2002 00:40:23 -0400 > >I think I found a way container managed login will work for jdk 1.4 and >security-free db's such as hsqldb. If you leave out the password line in >auth.conf, the ConfiguredIdentityLoginModule will issue a warning and >supply a blank password. This works OK on 1.3.1_03. Could someone with >jdk 1.4 please test? > >Also, I moved the db config to be from the examples in connector rather >than a special file in server/src/etc/deploy. > >Is anything still using the NoTxDS? It isn't there any longer:-) >
The JBossMQ JDBC persistence manager does not use it any longer. I rewrote it so that it is transaction manager aware, and for now it is suspending transactions and starting a new one to do its work. Kinda like a RequiresNew. Regards, Hiram _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
