Re: 1.0 src build failure

2006-02-12 Thread Aaron Mulder
One of those spec JARs goes in the repository/geronimo-spec/jars directory and the other in repository/org.apache.geronimo.specs/jars -- the difference being that the spec build was changed resulting in a different output location and somehow both of them snuck into the 1.0 source (I think

Re: Build Failed - Building from SVN Geronimo 1.0

2006-02-12 Thread Bruce Snyder
On 2/11/06, Sanjay Dwivedi [EMAIL PROTECTED] wrote: I get following error while building Geronimo 1.0 from SVN source (not the zip file). I have followed the email trails and JIRA to copy geronimo-corba_2.3_spec-1.0.jar in .maven/repository/org.apache.geronimo.specs, still get the error.

Re: Build Failed - Building from SVN Geronimo 1.0

2006-02-12 Thread Sanjay Dwivedi
Thanks Bruce, yes I did checkout the HEAD. I will follow the steps you mention. In case I want 1.0 what should I do? -- Sanjay - Original Message - From: Bruce Snyder [EMAIL PROTECTED] To: user@geronimo.apache.org Sent: Sunday, February 12, 2006 3:24 PM Subject: Re: Build Failed -

Re: 1.0 src build failure

2006-02-12 Thread Mark Kirkwood
Aaron Mulder wrote: One of those spec JARs goes in the repository/geronimo-spec/jars directory and the other in repository/org.apache.geronimo.specs/jars -- the difference being that the spec build was changed resulting in a different output location and somehow both of them snuck into the 1.0

RE: Tomcat MySQL XA support

2006-02-12 Thread Jack Wang
Thanks. If I use MysqlDataSource, there is no problem. But my problem is how to use MySQL's XA in tomcat environment. Who has this example? I have done a test to check MySQL XA's function, but the result is failed. So I wonder if MySQL has real XA to operate database. Especial how to fix Lock