You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Vishwanath (Resolved) (JIRA)" <ji...@apache.org> on 2012/03/18 14:50:40 UTC

[jira] [Resolved] (OPENEJB-1769) Validation: Check for mistaken 'javax' system properties listed as 'java'

     [ https://issues.apache.org/jira/browse/OPENEJB-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vishwanath resolved OPENEJB-1769.
---------------------------------

    Resolution: Fixed
    
> Validation: Check for mistaken 'javax' system properties listed as 'java'
> -------------------------------------------------------------------------
>
>                 Key: OPENEJB-1769
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1769
>             Project: OpenEJB
>          Issue Type: Sub-task
>          Components: deployment, ejb3 simplified
>            Reporter: David Blevins
>
> If any of the following 'javax' properties are found in the SystemInstance.get().getProperties() and they do not start with 'javax' and mistakenly start with 'java', then log an error or warning.
> javax.persistence.provider
> javax.persistence.transactionType
> javax.persistence.jtaDataSource
> javax.persistence.nonJtaDataSource
> javax.net.ssl.keyStore
> javax.net.ssl.keyStorePassword
> javax.net.ssl.trustStore
> javax.security.jacc.PolicyConfigurationFactory.provider
> javax.security.jacc.policy.provider
> javax.xml.ws.spi.Provider
> javax.xml.soap.MessageFactory
> javax.xml.soap.SOAPFactory
> javax.xml.soap.SOAPConnectionFactory
> javax.xml.soap.MetaFactory
> javax.persistence.sharedCache.mode
> javax.persistence.validation.mode
> javax.persistence.transactionType
> Conversely, these properties often are mistakenly used with an 'x' but should not.  Check that they are not present in the system properties with an 'x'
> java.naming.applet
> java.naming.authoritative
> java.naming.batchsize
> java.naming.dns.url
> java.naming.factory.initial
> java.naming.factory.object
> java.naming.factory.state
> java.naming.factory.url.pkgs
> java.naming.language
> java.naming.provider.url
> java.naming.referral
> java.naming.security.authentication
> java.naming.security.credentials
> java.naming.security.principal
> java.naming.security.protocol

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira