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

Kelvin Goodson commented on TUSCANY-961:
----------------------------------------

Best practise now is, if possible to manage your scopes for types by using 
client created instances of HelperContext.  These can be created using the 
static method in org.apache.tuscany.sdo.api.SDOUtil.createHelperContext().  The 
TypeHelper is accessible via the HelperContext.getTypeHelper() method.

If you must use the global scope for types then the default TypeHelper is 
accessible from the default HelperContext via HelperProvider.getDefaultContext()

> DAS: Using deprected SDO method causes Type lookup failure
> ----------------------------------------------------------
>
>                 Key: TUSCANY-961
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-961
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java DAS RDB
>            Reporter: Brent Daniel
>            Assignee: Brent Daniel
>             Fix For: Java-DAS-Next
>
>
> The DAS is still using SDOUtil.createTypeHelper() rather than 
> TypeHelper.INSTANCE. This causes the DAS to not have visibility of types 
> defined by TypeHelper or XSDHelper. 

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to