[ http://issues.apache.org/jira/browse/GERONIMO-1129?page=comments#action_12356647 ]
Davanum Srinivas commented on GERONIMO-1129:
--------------------------------------------
+1 from me :)
> Set TTCL around GBean lifecycle methods
> ---------------------------------------
>
> Key: GERONIMO-1129
> URL: http://issues.apache.org/jira/browse/GERONIMO-1129
> Project: Geronimo
> Type: Improvement
> Components: kernel
> Reporter: Dain Sundstrom
> Assignee: Dain Sundstrom
>
> There is a lot of code out there that assumes the TCCL is properly set in the constructor,
start and stop methods, so instead of requiring everyone to write a wrapper class, lets just
set it. The reason we removed most of the TCCL setting code from Geronimo was because it
was a major performance impact. I just think we went a little to far. The life cycle methods
are rarely called and don't happen in code paths where performance is critical. I think we
should change the GBeanInstance code to set the TCCL around doStart and doStop.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|