You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Saphen Qiu (Created) (JIRA)" <ji...@apache.org> on 2012/03/27 13:22:28 UTC

[jira] [Created] (GERONIMO-6309) The usage of ConfiguredEncryption is wrong in the comment block

The usage of ConfiguredEncryption is wrong in the comment block
---------------------------------------------------------------

                 Key: GERONIMO-6309
                 URL: https://issues.apache.org/jira/browse/GERONIMO-6309
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: general
    Affects Versions: 3.0-beta-1, 3.0-M1, 2.1.8, 2.1.7
         Environment: java version "1.6.0"
Java(TM) SE Runtime Environment (build pwi3260sr10-20111208_01(SR10))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32 jvmwi3260sr10-201112
07_96808 (JIT enabled, AOT enabled)
J9VM - 20111207_096808
JIT  - r9_20111107_21307ifx1
GC   - 20110519_AA)
JCL  - 20111104_02
            Reporter: Saphen Qiu
            Assignee: Saphen Qiu
            Priority: Minor
             Fix For: 2.1.8
         Attachments: ConfiguredEncryption.patch

The description of ConfiguredEncryption usage is wrong:

* <gbean name="ConfiguredEncryption">
* <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
* <reference name="ServerInfo"><pattern><name>ServerInfo</name></pattern></reference>
* </gbean>

Here is the correct one:

 * <gbean name="org.apache.geronimo.framework/rmi-naming/2.1.8-wasce/car?j2eeType=GBean,name=ConfiguredEncryption" gbeanInfo="org.apache.geronimo.system.util.ConfiguredEncryption">
 *  <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
 *  <reference name="ServerInfo">
 *     <pattern>
 *       <name>ServerInfo</name>
 *     </pattern>
 *  </reference>
 * </gbean>

--
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] (GERONIMO-6309) The usage of ConfiguredEncryption is wrong in the comment block

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

Saphen Qiu updated GERONIMO-6309:
---------------------------------

    Attachment: ConfiguredEncryption.patch
    
> The usage of ConfiguredEncryption is wrong in the comment block
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-6309
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6309
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.1.7, 2.1.8, 3.0-M1, 3.0-beta-1
>         Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pwi3260sr10-20111208_01(SR10))
> IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32 jvmwi3260sr10-201112
> 07_96808 (JIT enabled, AOT enabled)
> J9VM - 20111207_096808
> JIT  - r9_20111107_21307ifx1
> GC   - 20110519_AA)
> JCL  - 20111104_02
>            Reporter: Saphen Qiu
>            Assignee: Saphen Qiu
>            Priority: Minor
>              Labels: ConfiguredEncryption,configured,password,gbean,rmi-naming
>             Fix For: 2.1.8
>
>         Attachments: ConfiguredEncryption.patch
>
>
> The description of ConfiguredEncryption usage is wrong:
> * <gbean name="ConfiguredEncryption">
> * <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
> * <reference name="ServerInfo"><pattern><name>ServerInfo</name></pattern></reference>
> * </gbean>
> Here is the correct one:
>  * <gbean name="org.apache.geronimo.framework/rmi-naming/2.1.8-wasce/car?j2eeType=GBean,name=ConfiguredEncryption" gbeanInfo="org.apache.geronimo.system.util.ConfiguredEncryption">
>  *  <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
>  *  <reference name="ServerInfo">
>  *     <pattern>
>  *       <name>ServerInfo</name>
>  *     </pattern>
>  *  </reference>
>  * </gbean>

--
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] (GERONIMO-6309) The usage of ConfiguredEncryption is wrong in the comment block

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

Saphen Qiu resolved GERONIMO-6309.
----------------------------------

       Resolution: Later
    Fix Version/s:     (was: 2.1.8)

Will merge this fix to Geronimo-6310
                
