Hi All
 
Is there a way to prevent the prevention 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 elegantly way to prevent deletion.
 
Thanks
Rob

Reply via email to