Sorry for my English :-)

> -----Original Message-----
> From: Peter Fagerlund [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 27, 2002 4:05 PM
> To:   Vesco Claudio; '[EMAIL PROTECTED]'
> Subject:      Re: [JBoss-dev] CVS HEAD doesn't start with jdk 1.4 ?
> 
> on 27-03-2 15.33, Vesco Claudio at [EMAIL PROTECTED] wrote:
> 
> > + db/hypersonic/default.script as martin has written.
> 
> whats that ? where ?
> 
----------------------------------------------------------------------------
--------------------------------------------------------------
The problem is in the parsing of conf/auth.conf. jboss-sdk1.4 crashes
when parses this fragment:

// Security domain for testing new jca framework
DefaultDbRealm {
    //
    //  Security domain for new jca framework.
    // One per ManagedConnectionFactory are required.
    org.jboss.resource.security.ConfiguredIdentityLoginModule required
    principal="sa"
    userName="sa"
>>> password=""
    managedConnectionFactoryName="jboss.jca:service=LocalTxCM"
        ;
};
 

If you changes password="" by password="xxx" then it starts ok, but you
have to modify passord in Default Db conforming to this by changing this
line in db/hypersonic/default.script from:

CREATE USER SA PASSWORD "" ADMIN

to:

CREATE USER SA PASSWORD "xxx" ADMIN

This worked to me, but is really weird


Xavi
----------------------------------------------------------------------------
-------------------------------------------------------------------

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to