> The usage of ConfiguredEncryption is wrong in the comment block
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-6309
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6309
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.1.7, 2.1.8
>         Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pwi3260sr10-20111208_01(SR10))
> IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32 jvmwi3260sr10-201112
> 07_96808 (JIT enabled, AOT enabled)
> J9VM - 20111207_096808
> JIT  - r9_20111107_21307ifx1
> GC   - 20110519_AA)
> JCL  - 20111104_02
>            Reporter: Saphen Qiu
>            Assignee: Saphen Qiu
>            Priority: Minor
>              Labels: ConfiguredEncryption,configured,password,gbean,rmi-naming
>         Attachments: ConfiguredEncryption.java.patch
>
>
> The description of ConfiguredEncryption usage is wrong:
> * <gbean name="ConfiguredEncryption">
> * <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
> * <reference name="ServerInfo"><pattern><name>ServerInfo</name></pattern></reference>
> * </gbean>
> Here is the correct one:
>  * <gbean name="org.apache.geronimo.framework/rmi-naming/2.1.8/car?j2eeType=GBean,name=ConfiguredEncryption" gbeanInfo="org.apache.geronimo.system.util.ConfiguredEncryption">
>  *  <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
>  *  <reference name="ServerInfo">
>  *     <pattern>
>  *       <name>ServerInfo</name>
>  *     </pattern>
>  *  </reference>
>  * </gbean>

--
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] (GERONIMO-6309) The usage of ConfiguredEncryption is wrong in the comment block

Posted by "xiezhi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13454761#comment-13454761 ] 

xiezhi commented on GERONIMO-6309:
----------------------------------

Could anyone tell me how to create the file named ConfiguredSecretKey.ser. I create it myself. But it will meet the exception below when you start the server.

[**                                      ]   7%   1s  Loading rmi-naming                                      2012-09-13 17:22:00,806 ERROR [GBeanInst
anceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.framework/rmi-naming/3.0-w20120503/car?j2eeType=G
Bean,name=ConfiguredEncryption"
java.io.StreamCorruptedException: invalid stream header: FEEDFEED
        at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:786)
        at java.io.ObjectInputStream.<init>(ObjectInputStream.java:283)
        at org.apache.geronimo.system.util.ConfiguredEncryption.<init>(ConfiguredEncryption.java:64)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:44)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:516)
        at org.apache.xbean.recipe.ReflectionUtil$ConstructorFactory.create(ReflectionUtil.java:958)
        at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:276)
        at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
        at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:958)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:271)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:105)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:127)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:569)
        at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:386)
        at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:462)
        at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:226)
        at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:702)
        at org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:213)
        at org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:93)
        at org.apache.geronimo.system.osgi.BootActivator$1.execute(BootActivator.java:107)
        at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:67)
        at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
        at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:32)
[**                                      ]   7%   1s Startup failed
org.apache.geronimo.kernel.config.LifecycleException: start of org.apache.geronimo.framework/rmi-naming/3.0-w20110721/car failed
        at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:718)
        at org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:213)
        at org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:93)
        at org.apache.geronimo.system.osgi.BootActivator$1.execute(BootActivator.java:107)
        at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:67)
        at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
        at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:32)
Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start exception
        at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:523)
        at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:226)
        at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:702)
        ... 6 more
                
> The usage of ConfiguredEncryption is wrong in the comment block
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-6309
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6309
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.1.7, 2.1.8
>         Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pwi3260sr10-20111208_01(SR10))
> IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32 jvmwi3260sr10-201112
> 07_96808 (JIT enabled, AOT enabled)
> J9VM - 20111207_096808
> JIT  - r9_20111107_21307ifx1
> GC   - 20110519_AA)
> JCL  - 20111104_02
>            Reporter: Saphen Qiu
>            Assignee: Saphen Qiu
>            Priority: Minor
>              Labels: ConfiguredEncryption,configured,password,gbean,rmi-naming
>         Attachments: ConfiguredEncryption.java.patch
>
>
> The description of ConfiguredEncryption usage is wrong:
> * <gbean name="ConfiguredEncryption">
> * <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
> * <reference name="ServerInfo"><pattern><name>ServerInfo</name></pattern></reference>
> * </gbean>
> Here is the correct one:
>  * <gbean name="org.apache.geronimo.framework/rmi-naming/2.1.8/car?j2eeType=GBean,name=ConfiguredEncryption" gbeanInfo="org.apache.geronimo.system.util.ConfiguredEncryption">
>  *  <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
>  *  <reference name="ServerInfo">
>  *     <pattern>
>  *       <name>ServerInfo</name>
>  *     </pattern>
>  *  </reference>
>  * </gbean>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (GERONIMO-6309) The usage of ConfiguredEncryption is wrong in the comment block

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

Saphen Qiu updated GERONIMO-6309:
---------------------------------

    Attachment:     (was: ConfiguredEncryption.patch)
    
