0 Replies Latest reply on Mar 13, 2009 11:17 AM by reneger

    Error: "Resource() is not available" when adding a class.

    reneger
      Hi all!

      I'm building an application with the following configuration:
      Jboss 4.2.3
      Seam 2.1.1 GA
      Java 1.6.0_11

      The application has 2 parts. On one side the webpages (Seam generated files), on the other side an RestEasy servlet, which is used for XML communication.
      Everything worked fine, until I added a class. It doesn't matter what's in the class, or where I add the class, but I get an 'The requested resource () is not available' 404 error when i try to contact the resteasy servlet.
      When I comment the @Name annotation in the new added class, or when I remove a complete different, not used, class, i can access the servlet again...
      It's like there is a maximum of @name annotations, or classes using the annotation. There are no errors, stackdumps or whatshowever.
      Remarkable point, the Seam pages keep working, even when the servlet is broken.....

      Anyone an idea what's the problem?
      Many thanks.