Bugs item #522926, was opened at 2002-02-26 13:12
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=522926&group_id=31602

Category: ejbdoclet
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Vincent Harcq (vharcq)
Summary: dataHolder not set to null in passivate

Initial Comment:
Hi,

I'm using Bluestone as my application server. And he 
reuses my remote interface this is allowed according 
to the specs. Only then the old data is retruned when 
I call getData() because it isn't created. There must 
be an ejbPassivate methode where the dataObject is set 
to null.

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

Comment By: Marcus Brito (pazu)
Date: 2002-02-26 13:42

Message:
Logged In: YES 
user_id=360347

The dataObject is serializable, so there is no need to set
it as null during passivation. The application server should
be able to serialize the dataObject during passivation.

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=522926&group_id=31602

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to