Thanks. What would happen if I just changed the multicast address and left the partition
name alone?
I'm using EJB3 beans, which define the partition name with a @Clustered annotation.
Will it work if I do this?
@Clustered(partition="${jboss.partition.name:DefaultPartition}")
Since my code must be identical in both environments, I need the partition name to be
defined in the container setup (a -D flag is perfect).
Thanks,
Jeff
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985040#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...