4 Replies Latest reply on Jun 27, 2013 10:50 AM by rhusar

    missing dependents in cluster singleton service

    faridadhami

      I am using cluster singleton service in an application similar to

      https://github.com/wildfly/wildfly/tree/master/testsuite/integration/clust/src/test/java/org/jboss/as/test/clustering/cluster/singleton/service.

       

      But on deployment, I get the following error:


           JBAS014775:    New missing/unsatisfied dependencies:

                 service jboss.cluster.singleton (missing) dependents: [service jboss.org.spp.virtualmarket.HA-Timers]

                 service jboss.cluster.singleton.registry (missing) dependents: [service jboss.org.spp.virtualmarket.HA-Timers]

       

      "service jboss.org.spp.virtualmarket.HA-Timers" is the name of my service. The application is deployed on EAP 6.1.0 final. I am not sure how the dependecies work in this case. Could you please help me to resolve this issue?

       

      Thanks

       

      Farid