1 Reply Latest reply on Sep 20, 2013 3:19 PM by nathandennis

    Seam

    sumdood

      I inherited a project written in Seam, so I'm trying to get started using JDeveloper but having a heck of a time. First, I'm not sure what all jars are needed for seam, so I'm trial and error adding them one at a time.

       

      My main issue now is the compile warning I get on my seam java objects:

       

      • Warning: warning: No processor claimed any of these annotations: [org.jboss.seam.annotations.Name, org.jboss.seam.annotations.Create]

      I can't find anything about this online. Does anyone have any idea what this means?

       

      Thanks in advance.

        • 1. Re: Seam
          nathandennis

          The easiest way to figure out what jars are needed is to run seam-gen and let it build a simple project. Add those libs to you IDE classpath and away you go. As far as using JDeveloper, I'm afraid i can't help with that much. Typically I have used the tooling provided for Eclipse IDE.