I have fixed the problem ... On 3/22/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote:
Maybe because the snapshot repository is not referenced in the main pom. Look at the latest openjpa interface: http://fisheye6.cenqua.com/browse/openjpa/trunk/openjpa-kernel/src/main/java/org/apache/openjpa/ee/ManagedRuntime.java?r=516597#l54 and the implementation in Ode: http://fisheye6.cenqua.com/browse/ode/trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/BPELDAOConnectionFactoryImpl.java?r=518370#l119 So the error I have is expected. I guess you still use old snapshots of openjpa somehow, which would be understandable, as the apache snapshot repo is not listed. Btw, is there any reason why this repo is not listed in the main pom ? And did someone contact the openjpa guys to ask if they could release the 0.9.7 before we release Ode ? On 3/21/07, Matthieu Riou <[EMAIL PROTECTED]> wrote: > > Tried it and couldn't get it to break (which is weird in itself). I even > tried a clean build after removing openjpa artifacts from my local repo. > > On 3/21/07, Guillaume Nodet < [EMAIL PROTECTED]> wrote: > > > > I've just grabbed the latest svn trunk, and I have a compilation > problem: > > Maybe a new openjpa snapshot is now incompatible ? > > Or did i miss something > > > > > [INFO] > > > > > ---------------------------------------------------------------------------- > > [INFO] Building ODE :: JPA DAO Impl > > [INFO] task-segment: [clean, install] > > [INFO] > > > > > ---------------------------------------------------------------------------- > > [INFO] [clean:clean] > > [INFO] Deleting directory c:\java\ode\trunk\dao-jpa\target > > [INFO] Deleting directory c:\java\ode\trunk\dao-jpa\target\classes > > [INFO] Deleting directory > c:\java\ode\trunk\dao-jpa\target\test-classes > > [INFO] Deleting directory c:\java\ode\trunk\dao-jpa\target\site > > [INFO] [antrun:run {execution: Cleanup}] > > [INFO] Executing tasks > > [INFO] Executed tasks > > [INFO] [resources:resources] > > [INFO] Using default encoding to copy filtered resources. > > [INFO] [compiler:compile] > > Compiling 18 source files to c:\java\ode\trunk\dao-jpa\target\classes > > [INFO] > > > ------------------------------------------------------------------------ > > [ERROR] BUILD FAILURE > > [INFO] > > > ------------------------------------------------------------------------ > > [INFO] Compilation failure > > > > > > > c:\java\ode\trunk\dao-jpa\src\main\java\org\apache\ode\dao\jpa\BPELDAOConnectionFactoryImpl.java:[119,12] > > org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.Tx > > MgrProvider is not abstract and does not override abstract method > > getRollbackCause() in org.apache.openjpa.ee.ManagedRuntime > > > > > > > > -- > > Cheers, > > Guillaume Nodet > > ------------------------ > > Architect, LogicBlaze (http://www.logicblaze.com/) > > Blog: http://gnodet.blogspot.com/ > > > -- Cheers, Guillaume Nodet ------------------------ Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/
-- Cheers, Guillaume Nodet ------------------------ Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/
