Bugs item #449037, was opened at 2001-08-08 01:30
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=449037&group_id=22866

Category: JBossCMP
Group: v2.4 BETA (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: RemoveException not propagated to client

Initial Comment:
When I throw a RemoveException in a ejbRemove method 
of a CMP entity bean the RemoveException will not 
reach the client, i.e the following code: 

public class ClassificationDocEntityBean
implements EntityBean, ClassificationDocEntityBI {

...

public void ejbRemove()
        throws RemoveException, EJBException, 
RemoteException {
        throw new RemoveException
( "AAAAAAAAAAAAAAAAAAAAARGLLLL" );
}

...

}

will cause the client calling remove on the Remote 
interface, as well as on the remove method on the Home 
interface.

The method is being executed though, I checked that.

If I trace the code it looks like everything should 
work fine in the CMPPersistenceManager code..

Hope this helps.

Joost van de Wijgerd
[EMAIL PROTECTED]

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=449037&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to