Re: TranQL resource adapter crapping out

2005-11-28 Thread Matt Hogstrom
You can get the source here: cvs -d:pserver:[EMAIL PROTECTED]:/home/projects/tranql/scm co tranql Here is the code in question: protected Connection getPhysicalConnection(Subject subject, CredentialExtractor credentialExtractor) throws ResourceException { try { -- Line 79 --

Re: TranQL resource adapter crapping out

2005-11-28 Thread Jeremy Boynes
[EMAIL PROTECTED] wrote: NPE. Is the source code for this available? (JDBCDriverMF.java, line 79) http://cvs.tranql.codehaus.org/connector/src/java/org/tranql/connector/jdbc/JDBCDriverMCF.java?rev=1.14view=auto I am trying to set up an XA data source using the alpha version of

Re: TranQL resource adapter crapping out

2005-11-28 Thread Guglielmo . Lichtner
I think the problem was the Driver property missing from the plan. My bad. Matt Hogstrom [EMAIL PROTECTED] 11/28/2005 05:43 PM Please respond to user To:user@geronimo.apache.org cc: Subject:Re: TranQL resource adapter crapping out You can get the source here