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

[jira] Commented: (TUSCANY-961) DAS: Using deprected SDO method causes Type lookup failure

    [ 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org