Bugs item #890445, was opened at 2004-02-04 15:29
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=890445&group_id=22866
Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Anatoly Shein (shein1861)
Assigned to: Nobody/Anonymous (nobody)
Summary: System property is passed as string, "${X}"
Initial Comment:
System property is not properly interpreted from XML
configuration files, instead it is passed as string "${X}"
See the following for exact cases:
1. in jar meta-inf nested in sar, for example in file
deploy\jbossha-
httpsession.sar\ClusteredHttpSessionEB.jar\META-
INF\jboss.xml
<jboss>
....
<conteiner-configurations>
<container-configuration>
...
<cluster-config>
<partition-name>${my.partition.name}</partition-
name>
</cluster-config>
....
</container-configuration>
</container-configurations>
...
</jboss>
2. in depends statement, for example
<server>
...
<mbean code=......>
<depends>jboss:service=${my.services.myservice}
</depends>
</mbean>
</server>
3. in farm service name attribute, for example file
deploy/deploy.last/farm-service.xml
<server>
...
<mbean
code="org.jboss.ha.framework.server.FarmMemberService
"
name="jboss:service=FarmMember,partition=${my.partitio
n.name}">
...
</mbean>
</server>
4. in multicast address and port configuration of cluster-
config.xml
<server>
...
<mbean
code="org.jboss.ha.framework.server.ClusterPartition" ...
>
<attribute name="PartitionConfig">
<Config>
<UDP mcast_addr="228.1.2.3"
mcast_port="45566" .../>
</Config>
</attribute>
</mbean>
</server>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=890445&group_id=22866
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development