Re: [JBoss-user] self referencing CMRs not working in ejbPostCreate().

2002-07-03 Thread Dain Sundstrom
This is a bug in 3.0. It has been fixed in 3.0.1. -dain [EMAIL PROTECTED] wrote: > hi, > > i'm working with an object were two objects refer to each other. i.e. > > public abstract class Type implements EntityBean { > /* snip */ > public void ejbPostCreate(String name) thr

[JBoss-user] self referencing CMRs not working in ejbPostCreate().

2002-07-03 Thread [EMAIL PROTECTED]
hi, i'm working with an object were two objects refer to each other. i.e. public abstract class Type implements EntityBean { /* snip */ public void ejbPostCreate(String name) throws CreateException { TypeLocal type = null; ResourceLocalHome resourceLom