> The usage of ConfiguredEncryption is wrong in the comment block
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-6309
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6309
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.1.7, 2.1.8
>         Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pwi3260sr10-20111208_01(SR10))
> IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32 jvmwi3260sr10-201112
> 07_96808 (JIT enabled, AOT enabled)
> J9VM - 20111207_096808
> JIT  - r9_20111107_21307ifx1
> GC   - 20110519_AA)
> JCL  - 20111104_02
>            Reporter: Saphen Qiu
>            Assignee: Saphen Qiu
>            Priority: Minor
>              Labels: ConfiguredEncryption,configured,password,gbean,rmi-naming
>             Fix For: 2.1.8
>
>
> The description of ConfiguredEncryption usage is wrong:
> * <gbean name="ConfiguredEncryption">
> * <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
> * <reference name="ServerInfo"><pattern><name>ServerInfo</name></pattern></reference>
> * </gbean>
> Here is the correct one:
>  * <gbean name="org.apache.geronimo.framework/rmi-naming/2.1.8/car?j2eeType=GBean,name=ConfiguredEncryption" gbeanInfo="org.apache.geronimo.system.util.ConfiguredEncryption">
>  *  <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
>  *  <reference name="ServerInfo">
>  *     <pattern>
>  *       <name>ServerInfo</name>
>  *     </pattern>
>  *  </reference>
>  * </gbean>

--
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] [Closed] (GERONIMO-6309) The usage of ConfiguredEncryption is wrong in the comment block

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

Saphen Qiu closed GERONIMO-6309.
--------------------------------

    
> The usage of ConfiguredEncryption is wrong in the comment block
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-6309
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6309
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.1.7, 2.1.8
>         Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pwi3260sr10-20111208_01(SR10))
> IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32 jvmwi3260sr10-201112
> 07_96808 (JIT enabled, AOT enabled)
> J9VM - 20111207_096808
> JIT  - r9_20111107_21307ifx1
> GC   - 20110519_AA)
> JCL  - 20111104_02
>            Reporter: Saphen Qiu
>            Assignee: Saphen Qiu
>            Priority: Minor
>              Labels: ConfiguredEncryption,configured,password,gbean,rmi-naming
>         Attachments: ConfiguredEncryption.java.patch
>
>
> The description of ConfiguredEncryption usage is wrong:
> * <gbean name="ConfiguredEncryption">
> * <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
> * <reference name="ServerInfo"><pattern><name>ServerInfo</name></pattern></reference>
> * </gbean>
> Here is the correct one:
>  * <gbean name="org.apache.geronimo.framework/rmi-naming/2.1.8/car?j2eeType=GBean,name=ConfiguredEncryption" gbeanInfo="org.apache.geronimo.system.util.ConfiguredEncryption">
>  *  <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
>  *  <reference name="ServerInfo">
>  *     <pattern>
>  *       <name>ServerInfo</name>
>  *     </pattern>
>  *  </reference>
>  * </gbean>

--
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] (GERONIMO-6309) The usage of ConfiguredEncryption is wrong in the comment block

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

Saphen Qiu updated GERONIMO-6309:
---------------------------------

    Attachment:     (was: ConfiguredEncryption.java.patch)
    
> The usage of ConfiguredEncryption is wrong in the comment block
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-6309
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6309
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.1.7, 2.1.8
>         Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pwi3260sr10-20111208_01(SR10))
> IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32 jvmwi3260sr10-201112
> 07_96808 (JIT enabled, AOT enabled)
> J9VM - 20111207_096808
> JIT  - r9_20111107_21307ifx1
> GC   - 20110519_AA)
> JCL  - 20111104_02
>            Reporter: Saphen Qiu
>            Assignee: Saphen Qiu
>            Priority: Minor
>              Labels: ConfiguredEncryption,configured,password,gbean,rmi-naming
>             Fix For: 2.1.8
>
>
> The description of ConfiguredEncryption usage is wrong:
> * <gbean name="ConfiguredEncryption">
> * <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
> * <reference name="ServerInfo"><pattern><name>ServerInfo</name></pattern></reference>
> * </gbean>
> Here is the correct one:
>  * <gbean name="org.apache.geronimo.framework/rmi-naming/2.1.8/car?j2eeType=GBean,name=ConfiguredEncryption" gbeanInfo="org.apache.geronimo.system.util.ConfiguredEncryption">
>  *  <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
>  *  <reference name="ServerInfo">
>  *     <pattern>
>  *       <name>ServerInfo</name>
>  *     </pattern>
>  *  </reference>
>  * </gbean>

--
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] (GERONIMO-6309) The usage of ConfiguredEncryption is wrong in the comment block

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263685#comment-13263685 ] 

Forrest Xia commented on GERONIMO-6309:
---------------------------------------

