You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Venkatakrishnan (JIRA)" <tu...@ws.apache.org> on 2007/11/02 07:02:50 UTC

[jira] Commented: (TUSCANY-1887) Classloading: Remove unnecessary use of thread context classloader

    [ https://issues.apache.org/jira/browse/TUSCANY-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539519 ] 

Venkatakrishnan commented on TUSCANY-1887:
------------------------------------------

I've committed the patch for https://issues.apache.org/jira/browse/TUSCANY-1877 not realizing that this is a cummulative one.  Any chance of including a patch just for this JIRA after updating from the Trunk (which now has all that you need as part of 1877).   Thanks.

> Classloading: Remove unnecessary use of thread context classloader
> ------------------------------------------------------------------
>
>                 Key: TUSCANY-1887
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1887
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java SCA Core Runtime
>            Reporter: Rajini Sivaram
>         Attachments: tuscany-tccl-patch.txt
>
>
> The attached patch removes some of the uses of TCCL in Tuscany code.
> ModelResolver (and hence the contribution classloader) is now used to resolve:
>     Property file specified as component property, if the filename specified is relative
>     Script file specified for <implementation.script>
>     Xquery file specified for <implementation.xquery/>
> There are some uses of TCCL in testing, which have been left as is.
> TCCL will continue to be used as the parent classloader for all classloaders created within Tuscany.
> <implementation.spring/> and <binding.ejb/> still use TCCL. I didn't want to remove the use of TCCL in this code because I wasn't sure if Spring and EJB have additional requirements on TCCL which are not obvious from the Tuscany code.
> I will raise another JIRA issue to handle deserializing of CallableReference, which currently uses TCCL.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org