-
Task
-
Resolution: Done
-
Minor
-
JBossAS-3.2.8 Final, JBossAS-3.2.8.SP1, JBossAS-4.0.4.GA
-
None
-
Low
The comment in the BarrierController proposes a dependency on
<depend>jboss.ha:service=HASingletonDeployer,type=Barrier</depend>
But the tag should read: <depends> ... </depends>
Strange enough, a wrong <depend> tag is ignored during parsing of the jboss-service.xml, leaving user's wonder why the dependency don't take effect. Kudos to Amit for spotting this.