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.