Just noticed this thread.
If you want to extend/or re-implement a portion of Tuscany SDO to use a
global scope you should probably start by looking at:
org.apache.tuscany.sdo.helper.DefaultHelperContextImpl
In looking at this code, I wonder if you could get away with the hack of
setting TCCL to
*From:* Blue Diamond [mailto:gvnan...@gmail.com]
> *Sent:* Monday, February 18, 2013 7:31 AM
>
> *To:* user@tuscany.apache.org
> *Subject:* Re: SDO type loading per ClassLoader
>
>
>
> Hi Sabastian,
>
>
>
> Thanks a lot for replying. So, if I understand cor
yes, it amounts to the same thing. -- Sebastian
From: Blue Diamond [mailto:gvnan...@gmail.com]
Sent: Monday, February 18, 2013 7:31 AM
To: user@tuscany.apache.org
Subject: Re: SDO type loading per ClassLoader
Hi Sabastian,
Thanks a lot for replying. So, if I understand correctly, you have your
/databinding/sdo/1.0 …
Does that help?
n Sebastian
From: Blue Diamond [mailto:gvnan...@gmail.com]
Sent: Monday, February 11, 2013 3:00 PM
To: user@tuscany.apache.org
Subject: Re: SDO type loading per ClassLoader
Any insights? :)
Really appreciate any help/info on this.
On Fri, Feb 8, 2013 at 7:50 PM
Any insights? :)
Really appreciate any help/info on this.
On Fri, Feb 8, 2013 at 7:50 PM, Blue Diamond wrote:
> Hi all,
>
> We have been using Tuscany SDO for a while. When we load types using SDO's
> XSDHelper it loads the types for the Context ClassLoader.
> Which means, if I am in an OSGi env
Hi all,
We have been using Tuscany SDO for a while. When we load types using SDO's
XSDHelper it loads the types for the Context ClassLoader.
Which means, if I am in an OSGi env., each bundle that wants to deal with
types should load the types.
Is there a way I can configure SDO or load types with