My Geronimo build was successful after I built OpenEJB3 locally (w/o tests).
Joe
Joe Bohn wrote:
Building openejb locally also fails in the tests. However, when I
skipped the tests I was able to get OpenEJB3 built locally. I'm
building Geronimo now to see if it gets us past this problem.
Joe
Sachin Patel wrote:
Looks like a new openejb snapshot needs to be published?
Compiling 7 source files to
/Users/sppatel/svk/server/trunk/modules/geronimo-openejb-builder/target/classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
/Users/sppatel/svk/server/trunk/modules/geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/EjbModuleBuilder.java:[411,57]
cannot find symbol
symbol : method getPersistence()
location: class org.apache.openejb.jee.oejb2.GeronimoEjbJarType
/Users/sppatel/svk/server/trunk/modules/geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/EjbModuleBuilder.java:[445,30]
cannot find symbol
symbol : method getPersistence()
location: class org.apache.openejb.jee.oejb2.GeronimoEjbJarType
-sachin