You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Dianne Richards (JIRA)" <ji...@apache.org> on 2009/02/18 17:33:01 UTC

[jira] Created: (OPENJPA-928) getSupportedProperties() shows wsjpa property by default

getSupportedProperties() shows wsjpa property by default
--------------------------------------------------------

                 Key: OPENJPA-928
                 URL: https://issues.apache.org/jira/browse/OPENJPA-928
             Project: OpenJPA
          Issue Type: Bug
          Components: kernel
    Affects Versions: 2.0.0
            Reporter: Dianne Richards
            Assignee: Dianne Richards
            Priority: Minor
             Fix For: 2.0.0


If a derived product has specified a setLoadKey() for a property, that property is returned in the getSupportedProperties(). A test case with wsjpa has shown this. For example, wsjpa.AutoClear is returned instead of openjpa.AutoClear. It's up to a derived product to determine which properties it supports, in addition to or in replacement of the openjpa-prefixed properties. So, this method should only return spec-defined properties and properties prefixed with openjpa.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OPENJPA-928) getSupportedProperties() shows wsjpa property by default

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated OPENJPA-928:
---------------------------------

    Fix Version/s:     (was: 2.0.0)

> getSupportedProperties() shows wsjpa property by default
> --------------------------------------------------------
>
>                 Key: OPENJPA-928
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-928
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 2.0.0-M2
>            Reporter: Dianne Richards
>            Assignee: Dianne Richards
>            Priority: Minor
>
> If a derived product has specified a setLoadKey() for a property, that property is returned in the getSupportedProperties(). A test case with wsjpa has shown this. For example, wsjpa.AutoClear is returned instead of openjpa.AutoClear. It's up to a derived product to determine which properties it supports, in addition to or in replacement of the openjpa-prefixed properties. So, this method should only return spec-defined properties and properties prefixed with openjpa.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.