[Clustering/JBoss] - How to change PartitionName
by iktuz
Hi All,
I am trying to change the "DefaultPartition" name but I am experiencing some troubles. I searched for all "DefaultPartition" occurrences in JBoss installation dir:
|
| server\default\conf\standardjboss.xml:516:28755: <partition-name>${jboss.partition.name:DefaultPartition}</partition-name>
| server\default\conf\standardjboss.xml:677:38382: <partition-name>${jboss.partition.name:DefaultPartition}</partition-name>
| server\default\conf\standardjboss.xml:767:44092: <partition-name>${jboss.partition.name:DefaultPartition}</partition-name>
| server\default\conf\standardjboss.xml:853:49055: <partition-name>${jboss.partition.name:DefaultPartition}</partition-name>
| server\default\conf\standardjboss.xml:941:54154: <partition-name>${jboss.partition.name:DefaultPartition}</partition-name>
|
| server\default\deploy\cluster-service.xml:16:754: name="jboss:service=${jboss.partition.name:DefaultPartition}">
| server\default\deploy\cluster-service.xml:19:882: <attribute name="PartitionName">${jboss.partition.name:DefaultPartition}</attribute>
| server\default\deploy\cluster-service.xml:97:5108: proxy-type="attribute">jboss:service=${jboss.partition.name:DefaultPartition}</depends>
| server\default\deploy\cluster-service.xml:114:6030: proxy-type="attribute">jboss:service=${jboss.partition.name:DefaultPartition}</depends>
| server\default\deploy\cluster-service.xml:189:10151: proxy-type="attribute">jboss:service=${jboss.partition.name:DefaultPartition}</depends>
|
| server\default\deploy\deploy-hasingleton-service.xml:24:997: proxy-type="attribute">jboss:service=${jboss.partition.name:DefaultPartition}</depends>
|
| server\default\deploy\farm-service.xml:4:117: name="jboss:service=FarmMember,PartitionName=DefaultPartition">
| server\default\deploy\farm-service.xml:6:192: <depends>jboss:service=${jboss.partition.name:DefaultPartition}</depends>
| server\default\deploy\farm-service.xml:7:275: <attribute name="PartitionName">DefaultPartition</attribute>
|
Probably, changing those occurrences are not enough. What I am missing? Can someone lead me a direction?
Best Regards,
José Renato.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991429#3991429
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991429
18 years, 1 month
[JBoss Seam] - Seam configuration questions
by lightbulb432
I'm working through basic Seam configuration, and am looking at the seam-registration example bundled with the distribution for guidance, and have a few questions about it:
1) Identical ejb-jar.xml files are in the EAR and EJB-JAR's META-INF directories. I'm wondering if I must do the same, or if it really should only be in one place or the other? (I'm a newbie to this so perhaps somebody can explain where it should be.)
2) I noticed that the components.xml has the following:
What does it do? And is it necessary?
3) I saw in an example to have the following in components.xml:
true
....
What does this do? Is it necessary? (Almost all examples I've seen set myFacesLifecycleBug to false, but only about half set debug to true.)
4) Why is there no jndi.properties file? Does it have something to do with the fact that everything is bundled together in the same EAR? Under what conditions can the jndi.properties file be omitted?
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991418#3991418
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991418
18 years, 1 month