[jboss-user] [JBoss Seam] - Seam Mail loads libraries every time I send a mail

MSchmidke do-not-reply at jboss.com
Thu Jan 10 03:33:23 EST 2008


Hello all,

today I am trying out Seam's mail facilities.

The first thing I notice:

Every time I send a mail, a whole bunch of "Added Library from" lines is logged. I know those lines appear when I first access a Seam page after server restart, but when mailing, they appear everytime.

I fear that there is something wrong. Do you have any hint what I have to keep in mind when using mail?

Perhaps the reason lies in the way I call Seam mail. It is not directly from a JSF action method, but it is from a jBPM Mail Action class. Of course, some JSF action will be somewhere some thousand stack levels above as the root cause of the mail being send.


  | 09:20:26,981 ERROR [STDERR] 10.01.2008 09:20:26 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/apps/JBoss-4.2.1-argos/server/default/deploy/Argos3Ear.ear/Argos3Web.war/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/s.taglib.xml
  | 09:20:26,997 ERROR [STDERR] 10.01.2008 09:20:26 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/apps/JBoss-4.2.1-argos/server/default/deploy/Argos3Ear.ear/Argos3Web.war/WEB-INF/lib/jsf-facelets_patch.jar!/META-INF/jsf-core.taglib.xml
  | 09:20:26,997 ERROR [STDERR] 10.01.2008 09:20:26 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/apps/JBoss-4.2.1-argos/server/default/deploy/Argos3Ear.ear/Argos3Web.war/WEB-INF/lib/jsf-facelets_patch.jar!/META-INF/jstl-fn.taglib.xml
  | 09:20:27,044 ERROR [STDERR] 10.01.2008 09:20:27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/apps/JBoss-4.2.1-argos/server/default/deploy/Argos3Ear.ear/Argos3Web.war/WEB-INF/lib/jboss-seam-mail.jar!/META-INF/seam-mail.taglib.xml
  | 09:20:27,075 ERROR [STDERR] 10.01.2008 09:20:27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/apps/JBoss-4.2.1-argos/server/default/deploy/Argos3Ear.ear/Argos3Web.war/WEB-INF/lib/richfaces-ui-3.1.2.GA.jar!/META-INF/richfaces.taglib.xml
  | 09:20:27,090 ERROR [STDERR] 10.01.2008 09:20:27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/apps/JBoss-4.2.1-argos/server/default/deploy/Argos3Ear.ear/Argos3Web.war/WEB-INF/lib/richfaces-ui-3.1.2.GA.jar!/META-INF/rich.taglib.xml
  | 09:20:27,137 ERROR [STDERR] 10.01.2008 09:20:27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/apps/JBoss-4.2.1-argos/server/default/deploy/Argos3Ear.ear/Argos3Web.war/WEB-INF/lib/richfaces-ui-3.1.2.GA.jar!/META-INF/a4j.taglib.xml
  | 09:20:27,153 ERROR [STDERR] 10.01.2008 09:20:27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/apps/JBoss-4.2.1-argos/server/default/deploy/Argos3Ear.ear/Argos3Web.war/WEB-INF/lib/jsf-facelets_patch.jar!/META-INF/jsf-html.taglib.xml
  | 09:20:27,153 ERROR [STDERR] 10.01.2008 09:20:27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/apps/JBoss-4.2.1-argos/server/default/deploy/Argos3Ear.ear/Argos3Web.war/WEB-INF/lib/jsf-facelets_patch.jar!/META-INF/jsf-ui.taglib.xml
  | 09:20:27,169 ERROR [STDERR] 10.01.2008 09:20:27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/apps/JBoss-4.2.1-argos/server/default/deploy/Argos3Ear.ear/Argos3Web.war/WEB-INF/lib/richfaces-ui-3.1.2.GA.jar!/META-INF/ajax4jsf.taglib.xml
  | 09:20:27,184 ERROR [STDERR] 10.01.2008 09:20:27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/apps/JBoss-4.2.1-argos/server/default/deploy/Argos3Ear.ear/Argos3Web.war/WEB-INF/lib/jsf-facelets_patch.jar!/META-INF/jstl-core.taglib.xml
  | 
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118523#4118523

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118523



More information about the jboss-user mailing list