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


Reply via email to