[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-2750) loadImplicit error messages

Przemyslaw Jaskierski (JIRA) jira-events at lists.jboss.org
Tue Mar 18 04:57:53 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBSEAM-2750?page=comments#action_12403303 ] 
            
Przemyslaw Jaskierski commented on JBSEAM-2750:
-----------------------------------------------

The origin of this issue can be a little bit more tricky. I used to work on some custom Facelets compiler extension and AFAIR such logs were appearing when FaceletFactory was constructed over and over again. This is a rather costly operation. Maybe Seam should reconsider the way you are using FaceletViewHandler/FaceletFactory in mail Renderer? As I recall constructing shared instance of FaceletViewHandler/FaceletFactory is ok and gets rid off this reinitialization.

Please verify this with Jacob Hokoom, I couldn't post a comment in https://facelets.dev.java.net/issues/show_bug.cgi?id=298. That saying, practices like denying comments makes me wonder no more why Facelets ecosystem is dying. This reaaaaly sucks...

> loadImplicit error messages
> ---------------------------
>
>                 Key: JBSEAM-2750
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2750
>             Project: JBoss Seam
>          Issue Type: Bug
>    Affects Versions: 2.0.1.GA
>         Environment: JBoss 4.2.2 GA, Linux Sarge, Sun JDK 1.5_14
>            Reporter: toni
>
> Every few minutes the following log entries show up in the log file of my application:
> 2008-03-17 23:59:41,251 ERROR [STDERR] Mar 17, 2008 11:59:41 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
> INFO: Added Library from: jar:file:/opt/jboss-4.2.2.GA/server/default/deploy/calc.ear/calc.war/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/s.taglib.xml
> 2008-03-17 23:59:41,275 ERROR [STDERR] Mar 17, 2008 11:59:41 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
> INFO: Added Library from: jar:file:/opt/jboss-4.2.2.GA/server/default/deploy/calc.ear/calc.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml
> 2008-03-17 23:59:41,280 ERROR [STDERR] Mar 17, 2008 11:59:41 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
> INFO: Added Library from: jar:file:/opt/jboss-4.2.2.GA/server/default/deploy/calc.ear/calc.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml
> 2008-03-17 23:59:41,285 ERROR [STDERR] Mar 17, 2008 11:59:41 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
> INFO: Added Library from: jar:file:/opt/jboss-4.2.2.GA/server/default/deploy/calc.ear/calc.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml
> 2008-03-17 23:59:41,290 ERROR [STDERR] Mar 17, 2008 11:59:41 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
> INFO: Added Library from: jar:file:/opt/jboss-4.2.2.GA/server/default/deploy/calc.ear/calc.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml
> 2008-03-17 23:59:41,302 ERROR [STDERR] Mar 17, 2008 11:59:41 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
> INFO: Added Library from: jar:file:/opt/jboss-4.2.2.GA/server/default/deploy/calc.ear/calc.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml
> For me this is a rather a serious problem even so it's only cosmetic, because our application logfile reports important errors, which get lost in the huge amount of these loadImplicit messages. As an application developer you really want to be able read your application log file, which those messages make it kind of hard.
> I have read that this is actually a facelets problem, however it would be great if you could provide a workaround/patch for it, because it's highly annoying. This seems to be the origin of the problem:
> https://facelets.dev.java.net/issues/show_bug.cgi?id=298

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list