Hello,

this is a known issue.

> -----Original Message-----
> From: Shane Mingins [mailto:[EMAIL PROTECTED]


        {
>             database.open("repository.xml",Database.OPEN_READ_WRITE);
>         }

the meaning of the database name has changed.  Must be:

 database.open("default",Database.OPEN_READ_WRITE);

or whatever is the value of the jcdAlias in your repository.xml

> Could not found
> org.apache.ojb.broker.metadata.JdbcConnectionDescriptor for PBKey
> org.apache.ojb.broker.PBKey: repository=repository.xml, user=null,

HTH,
        Olli

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to