1 Reply Latest reply on Dec 17, 2010 7:08 AM by jovincen

    Seam 2.2.1.CR2 WebRemote'ing

    jovincen

      Hi All,


      This may be a simple question, probably missing something obvious. I cant for the life of me find the WebRemote annotation.



      I've used seam-gen to make a project. I noticed that it did not have the jboss-seam-remoting.jar in the WAR - Web-Int - lib so I added it to the deployed-jar-wars.list generated by seamgen (I'm assuming this is driven by the generated ant files).


      I've double checked that Seam Resource Servlet servlet and mapping are in the web.xml


      I just can't find the annotation:


      The import org.jboss.seam.annotations.remoting cannot be resolved.


      I've tried many different paths and cant find it anywhere.


      I've also looked at the My Link and I can't see it defined.


      Any ideas anyone?


      Cheers,
      Jon


        • 1. Re: Seam 2.2.1.CR2 WebRemote'ing
          jovincen

          I added an entry in .classpath:


          <classpathentry kind="lib" path="lib/jboss-seam-remoting.jar"/>



          Seemed to add the remoting jar to the classpath go figure. Now have to see if I can get it to work.