Hi all,
I tried to establish farming, but after deploying farm-service.xml I get that exception:org.jboss.system.MissingAttributeException: Missing attribute 'Deployer'. Ok, it's no problem to add a Deployer attribute within the mbean service, but I have no idea about how to set this attribute!? Clustering doc doesn't refer to an attribute like this. Any suggestions?
Best regards,
lumin
You're right, the docs don't refer to this attribute. I found it while googling the problem. Short answer is to add the following line to your farm-service.xml file:
<depends optional-attribute-name="Deployer">jboss.system:service=MainDeployer
That should take care of it for you.
jonMC