You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Shawn Jiang (JIRA)" <ji...@apache.org> on 2010/05/05 07:08:02 UTC

[jira] Updated: (GERONIMO-4688) hardcode port in plan.xml of plugin farming.

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

Shawn Jiang updated GERONIMO-4688:
----------------------------------

    Fix Version/s: 2.2.2
                       (was: 2.2.1)

Won't fix this in 2.2.1

>  hardcode port in plan.xml of plugin farming.
> ---------------------------------------------
>
>                 Key: GERONIMO-4688
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4688
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Clustering
>    Affects Versions: 2.1.4, 2.1.5, 2.2
>            Reporter: Shawn Jiang
>            Assignee: Shawn Jiang
>            Priority: Minor
>             Fix For: 2.2.2, 3.0
>
>         Attachments: G4688_G21.patch, G4688_trunk.patch
>
>
> In  Gtrunk\plugins\clustering\farming\src\main\plan\plan.xml,  there are some  hardcodeed ser/pass/host/port string in it.   I'm not sure if they should be something like ${PlanClusterNodeName} so that they can be set in server\config\config_substitution.properties.   
> <gbean name="NodeInfo" class="org.apache.geronimo.farm.config.BasicNodeInfo">
>           <attribute name="name">${PlanClusterNodeName}</attribute>
>           <xml-attribute name="extendedJMXConnectorInfo">
>               <ns:javabean xmlns:ns="http://geronimo.apache.org/xml/ns/deployment/javabean-1.0" class="org.apache.geronimo.farm.deployment.DeploymentExtendedJMXConnectorInfo">
>                   <ns:property name="username">system</ns:property>
>                   <ns:property name="password">manager</ns:property>
>                   <ns:property name="protocol">rmi</ns:property>
>                   <ns:property name="host">localhost</ns:property>
>                   <ns:property name="port">1099</ns:property>
>                   <ns:property name="urlPath">JMXConnector</ns:property>
>                   <ns:property name="local">true</ns:property>
>               </ns:javabean>
>           </xml-attribute>
>       </gbean>

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