Re: [JBoss-dev] jdk1.4 issue

2002-04-14 Thread Scott M Stark
JBoss Group, LLC - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 13, 2002 9:40 PM Subject: Re: [JBoss-dev] jdk1.4 issue > I think I found a way container managed login will work f

Re: [JBoss-dev] jdk1.4 issue

2002-04-14 Thread Hiram Chirino
>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 yo

Re: [JBoss-dev] jdk1.4 issue

2002-04-13 Thread Larry Sanderson
That was quick - it worked perfectly (testsuite run: 3 failures, 34 errors). Thank you. Only one problem remains... the org.jboss.test.util.TestConnection class does not compile due to JDBC 3.0 additions. The same solution that was used in the connector module should work here. -Larry _

Re: [JBoss-dev] jdk1.4 issue

2002-04-13 Thread David Jencks
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 p

[JBoss-dev] jdk1.4 issue

2002-04-13 Thread Larry Sanderson
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