Hi All
 
Had a couple of typos when I first sent this, so here it goes again...
 
Is there a way to prevent the deletion of an Entity EJB? Let's say I have a 'read only' Entity Bean. How do I configure the Bean such that remove (if called) can never delete the entity? I notice that throwing a RemoveException from ejbRemove() prevents deletion but was wondering if there was a more elegant way to prevent deletion.
 
Thanks
Rob

Reply via email to