I am getting the same issue. Below is the version information, [EMAIL PROTECTED]:~/oss/openejb3$ java -version java version "1.5.0_12" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04) Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, sharing) ============================================== below that is the trace from maven
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /home/karan/oss/openejb3/container/openejb-core/src/main/java/org/apache/openejb/config/EnvEntriesPropertiesDeployer.java:[111,122] inconvertible types found : java.util.Properties required: java.util.Map<? extends java.lang.String,? extends java.lang.String> /home/karan/oss/openejb3/container/openejb-core/src/main/java/org/apache/openejb/config/EnvEntriesPropertiesDeployer.java:[111,122] inconvertible types found : java.util.Properties required: java.util.Map<? extends java.lang.String,? extends java.lang.String> On 8/13/07, David Blevins <[EMAIL PROTECTED]> wrote: > > On Aug 9, 2007, at 12:34 AM, Manu George wrote: > > > Hi, > > I find that the build is failing on trunk (revision 564118) > > for me > > The error is > > [INFO] > > ---------------------------------------------------------------------- > > -- > > [ERROR] BUILD FAILURE > > [INFO] > > ---------------------------------------------------------------------- > > -- > > [INFO] Compilation failure > > > > C:\g\oejb\openejb3\container\openejb-core\src\main\java\org\apache > > \openejb\confi > > g\EnvEntriesPropertiesDeployer.java:[111,122] inconvertible types > > found : java.util.Properties > > required: java.util.Map<? extends java.lang.String,? extends > > java.lang.String> > > > > This will not work because java.util.Properties extends hashtable > > <Object,Object> > > I'm not getting this issue. What VM is it? > > -David > > -- Karan Singh Malhi
