I just did a full build and didn't get this. Can you update both
Geronimo and OpenEJB and do a build with "maven -o clean new" and see
if you still get the error?
Thanks,
Aaron
On 4/17/06, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote:
> Compilation errors in Connector module in G1.1 branch.
>
> Given below is the console output.
>
> java:compile:
> <depend closure="false" srcdir="1.4" dump="false"
> destdir="C:\g11\modules\connec
> tor/target/classes"></depend> [echo] Compiling to
> C:\g11\modules\connector/ta
> rget/classes
> [javac] Compiling 3 source files to
> C:\g11\modules\connector\target\classes
> [javac]
> C:\g11\modules\connector\src\java\org\apache\geronimo\connector\work
> \pool\ScheduleWorkExecutor.java:34:
> execute(java.lang.Runnable) in EDU.oswego.cs
> .dl.util.concurrent.Executor cannot be applied to
> (java.lang.String,org.apache.g
> eronimo.connector.work.WorkerContext)
> [javac] executor.execute("A J2EE Connector", work);
> [javac] ^
> [javac]
> C:\g11\modules\connector\src\java\org\apache\geronimo\connector\work
> \pool\StartWorkExecutor.java:36:
> execute(java.lang.Runnable) in EDU.oswego.cs.dl
> .util.concurrent.Executor cannot be applied to
> (java.lang.String,org.apache.gero
> nimo.connector.work.WorkerContext)
> [javac] executor.execute("A J2EE Connector", work);
> [javac] ^
> [javac]
> C:\g11\modules\connector\src\java\org\apache\geronimo\connector\work
> \pool\SyncWorkExecutor.java:36: execute(java.lang.Runnable) in
> EDU.oswego.cs.dl.
> util.concurrent.Executor cannot be applied to
> (java.lang.String,org.apache.geron
> imo.connector.work.WorkerContext)
> [javac] executor.execute("A J2EE Connector", work);
> [javac] ^
> [javac] 3 errors
>
> BUILD FAILED
> File...... C:\Documents and
> Settings\Administrator\.maven\cache\maven-java-plugi
> n-1.5\plugin.jelly
> Element... ant:javac
> Line...... 63
> Column.... -1
> Compile failed; see the compiler error output for details.
> Total time : 8 seconds
> Finished at : Monday, April 17, 2006 2:53:05 PM IST