-----Original Message-----
From: Rickard �berg [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 07, 2000 8:42 AM
To: jBoss User; jBoss Developer
Subject: [jBoss-Dev] Major update in CVS
*NOTE! IMPORTANT!*
* Do NOT apply new attribute values in set methods if the service uses a
delegated model (i.e. it wraps the real service). Simply store the
values in MBean attributes, and apply them in startService(). This is
because the delegated service should be initialized in initService() and
set methods may be called prior to that has been done.
These two rules will ensure that services behave well.
Andy: You mean as long as the delegated service is not initialized otherwise
you only can set attributes before initService().