Saphen, pls help make this patch against Geronimo, also need patches for 2.2, 3.0-beta, and trunk. thank you!
                
> The usage of ConfiguredEncryption is wrong in the comment block
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-6309
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6309
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.1.7, 2.1.8, 3.0-M1, 3.0-beta-1
>         Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pwi3260sr10-20111208_01(SR10))
> IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32 jvmwi3260sr10-201112
> 07_96808 (JIT enabled, AOT enabled)
> J9VM - 20111207_096808
> JIT  - r9_20111107_21307ifx1
> GC   - 20110519_AA)
> JCL  - 20111104_02
>            Reporter: Saphen Qiu
>            Assignee: Saphen Qiu
>            Priority: Minor
>              Labels: ConfiguredEncryption,configured,password,gbean,rmi-naming
>             Fix For: 2.1.8
>
>         Attachments: ConfiguredEncryption.patch
>
>
> The description of ConfiguredEncryption usage is wrong:
> * <gbean name="ConfiguredEncryption">
> * <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
> * <reference name="ServerInfo"><pattern><name>ServerInfo</name></pattern></reference>
> * </gbean>
> Here is the correct one:
>  * <gbean name="org.apache.geronimo.framework/rmi-naming/2.1.8-wasce/car?j2eeType=GBean,name=ConfiguredEncryption" gbeanInfo="org.apache.geronimo.system.util.ConfiguredEncryption">
>  *  <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
>  *  <reference name="ServerInfo">
>  *     <pattern>
>  *       <name>ServerInfo</name>
>  *     </pattern>
>  *  </reference>
>  * </gbean>

--
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] (GERONIMO-6309) The usage of ConfiguredEncryption is wrong in the comment block

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13267304#comment-13267304 ] 

Forrest Xia commented on GERONIMO-6309:
---------------------------------------

If the patch is to fix the comment description, then we need to blur the version number and tell the user the version should be updated according to the geronimo version they are using.

Please revise this patch, thank you!
                
> The usage of ConfiguredEncryption is wrong in the comment block
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-6309
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6309
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.1.7, 2.1.8
>         Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pwi3260sr10-20111208_01(SR10))
> IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32 jvmwi3260sr10-201112
> 07_96808 (JIT enabled, AOT enabled)
> J9VM - 20111207_096808
> JIT  - r9_20111107_21307ifx1
> GC   - 20110519_AA)
> JCL  - 20111104_02
>            Reporter: Saphen Qiu
>            Assignee: Saphen Qiu
>            Priority: Minor
>              Labels: ConfiguredEncryption,configured,password,gbean,rmi-naming
>             Fix For: 2.1.8
>
>         Attachments: ConfiguredEncryption.java.patch
>
>
> The description of ConfiguredEncryption usage is wrong:
> * <gbean name="ConfiguredEncryption">
> * <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
> * <reference name="ServerInfo"><pattern><name>ServerInfo</name></pattern></reference>
> * </gbean>
> Here is the correct one:
>  * <gbean name="org.apache.geronimo.framework/rmi-naming/2.1.8/car?j2eeType=GBean,name=ConfiguredEncryption" gbeanInfo="org.apache.geronimo.system.util.ConfiguredEncryption">
>  *  <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
>  *  <reference name="ServerInfo">
>  *     <pattern>
>  *       <name>ServerInfo</name>
>  *     </pattern>
>  *  </reference>
>  * </gbean>

--
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] (GERONIMO-6309) The usage of ConfiguredEncryption is wrong in the comment block

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

Saphen Qiu updated GERONIMO-6309:
---------------------------------

    Attachment: ConfiguredEncryption.java.patch
    
> The usage of ConfiguredEncryption is wrong in the comment block
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-6309
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6309
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.1.7, 2.1.8
>         Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pwi3260sr10-20111208_01(SR10))
> IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32 jvmwi3260sr10-201112
> 07_96808 (JIT enabled, AOT enabled)
> J9VM - 20111207_096808
> JIT  - r9_20111107_21307ifx1
> GC   - 20110519_AA)
> JCL  - 20111104_02
>            Reporter: Saphen Qiu
>            Assignee: Saphen Qiu
>            Priority: Minor
>              Labels: ConfiguredEncryption,configured,password,gbean,rmi-naming
>             Fix For: 2.1.8
>
>         Attachments: ConfiguredEncryption.java.patch
>
>
> The description of ConfiguredEncryption usage is wrong:
> * <gbean name="ConfiguredEncryption">
> * <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
> * <reference name="ServerInfo"><pattern><name>ServerInfo</name></pattern></reference>
> * </gbean>
> Here is the correct one:
>  * <gbean name="org.apache.geronimo.framework/rmi-naming/2.1.8/car?j2eeType=GBean,name=ConfiguredEncryption" gbeanInfo="org.apache.geronimo.system.util.ConfiguredEncryption">
>  *  <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
>  *  <reference name="ServerInfo">
>  *     <pattern>
>  *       <name>ServerInfo</name>
>  *     </pattern>
>  *  </reference>
>  * </gbean>

