Bugs item #603959, was opened at 2002-09-03 14:16 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=603959&group_id=22866
Category: Clustering Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Dirk Vleugels (vleugels) Assigned to: Nobody/Anonymous (nobody) Summary: 3.0.2 farm-service.xml new attribute? Initial Comment: Hi, i use the following farm-service.xml in 3.0.1 which works nicely (Solaris 2.8, Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode) <server> <classpath codebase="lib" archives="jbossha.jar"/> <mbean code="org.jboss.ha.framework.server.FarmMemberService" name="jboss:service=FarmMember,partition=IPVPartition"> <depends>jboss:service=IPVPartition</depends> <attribute name="PartitionName">IPVPartition</attribute> <attribute name="ScannerName">jboss.deployment:type=DeploymentScanner,flavor=URL</attribute> </mbean> </server> using the same file in 3.0.2 yields this exception: 19:40:30,467 WARN [ServiceController] Problem creating service jboss:service=FarmMember,partition=IPVPartition org.jboss.system.MissingAttributeException: Missing attribute 'Deployer' at org.jboss.deployment.scanner.AbstractDeploymentScanner.createService(AbstractDeploymentScanner.java:249) at org.jboss.ha.framework.server.FarmMemberService.createService(FarmMemberService.java:113) I can't find anything in the ChangeLog / Documentation (AllSubscription) nor the forums.... Regards, Dirk ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=603959&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
