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

[jira] Created: (TUSCANY-1461) Checkin of T-1459 has created a compilation problem in HelperProviderBase

Checkin of T-1459 has created a compilation problem in HelperProviderBase
-------------------------------------------------------------------------

                 Key: TUSCANY-1461
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1461
             Project: Tuscany
          Issue Type: Bug
          Components: Java SDO Implementation
    Affects Versions: Java-SDO-M2
         Environment: n/a
            Reporter: David T. Adcox
             Fix For: Java-SDO-1.0
         Attachments: 1461.patch

The scope of HelperProvider.defaultContext  is undeclared so by default it is private.  HelperProviderBase extends HelperProvider and references defaultContext.  I've attached a patch making HelperProvider.defaultContext protected.

-- 
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


[jira] Closed: (TUSCANY-1461) Checkin of T-1429 has created a compilation problem in HelperProviderBase

Posted by "David T. Adcox (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David T. Adcox closed TUSCANY-1461.
-----------------------------------

    Resolution: Invalid

It appears that this issue was precipitated because the spec library was built under the old spec/sdo-api tree, not the new location under sdo/sdo-api.

> Checkin of T-1429 has created a compilation problem in HelperProviderBase
> -------------------------------------------------------------------------
>
>                 Key: TUSCANY-1461
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1461
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Implementation
>    Affects Versions: Java-SDO-M2
>         Environment: n/a
>            Reporter: David T. Adcox
>             Fix For: Java-SDO-1.0
>
>
> The scope of HelperProvider.defaultContext  is undeclared so by default it is private.  HelperProviderBase extends HelperProvider and references defaultContext.  I've attached a patch making HelperProvider.defaultContext protected.

-- 
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


[jira] Updated: (TUSCANY-1461) Checkin of T-1459 has created a compilation problem in HelperProviderBase

Posted by "David T. Adcox (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David T. Adcox updated TUSCANY-1461:
------------------------------------

    Attachment:     (was: 1461.patch)

> Checkin of T-1459 has created a compilation problem in HelperProviderBase
> -------------------------------------------------------------------------
>
>                 Key: TUSCANY-1461
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1461
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Implementation
>    Affects Versions: Java-SDO-M2
>         Environment: n/a
>            Reporter: David T. Adcox
>             Fix For: Java-SDO-1.0
>
>
> The scope of HelperProvider.defaultContext  is undeclared so by default it is private.  HelperProviderBase extends HelperProvider and references defaultContext.  I've attached a patch making HelperProvider.defaultContext protected.

-- 
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


[jira] Updated: (TUSCANY-1461) Checkin of T-1459 has created a compilation problem in HelperProviderBase

Posted by "David T. Adcox (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David T. Adcox updated TUSCANY-1461:
------------------------------------

    Attachment: 1461.patch

> Checkin of T-1459 has created a compilation problem in HelperProviderBase
> -------------------------------------------------------------------------
>
>                 Key: TUSCANY-1461
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1461
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Implementation
>    Affects Versions: Java-SDO-M2
>         Environment: n/a
>            Reporter: David T. Adcox
>             Fix For: Java-SDO-1.0
>
>         Attachments: 1461.patch
>
>
> The scope of HelperProvider.defaultContext  is undeclared so by default it is private.  HelperProviderBase extends HelperProvider and references defaultContext.  I've attached a patch making HelperProvider.defaultContext protected.

-- 
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


[jira] Updated: (TUSCANY-1461) Checkin of T-1459 has created a compilation problem in HelperProviderBase

Posted by "David T. Adcox (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David T. Adcox updated TUSCANY-1461:
------------------------------------

    Patch Info:   (was: [Patch Available])

The patch previously provided isn't a valid approach for solving the problem.  Another option need to be explored.

> Checkin of T-1459 has created a compilation problem in HelperProviderBase
> -------------------------------------------------------------------------
>
>                 Key: TUSCANY-1461
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1461
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Implementation
>    Affects Versions: Java-SDO-M2
>         Environment: n/a
>            Reporter: David T. Adcox
>             Fix For: Java-SDO-1.0
>
>
> The scope of HelperProvider.defaultContext  is undeclared so by default it is private.  HelperProviderBase extends HelperProvider and references defaultContext.  I've attached a patch making HelperProvider.defaultContext protected.

-- 
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


[jira] Updated: (TUSCANY-1461) Checkin of T-1429 has created a compilation problem in HelperProviderBase

Posted by "David T. Adcox (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David T. Adcox updated TUSCANY-1461:
------------------------------------

    Summary: Checkin of T-1429 has created a compilation problem in HelperProviderBase  (was: Checkin of T-1459 has created a compilation problem in HelperProviderBase)

Wrong JIRA was referenced in description.

> Checkin of T-1429 has created a compilation problem in HelperProviderBase
> -------------------------------------------------------------------------
>
>                 Key: TUSCANY-1461
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1461
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Implementation
>    Affects Versions: Java-SDO-M2
>         Environment: n/a
>            Reporter: David T. Adcox
>             Fix For: Java-SDO-1.0
>
>
> The scope of HelperProvider.defaultContext  is undeclared so by default it is private.  HelperProviderBase extends HelperProvider and references defaultContext.  I've attached a patch making HelperProvider.defaultContext protected.

-- 
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