2 Replies Latest reply on Oct 26, 2005 6:43 AM by gavin.king

    Seam weird deployment problem

    werpu

      I have a weird problem on my hands, I try to replicate the seam project structure on a bare myeclipse project.
      So far it looks good I managed to deploy an application successfully, as long as I pack it, but as soon as I try to deploy it unpacked
      with the
      war and ejbs as directories with their respectivie .war and .ejb3 endings I get following error:
      The jsf/jsp files are found, but as soon as I try to find a bean with the variable resolver I get a is not bound error message although jboss clearly indicates upfront that the bean is bound.

      There seems to be some kind of variable resolver bug probably.

      But as soon as I pack the project the vars are found and the whole system works as expected.

        • 1. Re: Seam weird deployment problem
          rpochet

          Try to do the same thing. In the first phase, it was not working "No active session ..." and HTTP 404, then I removed the defintion of the phase-listener in the faces-config.xml. Now I can get the first page but when I try to submit data, I got a "propertynotfoundexception". Beans are available in the jmx-console and components are also displayed in the console during deployment

          • 2. Re: Seam weird deployment problem
            gavin.king

            Guys, you will always need to give MUCH more information than that to be able to get help resolving problems.

            But in this case, you should simply try to reproduce the full structure of the deploment packages for the example apps.