--
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] (GERONIMO-6309) The usage of ConfiguredEncryption is wrong in the comment block

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

Saphen Qiu updated GERONIMO-6309:
---------------------------------

          Description: 
The description of ConfiguredEncryption usage is wrong:

* <gbean name="ConfiguredEncryption">
* <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
* <reference name="ServerInfo"><pattern><name>ServerInfo</name></pattern></reference>
* </gbean>

Here is the correct one:

 * <gbean name="org.apache.geronimo.framework/rmi-naming/2.1.8/car?j2eeType=GBean,name=ConfiguredEncryption" gbeanInfo="org.apache.geronimo.system.util.ConfiguredEncryption">
 *  <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
 *  <reference name="ServerInfo">
 *     <pattern>
 *       <name>ServerInfo</name>
 *     </pattern>
 *  </reference>
 * </gbean>

  was:
The description of ConfiguredEncryption usage is wrong:

* <gbean name="ConfiguredEncryption">
* <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
* <reference name="ServerInfo"><pattern><name>ServerInfo</name></pattern></reference>
* </gbean>

Here is the correct one:

 * <gbean name="org.apache.geronimo.framework/rmi-naming/2.1.8-wasce/car?j2eeType=GBean,name=ConfiguredEncryption" gbeanInfo="org.apache.geronimo.system.util.ConfiguredEncryption">
 *  <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
 *  <reference name="ServerInfo">
 *     <pattern>
 *       <name>ServerInfo</name>
 *     </pattern>
 *  </reference>
 * </gbean>

    Affects Version/s:     (was: 3.0-beta-1)
                           (was: 3.0-M1)
    
> The usage of ConfiguredEncryption is wrong in the comment block
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-6309
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6309
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.1.7, 2.1.8
>         Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pwi3260sr10-20111208_01(SR10))
> IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32 jvmwi3260sr10-201112
> 07_96808 (JIT enabled, AOT enabled)
> J9VM - 20111207_096808
> JIT  - r9_20111107_21307ifx1
> GC   - 20110519_AA)
> JCL  - 20111104_02
>            Reporter: Saphen Qiu
>            Assignee: Saphen Qiu
>            Priority: Minor
>              Labels: ConfiguredEncryption,configured,password,gbean,rmi-naming
>             Fix For: 2.1.8
>
>         Attachments: ConfiguredEncryption.patch
>
>
> The description of ConfiguredEncryption usage is wrong:
> * <gbean name="ConfiguredEncryption">
> * <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
> * <reference name="ServerInfo"><pattern><name>ServerInfo</name></pattern></reference>
> * </gbean>
> Here is the correct one:
>  * <gbean name="org.apache.geronimo.framework/rmi-naming/2.1.8/car?j2eeType=GBean,name=ConfiguredEncryption" gbeanInfo="org.apache.geronimo.system.util.ConfiguredEncryption">
>  *  <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
>  *  <reference name="ServerInfo">
>  *     <pattern>
>  *       <name>ServerInfo</name>
>  *     </pattern>
>  *  </reference>
>  * </gbean>

--
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] (GERONIMO-6309) The usage of ConfiguredEncryption is wrong in the comment block

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13268459#comment-13268459 ] 

Forrest Xia commented on GERONIMO-6309:
---------------------------------------

Can we close this jira and merge this patch into 6310? btw, I cannot apply this patch to 3.0-beta branch. thanks!
                
