Re: [JBoss-user] Home Interface remove() methods

2001-07-16 Thread Nicolai P Guba
"Larry Kim" <[EMAIL PROTECTED]> writes: > hello, > > the javax.ejb.EJBHome interface has methods: > > ... > void remove(Handle handle)=20 > //Remove an EJB object identified by its handle.=20 > void remove(java.lang.Object primaryKey)=20 > //Remove an EJB object identified

[JBoss-user] Home Interface remove() methods

2001-07-16 Thread Larry Kim
hello, the javax.ejb.EJBHome interface has methods: ... void remove(Handle handle) //Remove an EJB object identified by its handle. void remove(java.lang.Object primaryKey) //Remove an EJB object identified by its primary key. ... however upon deploying my bean, i get a