You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (Created) (JIRA)" <ji...@apache.org> on 2012/02/08 22:37:00 UTC

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

Validation: Check for mistaken 'javax' properties listed as 'java'
------------------------------------------------------------------

                 Key: OPENEJB-1769
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1769
             Project: OpenEJB
          Issue Type: Sub-task
            Reporter: David Blevins




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

        

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

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENEJB-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13264826#comment-13264826 ] 

David Blevins commented on OPENEJB-1769:
----------------------------------------

2012-03-18 - http://svn.apache.org/viewvc?view=revision&revision=1302123 - vishwanathk

                
> 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
>             Fix For: 4.0.0
>
>
> 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

        

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

Posted by "Vishwanath (Resolved) (JIRA)" <ji...@apache.org>.
     [ 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

        

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

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

Vishwanath updated OPENEJB-1769:
--------------------------------

    Fix Version/s: 4.0.0-beta-3
    
> 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
>             Fix For: 4.0.0-beta-3
>
>
> 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

        

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

Posted by "David Blevins (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins updated OPENEJB-1769:
-----------------------------------

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


    Fix Version/s:     (was: 3.1.x)
          Summary: Validation: Check for mistaken 'javax' system properties listed as 'java'  (was: Validation: Check for mistaken 'javax' properties listed as 'java')
    
> 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