In om/BaseObject.java, I think that getIdAsBigDecimal() should
be coded like this:
catch (Exception e)
{
bd = new BigDecimal(NEW_ID);
}
instead of the way it is:
catch (Exception e)
{
bd = new BigDecimal(-1.);
}
I will commit this change soon, unless someone raises a flag!
--
Gonzalo A. Diethelm
[EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]