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