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

[jira] Created: (OPENJPA-1332) Allow configuration property to be declared for internal usage only

Allow configuration property to be declared for internal usage only
-------------------------------------------------------------------

                 Key: OPENJPA-1332
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1332
             Project: OpenJPA
          Issue Type: New Feature
            Reporter: Pinaki Poddar


Certain configuration properties used only for internal purpose and must not be returned by EntityManagerFactory.getSupportedProperties().
A mechanics should allow a Value to be declared as "private".
This is different than making a Value "invisible" -- such a password -- which does not output the value of a Value.

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


[jira] Resolved: (OPENJPA-1332) Allow configuration property to be declared for internal usage only

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

Pinaki Poddar resolved OPENJPA-1332.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-M4

> Allow configuration property to be declared for internal usage only
> -------------------------------------------------------------------
>
>                 Key: OPENJPA-1332
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1332
>             Project: OpenJPA
>          Issue Type: New Feature
>            Reporter: Pinaki Poddar
>             Fix For: 2.0.0-M4
>
>
> Certain configuration properties used only for internal purpose and must not be returned by EntityManagerFactory.getSupportedProperties().
> A mechanics should allow a Value to be declared as "private".
> This is different than making a Value "invisible" -- such a password -- which does not output the value of a Value.

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