On Jul 31, 2006, at 4:00 PM, David Blevins wrote:
On Jul 27, 2006, at 1:19 PM, Jacek Laskowski wrote:
The patch's fixed the compilation issues, but I had to disable the
tests (maven.test.skip) to build OpenEJB 3. Something's broken yet.
On a fully clean build I get compilation errors from this patch:
<snip>
[INFO] [compiler:testCompile]
Compiling 15 source files to /Users/dblevins/work/openejb3/
container/openejb-core/target/test-classes
[INFO]
----------------------------------------------------------------------
--
[ERROR] BUILD FAILURE
[INFO]
----------------------------------------------------------------------
--
[INFO] Compilation failure
/Users/dblevins/work/openejb3/container/openejb-core/src/test/java/
org/openejb/core/stateful/StatefulContainerTest.java:[87,64]
incompatible types
found :
java.util.HashMap<java.lang.String,org.openejb.DeploymentInfo>
required:
java.util.HashMap<java.lang.String,org.openejb.core.CoreDeploymentInfo
>
</snip>
Not sure what the deal is.
My bad. It was a test i hadn't checked in yet :P
-David
-David