I'm guessing that the fixes should clear up the problems as reported by Guillaume? If so please go ahead and check them in and I will work on carrying them forward.
Lance On 1/26/07, Maciej Szefler <[EMAIL PROTECTED] > wrote:
Yep, that was the plan. I haven't had a chance to finish it. I can check the files in if you want to take over, but it will break things. -mbs On 1/25/07, Lance Waterman <[EMAIL PROTECTED]> wrote: > sure - sounds good to me > > On another note - are you still looking at replacing some of the iterators > with queries in the JPA impl? Matthieu felt like you might be swamped so I > just thought I'd check. > > Lance > > On 1/25/07, Maciej Szefler <[EMAIL PROTECTED]> wrote: > > > > Lance, > > I think I fixed the file not found issue, so it prob works now. But > > its not so nice to have to build these things direcrtly from the > > bpel-test module. We should be able to import the database tarball > > generated from dao-jpa-ojpa-derby module no? > > > > > > On 1/25/07, Lance Waterman <[EMAIL PROTECTED]> wrote: > > > Maciej, > > > > > > It looks like you commented out the DB build task from the bpel-test POM > > ... > > > > > > <!-- This is causing a problem, file not found > > derby.sql > > > Let's move this into a separate test module. > > > -Maciej1/2/07 > > > <execution> > > > <id>Generate Derby DB</id> > > > <phase>compile</phase> > > > > > > > > > <configuration> > > > <tasks> > > > <ant antfile=" build.xml" target="db" > > > inheritRefs="true"/> > > > </tasks> > > > </configuration> > > > <goals> > > > <goal>run</goal> > > > </goals> > > > </execution> > > > --> > > > > > > Can you give a bit more detail on what you are thinking? ( i.e. a > > > bpel-test-jpa-derby project ) > > > > > > Thanks, > > > > > > Lance > > > > > > > > > >
