1 Reply Latest reply on Apr 15, 2009 11:42 PM by jaikiran

    my enterprise apps deploys in 4.2.1 fine but not 5.0.1

    swyitch

      here is the trace, im not sure what its complaining about because there is nothing wrong with the class in question

      any thoughts would be appreciated


      DEPLOYMENTS MISSING DEPENDENCIES:
      Deployment "jboss.j2ee:ear=livestats.ear,jar=livestats-ejb.jar,name=PageDataManagerSlb,service=EJB3" is missing the following dependencies:
      Dependency "<UNKNOWN jboss.j2ee:ear=livestats.ear,jar=livestats-ejb.jar,name=PageDataManagerSlb,service=EJB3>" (should be in state "Described", but is actually in state "** UNRESOLVED Demands 'jndi:livestats/PageDataManagerSlb/local-com.buzztime.livestats.pagedata.api.IPageDataManagerLocal' **")
      Deployment "jboss.j2ee:ear=livestats.ear,jar=livestats-ejb.jar,name=XmlFeedMessageListenerMdb,service=EJB3" is missing the following dependencies:
      Dependency "<UNKNOWN jboss.j2ee:ear=livestats.ear,jar=livestats-ejb.jar,name=XmlFeedMessageListenerMdb,service=EJB3>" (should be in state "Described", but is actually in state "** UNRESOLVED Demands 'jndi:livestats/PageDataManagerSlb/local-com.buzztime.livestats.pagedata.api.IPageDataManagerLocal' **")

      DEPLOYMENTS IN ERROR:
      Deployment "<UNKNOWN jboss.j2ee:ear=livestats.ear,jar=livestats-ejb.jar,name=PageDataManagerSlb,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'jndi:livestats/PageDataManagerSlb/local-com.buzztime.livestats.pagedata.api.IPageDataManagerLocal' **
      Deployment "<UNKNOWN jboss.j2ee:ear=livestats.ear,jar=livestats-ejb.jar,name=XmlFeedMessageListenerMdb,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'jndi:livestats/PageDataManagerSlb/local-com.buzztime.livestats.pagedata.api.IPageDataManagerLocal' **

        • 1. Re: my enterprise apps deploys in 4.2.1 fine but not 5.0.1
          jaikiran

          Please provide more details about your application. Do you have self injection in beans? That is PageDataManagerSlb has a @EJB injection on itself? Can you post the relevant code of the beans?

          While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to ensure that your post is correctly formatted.