1 Reply Latest reply on Jun 1, 2009 11:03 AM by jaikiran

    WebBeans EAR Deployment issues

    meetoblivion

      So I have a webbeans application that's currently a war file, and runs fine.

      I want it to be an EAR so that I can run EJBs, would prefer to be able to cluster the business objects.

      So I am attempting to convert my deployment into an EAR file. But, as would expect it's not working.

      My war file is structured like this:

      bunch of .xhtml facelets
      WEB-INF:
      beans.xml (empty)
      faces-config.xml (to use facelets)
      web.xml (basic JSF config +a4j/richfaces)

      Then, my parent EAR file has:

      the war file
      lib/ :
      bunch of commons
      the ejb jar file

      What gives?

        • 1. Re: WebBeans EAR Deployment issues
          jaikiran

          What error are you running into? Please post any relevant exception stacktrace.

          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.