1 Reply Latest reply on Jun 25, 2014 3:41 PM by acurvers

    Validator and ValidatorFactory is missing

    acurvers

        favorite  

       

      I'm trying to migrate an ejb project to jboss eap 6.2 so from hibernate3 to hibernate4 When i deploy the project on the new jboss. I'm getting

      "JBAS014771: Services with missing/unavailable dependencies" => [ "jboss.naming.context.java.comp.EJB_project.SharedUsersWS.ValidatorFactory is missing [jboss.naming.context.java.comp.EJB_project.SharedUsersWS]",


      that error i get for each session bean, not the entity beans.

      Any help will be much appreciated

        • 1. Re: Validator and ValidatorFactory is missing
          acurvers

          I solved this problem, it had nothing todo with the validator, during the deployment i had another validation unrelated exception that occurred. Which caused the bean services to not start. Which caused the error about missing/unavailable dependencies..

          the reference to the validatorFactory is misleading. It should be read as: this bean service is missing or unavailable (in this case not started because of the exception during deployment)