Postgresql java.lang.NullPointerException migrate status

2009-09-18 Thread Stefano Emilio Campanini
Hi, I'have started using the new migrations today on a starting project. (migrations verison is 3.0 Beta 3 ) We are using Postgresql 8.3.7 and at the beginning (creating the first table ) we meet a problem, after the launch of the first "migrate up". In fact using migrate status we have ...the f

iBATIS 3 include

2009-09-18 Thread Poitras Christian
Hi, Is it possible to include an sql segment from another mapper? In SampleMapper, I've defined columns for sample base class. Sample.oid AS 'Sample.oid', Sample.name AS 'Sample.name', Sample.sampleType AS 'Sample.sampleType', Sample.userExperimentationOid AS 'Sample.userExperimentationOid',

RE: iBATIS 3 include

2009-09-18 Thread Poitras Christian
It seems possible to do so if I declare my ControlMapper before SampleMapper. Unfortunetly, since both mappers depends on each other, I'm stuck... Could it be possible for the builder to read all XML files before trying to resolve dependencies. That way, if 2 mappers depend on each other the buil

Re: Postgresql java.lang.NullPointerException migrate status

2009-09-18 Thread Clinton Begin
Can you open a JIRA ticket for this one? Cheers, clinton On Fri, Sep 18, 2009 at 10:13 AM, Stefano Emilio Campanini < stefano.campan...@gmail.com> wrote: > Hi, > > I'have started using the new migrations today on a starting project. > (migrations verison is 3.0 Beta 3 ) > We are using Postgresql