0 Replies Latest reply on Mar 4, 2009 3:09 AM by sboscarine

    Has Anyone gotten Seam mail working in Glassfish Embedded or GFv3 Prelude?

    sboscarine

      Hello All,


      We have a Seam application that is working in JBoss 4.2.2, but we'd like to get it working in Glassfish Embedded (same binaries as GlassFish v3 Prelude).  Our application mostly works until we try sending e-mails.


      I have in my components.xml:


      mail:mail-session host localhost


      and I get:
      javax.mail.NoSuchProviderException: No provider for smtp


      As I'm new to both Seam and Glassfish, I had a few questions:


      Does anyone know how to fix that issue?


      Embedded Glassfish is a really great technology as it has a maven plugin that downloads and starts a container for our users.  We use an embedded database as well, so our users can type mvn glassfish:run with nothing on their computer but Java and Maven configured and the system will bring download, start, and configure a full database driven application with no preliminary configuration on the user's part.


      Thanks in advance,

      Steven