]
Brian Stansberry closed EJBTHREE-924.
-------------------------------------
Resolution: Done
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: