Patches item #543253, was opened at 2002-04-12 23:29 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=543253&group_id=22866
Category: JBossCMP Group: v3.0 Rabbit Hole (unstable) Status: Open Resolution: None Priority: 5 Submitted By: Casey Haakenson (haakenso) Assigned to: Nobody/Anonymous (nobody) Summary: AutoNumberEJB2 ejbCreate init problem Initial Comment: When AutoNumberEJB2.ejbCreate(String name) is called, the initial value of "value" is not set, giving a NullPointer exception when anything else is called. I just added "setValue(new Integer(0))" to properly start the counting at 0. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=543253&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
