[jira] Updated: (GERONIMO-1532) NullPointerException when a badly named jar is put into repository directory

2006-01-23 Thread Heikki Linnakangas (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1532?page=all ] Heikki Linnakangas updated GERONIMO-1532: - Attachment: listURIs.diff Here's a patch that fixes the issue. NullPointerException when a badly named jar is put into repository

MySQL TranQL connector

2005-12-10 Thread Heikki Linnakangas
Hi, I've been looking at the MySQL TranQL connector, trying to figure out how to write one for PostgreSQL. Is this the right list to discuss TranQL? This caught my eye at the org.tranql.connector.mysql.LocalMCF constructor: public LocalMCF() { -- super(new

Re: XADataSource Pools

2005-11-07 Thread Heikki Linnakangas
On Sun, 6 Nov 2005, Bruce Snyder wrote: On 11/6/05, Heikki Linnakangas [EMAIL PROTECTED] wrote: Could you point me to an example or more specific instructions? I'm just trying to figure out how to configure PostgreSQL XADataSource with Geronimo. Oddly enough, I began looking into the same