Hi,

an application created with the seam-gen 
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSEAMGen script throws some errors 
when invoked after being deployed to the jboss server. I'm just curious if this 
is the desired behavior? I mean, I wouldn't care too much if these were just 
INFO or DEBUG messages, but they are thrown with severity ERROR.

In detail, I'm interested in the two errors:
1) 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit 
and
2) 
com.sun.facelets.tag.jsf.ComponentRule warnAttr
  | WARNUNG: /WEB-INF/layout/header.xhtml @5,60 
xmlns="http://www.w3.org/1999/xhtml"; Property '' is not on type: 
javax.faces.component.UINamingContainer

Can they be ignored safely?

Thanks for explaining!

Regards, Kurt

The interesting part of server.log:

  | 11:44:17,242 INFO  [org.jboss.deployment.EARDeployer] Started J2EE 
application: 
file:/D:/Internet/Server/jboss-4.0.4.GA/server/default/deploy/scaffold.ear
  | 11:45:02,219 INFO  [org.jboss.seam.core.Pages] no pages.xml file found
  | 11:45:02,686 ERROR [STDERR] 30.08.2006 11:45:02 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: 
jar:file:/D:/Internet/Server/jboss-4.0.4.GA/server/default/tmp/deploy/tmp56227scaffold.ear-contents/scaffold-exp.war/WEB-INF/lib/jboss
  | -seam-ui.jar!/META-INF/seam.taglib.xml
  | 11:45:02,702 ERROR [STDERR] 30.08.2006 11:45:02 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: 
jar:file:/D:/Internet/Server/jboss-4.0.4.GA/server/default/tmp/deploy/tmp56227scaffold.ear-contents/scaffold-exp.war/WEB-INF/lib/jsf-f
  | acelets.jar!/META-INF/jstl-core.taglib.xml
  | 11:45:02,718 ERROR [STDERR] 30.08.2006 11:45:02 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: 
jar:file:/D:/Internet/Server/jboss-4.0.4.GA/server/default/tmp/deploy/tmp56227scaffold.ear-contents/scaffold-exp.war/WEB-INF/lib/jsf-f
  | acelets.jar!/META-INF/jstl-fn.taglib.xml
  | 11:45:02,733 ERROR [STDERR] 30.08.2006 11:45:02 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: 
jar:file:/D:/Internet/Server/jboss-4.0.4.GA/server/default/tmp/deploy/tmp56227scaffold.ear-contents/scaffold-exp.war/WEB-INF/lib/jsf-f
  | acelets.jar!/META-INF/jsf-ui.taglib.xml
  | 11:45:02,749 ERROR [STDERR] 30.08.2006 11:45:02 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: 
jar:file:/D:/Internet/Server/jboss-4.0.4.GA/server/default/tmp/deploy/tmp56227scaffold.ear-contents/scaffold-exp.war/WEB-INF/lib/jsf-f
  | acelets.jar!/META-INF/jsf-html.taglib.xml
  | 11:45:02,764 ERROR [STDERR] 30.08.2006 11:45:02 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: 
jar:file:/D:/Internet/Server/jboss-4.0.4.GA/server/default/tmp/deploy/tmp56227scaffold.ear-contents/scaffold-exp.war/WEB-INF/lib/jsf-f
  | acelets.jar!/META-INF/jsf-core.taglib.xml
  | 11:45:02,873 ERROR [STDERR] 30.08.2006 11:45:02 
com.sun.facelets.tag.jsf.ComponentRule warnAttr
  | WARNUNG: /WEB-INF/layout/header.xhtml @5,60 
xmlns="http://www.w3.org/1999/xhtml"; Property '' is not on type: 
javax.faces.component.UINamingContainer
  | 11:45:02,935 ERROR [STDERR] 30.08.2006 11:45:02 
com.sun.facelets.tag.jsf.ComponentRule warnAttr
  | WARNUNG: /WEB-INF/layout/footer.xhtml @5,60 
xmlns="http://www.w3.org/1999/xhtml"; Property '' is not on type: 
javax.faces.component.UINamingContainer
  | 11:45:02,935 INFO  [org.apache.myfaces.config.MyfacesConfig] No context 
init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value true
  | 11:45:02,935 INFO  [org.apache.myfaces.config.MyfacesConfig] No context 
init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value 
true
  | 11:45:02,935 INFO  [org.apache.myfaces.config.MyfacesConfig] No context 
init parameter 'org.apache.myfaces.DETECT_JAVASCRIPT' found, using default 
value false
  | 11:45:02,935 INFO  [org.apache.myfaces.config.MyfacesConfig] No context 
init parameter 'org.apache.myfaces.AUTO_SCROLL' found, using default value false
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968327
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to