> The usage of ConfiguredEncryption is wrong in the comment block
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-6309
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6309
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.1.7, 2.1.8
>         Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pwi3260sr10-20111208_01(SR10))
> IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32 jvmwi3260sr10-201112
> 07_96808 (JIT enabled, AOT enabled)
> J9VM - 20111207_096808
> JIT  - r9_20111107_21307ifx1
> GC   - 20110519_AA)
> JCL  - 20111104_02
>            Reporter: Saphen Qiu
>            Assignee: Saphen Qiu
>            Priority: Minor
>              Labels: ConfiguredEncryption,configured,password,gbean,rmi-naming
>             Fix For: 2.1.8
>
>         Attachments: ConfiguredEncryption.java.patch
>
>
> The description of ConfiguredEncryption usage is wrong:
> * <gbean name="ConfiguredEncryption">
> * <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
> * <reference name="ServerInfo"><pattern><name>ServerInfo</name></pattern></reference>
> * </gbean>
> Here is the correct one:
>  * <gbean name="org.apache.geronimo.framework/rmi-naming/2.1.8/car?j2eeType=GBean,name=ConfiguredEncryption" gbeanInfo="org.apache.geronimo.system.util.ConfiguredEncryption">
>  *  <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
>  *  <reference name="ServerInfo">
>  *     <pattern>
>  *       <name>ServerInfo</name>
>  *     </pattern>
>  *  </reference>
>  * </gbean>

--
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] (GERONIMO-6309) The usage of ConfiguredEncryption is wrong in the comment block

Posted by "Saphen Qiu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13267186#comment-13267186 ] 

Saphen Qiu commented on GERONIMO-6309:
--------------------------------------

Forrest, sorry for this mistake.
After checking 3.0-beta and trunk, the description in comment block is right, but in geronimo 2.x it is wrong.
I will attach a patch against geronimo v2.1.8.
                
> The usage of ConfiguredEncryption is wrong in the comment block
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-6309
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6309
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.1.7, 2.1.8
>         Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pwi3260sr10-20111208_01(SR10))
> IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32 jvmwi3260sr10-201112
> 07_96808 (JIT enabled, AOT enabled)
> J9VM - 20111207_096808
> JIT  - r9_20111107_21307ifx1
> GC   - 20110519_AA)
> JCL  - 20111104_02
>            Reporter: Saphen Qiu
>            Assignee: Saphen Qiu
>            Priority: Minor
>              Labels: ConfiguredEncryption,configured,password,gbean,rmi-naming
>             Fix For: 2.1.8
>
>
> The description of ConfiguredEncryption usage is wrong:
> * <gbean name="ConfiguredEncryption">
> * <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
> * <reference name="ServerInfo"><pattern><name>ServerInfo</name></pattern></reference>
> * </gbean>
> Here is the correct one:
>  * <gbean name="org.apache.geronimo.framework/rmi-naming/2.1.8/car?j2eeType=GBean,name=ConfiguredEncryption" gbeanInfo="org.apache.geronimo.system.util.ConfiguredEncryption">
>  *  <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
>  *  <reference name="ServerInfo">
>  *     <pattern>
>  *       <name>ServerInfo</name>
>  *     </pattern>
>  *  </reference>
>  * </gbean>

--
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] (GERONIMO-6309) The usage of ConfiguredEncryption is wrong in the comment block

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

Saphen Qiu updated GERONIMO-6309:
---------------------------------

    Attachment: ConfiguredEncryption.java.patch

Revise patch with adding {version} instead of 2.1
                
> The usage of ConfiguredEncryption is wrong in the comment block
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-6309
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6309
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.1.7, 2.1.8
>         Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pwi3260sr10-20111208_01(SR10))
> IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32 jvmwi3260sr10-201112
> 07_96808 (JIT enabled, AOT enabled)
> J9VM - 20111207_096808
> JIT  - r9_20111107_21307ifx1
> GC   - 20110519_AA)
> JCL  - 20111104_02
>            Reporter: Saphen Qiu
>            Assignee: Saphen Qiu
>            Priority: Minor
>              Labels: ConfiguredEncryption,configured,password,gbean,rmi-naming
>             Fix For: 2.1.8
>
>         Attachments: ConfiguredEncryption.java.patch
>
>
> The description of ConfiguredEncryption usage is wrong:
> * <gbean name="ConfiguredEncryption">
> * <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
> * <reference name="ServerInfo"><pattern><name>ServerInfo</name></pattern></reference>
> * </gbean>
> Here is the correct one:
>  * <gbean name="org.apache.geronimo.framework/rmi-naming/2.1.8/car?j2eeType=GBean,name=ConfiguredEncryption" gbeanInfo="org.apache.geronimo.system.util.ConfiguredEncryption">
>  *  <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
>  *  <reference name="ServerInfo">
>  *     <pattern>
>  *       <name>ServerInfo</name>
>  *     </pattern>
>  *  </reference>
>  * </gbean>

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