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:-) Thanks david jencks On 2002.04.13 23:17:36 -0400 Larry Sanderson wrote: > Jdk 1.4 balks when an entry in auth.conf is the empty string. This is a > problem with the default set-up, because that the password for the > Hypersonic DataBase. Since security setup is part of jboss-service, this > failure causes JBoss to come crashing down. The simple solution is to > remove the empty value from auth.conf (either comment out the password > line, or give it a bogus password). > > If this is done, then of course no-one can log in to the DB server. I > was able to work around these issues by specifying the username and > password in the hsqldb-service.xml, and removing the dependency on the > SecurityDomain. With this setup, the test-suite yielded 35 errors, and 3 > failures. > > On a side note - If I build my environment from a cygwin bash shell, I > get a "build successful", and everything runs except for the > jmx-rmi-adaptor. Apparently, rmic missed a file. > > -Larry > _________________________________________________________ > View thread online: http://main.jboss.org/thread.jsp?forum=66&thread=12885 > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > > _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
