[
https://jira.jboss.org/jira/browse/JBPM-1449?page=com.atlassian.jira.plug...
]
Ronald van Kuijk commented on JBPM-1449:
----------------------------------------
It is a very small thing in Facelets that needs to be changed:
### Eclipse Workspace Patch 1.0
#P Facelets
Index: src/java/com/sun/facelets/compiler/TagLibraryConfig.java
===================================================================
RCS file: /cvs/facelets/src/java/com/sun/facelets/compiler/TagLibraryConfig.java,v
retrieving revision 1.11
diff -u -r1.11 TagLibraryConfig.java
--- src/java/com/sun/facelets/compiler/TagLibraryConfig.java 14 Jun 2007 21:59:50
-0000 1.11
+++ src/java/com/sun/facelets/compiler/TagLibraryConfig.java 18 Dec 2008 00:58:45 -0000
@@ -429,7 +429,7 @@
for (int i = 0; i < urls.length; i++) {
try {
compiler.addTagLibrary(create(urls[i]));
- log.info("Added Library from: " + urls[i]);
+ log.log(Level.INFO, "Added Library from: " + urls[i]);
} catch (Exception e) {
log.log(Level.SEVERE, "Error Loading Library: " + urls[i], e);
}
JBoss has a 1.1.15.B1 in their repo that they compiled themselves from a tag (there was no
1.1.15.B1 release) So they can include this patch and re-release it.... jBPM has to switch
to this 1.1.15.B1 release anyway (See JBPM-1913, can someone change the pom, my svn
account give me 403's).
I checked and now it logs nicely on info level and not to standard out...
01:54:27,303 INFO [RuleBase] parsing rules: /security.drl
01:54:27,514 INFO [Contexts] starting up: org.jboss.seam.web.session
01:54:27,777 INFO [SeamFormFilter] Ignoring
http://127.0.0.1:8080/chiba-jsf/home.seam
01:54:28,171 INFO [compiler] Added Library from:
jar:file:/home/kukel/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/chiba-jsf.war/WEB-INF/lib/jboss-seam-ui-2.1.1-SNAPSHOT.jar!/META-INF/s.taglib.xml
01:54:28,185 INFO [compiler] Added Library from:
jar:file:/home/kukel/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/chiba-jsf.war/WEB-INF/lib/jsf-facelets-1.1.15.B1-patch.jar!/META-INF/jsf-core.taglib.xml
01:54:28,189 INFO [compiler] Added Library from:
jar:file:/home/kukel/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/chiba-jsf.war/WEB-INF/lib/jsf-facelets-1.1.15.B1-patch.jar!/META-INF/jsf-html.taglib.xml
01:54:28,197 INFO [compiler] Added Library from:
jar:file:/home/kukel/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/chiba-jsf.war/WEB-INF/lib/jsf-facelets-1.1.15.B1-patch.jar!/META-INF/jsf-ui.taglib.xml
01:54:28,205 INFO [compiler] Added Library from:
jar:file:/home/kukel/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/chiba-jsf.war/WEB-INF/lib/jsf-facelets-1.1.15.B1-patch.jar!/META-INF/jstl-core.taglib.xml
01:54:28,208 INFO [compiler] Added Library from:
jar:file:/home/kukel/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/chiba-jsf.war/WEB-INF/lib/jsf-facelets-1.1.15.B1-patch.jar!/META-INF/jstl-fn.taglib.xml
01:54:28,219 INFO [compiler] Added Library from:
jar:file:/home/kukel/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/chiba-jsf.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/a4j.taglib.xml
01:54:28,222 INFO [compiler] Added Library from:
jar:file:/home/kukel/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/chiba-jsf.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/ajax4jsf.taglib.xml
01:54:28,225 INFO [compiler] Added Library from:
jar:file:/home/kukel/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/chiba-jsf.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/jsp.taglib.xml
01:54:28,257 INFO [compiler] Added Library from:
jar:file:/home/kukel/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/chiba-jsf.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/rich.taglib.xml
01:54:28,262 INFO [compiler] Added Library from:
jar:file:/home/kukel/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/chiba-jsf.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/richfaces.taglib.xml
01:54:30,094 INFO [SeamFormFilter] Ignoring
http://127.0.0.1:8080/chiba-jsf/stylesheet/theme.css
01:54:30,096 INFO [SeamFormFilter] Ignoring
http://127.0.0.1:8080/chiba-jsf/favicon.ico
01:54:30,112 INFO [SeamFormFilter] Ignoring
http://127.0.0.1:8080/chiba-jsf/img/seamlogo.png
01:54:30,683 INFO [SeamFormFilter] Ignoring
http://127.0.0.1:8080/chiba-jsf/favicon.ico
strange that log.info is wrong and log.log(Level.INFO, ....) is correct....
TagLibraryConfig loadImplicit errors
------------------------------------
Key: JBPM-1449
URL:
https://jira.jboss.org/jira/browse/JBPM-1449
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Core Engine
Reporter: Len DiMaggio
Assignee: Thomas Diesler
Priority: Minor
Fix For: jBPM 3.3.2 GA
Platform JIRA for project JIRA: JBPM-1065
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira