0 Replies Latest reply on Jun 8, 2008 4:30 PM by j1.jonathan.m.clarke.dsl.pipex.com

    Receiving Emails Using Message-driven Beans

    j1.jonathan.m.clarke.dsl.pipex.com

      Hi,


      I'm relatively new to Seam, and I'm trying to getting the code from http://wiki.jboss.org/wiki/InboundJavaMail working. However, I can't even seem to get past problems with the import statements, and a search on the net shows that I'm not the only one. Specifically, the following imports can't be found.


      
      import org.jboss.annotation.ejb.ResourceAdapter; 
      
      import org.jboss.resource.adapter.mail.inflow.MailListener; 
      
      import org.jboss.logging.Logger;
      
      



      I'm using


      
      jboss-seam-2.0.2.GA
      
      jboss-4.2.2.GA
      
      



      I've done all the usual searches online, but to no avail, and followed the instructions in the seam reference.pdf.


      Hopefully you'll be able to tell me that I'm missing something obvious. Thanks for your help.