[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-924) ClusteredImpl is missing default partition name

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Sun Mar 25 10:46:15 EDT 2007


ClusteredImpl is missing default partition name
-----------------------------------------------

                 Key: EJBTHREE-924
                 URL: http://jira.jboss.com/jira/browse/EJBTHREE-924
             Project: EJB 3.0
          Issue Type: Bug
          Components: Clustering
    Affects Versions: AS 4.2.0 CR1
            Reporter: Brian Stansberry
         Assigned To: Brian Stansberry
             Fix For: AS 4.2.0 CR2


org.jboss.annotation.ejb.ClusteredImpl's partition property has a default value of null.  Effect is, if you deploy a clustered bean without @Clustered, but instead just use <clustered>true</clustered> in jboss.xml, it doesn't work.  You also have to include a <cluster-config> element to specify the partition name, even if you just want the default partition.

Solution is to have the ClusteredImpl.partition default value be ${jboss.partition.name:DefaultPartition} -- the same as @Clustered.partition.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list