"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
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