Re: SDO type loading per ClassLoader

2013-03-25 Thread Scott Kurz
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

Re: SDO type loading per ClassLoader

2013-02-18 Thread Blue Diamond
*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

RE: SDO type loading per ClassLoader

2013-02-18 Thread Millies, Sebastian
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

RE: SDO type loading per ClassLoader

2013-02-12 Thread Millies, Sebastian
/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

Re: SDO type loading per ClassLoader

2013-02-11 Thread Blue Diamond
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

SDO type loading per ClassLoader

2013-02-08 Thread Blue Diamond
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