2 Replies Latest reply on May 14, 2003 1:53 AM by slaboure

    Overriding "DefaultPartition"

      Hi folks,

      I am trying to override the name "DefaultPartition" and use my own partition name. I want to separate production and development.

      I have changed all instances of DefaultPartition in farm-service.xml and cluster-service.xml to the new name.

      I have also added the following in jboss.xml for each clustered EJB.

      true
      <clustered-config>
      <partition-name>NewPartition</partition-name>
      </clustered-config>

      When I run JBOSS it still complains about "Default Partition" not bound.

      What am I missing? We have paid for the docs but I can't figure out what else needs to change.


      Thanks.