[jboss-dev-forums] [Design of JBoss/Tomcat Integration] - Re: java2ClassLoadingCompliance in AS5?
scott.stark@jboss.org
do-not-reply at jboss.com
Tue Nov 25 12:34:12 EST 2008
We have a few tests for overriding things like logging, the xml parser impl that rely on this and are working. The general problem with overriding is whether or not the api was designed for it. For example, you cannot override the javax.xml.* classes, only the implementation of the interfaces.
Do the jsf classes in question have a similar factory type of pattern where the implementation is loaded in the context of the war class loader, or are these classes that are bound to some tomcat container class that would require the container to be recreated in the war class loader?
If I run the org.jboss.test.web.test.JSFIntegrationUnitTestCase it looks to be passing, so am I missing some recent change that altered this?
| 2244 [main] DEBUG org.jboss.test.JBossTestCase - ==== setUp org.jboss.test.JBossTestCase ====
| 2245 [main] DEBUG org.jboss.test.JBossTestCase - JBossTestServices.setUp()
| 2276 [main] DEBUG org.jboss.test.JBossTestCase - initialContext.getEnvironment()={jnp.parsedName=, java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.provider.url=localhost:1099, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 2276 [main] INFO org.jboss.test.JBossTestCase - jbosstest.beancount: null
| 2276 [main] INFO org.jboss.test.JBossTestCase - jbosstest.iterationcount: null
| 2276 [main] INFO org.jboss.test.JBossTestCase - jbosstest.threadcount: null
| 2276 [main] INFO org.jboss.test.JBossTestCase - jbosstest.nodeploy: null
| 2276 [main] INFO org.jboss.test.JBossTestCase - jbosstest.jndiurl: localhost:1099
| 2276 [main] INFO org.jboss.test.JBossTestCase - jbosstest.jndifactory: org.jnp.interfaces.NamingContextFactory
| 2276 [main] DEBUG org.jboss.test.JBossTestCase - jbosstest-jsf.war is not a valid URL, no protocol: jbosstest-jsf.war
| 2276 [main] DEBUG org.jboss.test.JBossTestCase - Testing file: output/lib/jbosstest-jsf.war
| 2276 [main] DEBUG org.jboss.test.JBossTestCase - /Users/svn/JBossHead/jboss-head/testsuite/output/lib/jbosstest-jsf.war is a valid file
| 2277 [main] DEBUG org.jboss.test.JBossTestCase - Deploying jbosstest-jsf.war, url=file:/Users/svn/JBossHead/jboss-head/testsuite/output/lib/jbosstest-jsf.war
| 2278 [main] DEBUG org.jnp.interfaces.TimedSocketFactory - createSocket, hostAddr: localhost/127.0.0.1, port: 1099, localAddr: null, localPort: 0, timeout: 0
| 2652 [main] DEBUG org.jboss.test.JBossTestCase - Invoking jboss.system:service=MainDeployer method=deploy
| 2652 [main] DEBUG org.jboss.test.JBossTestCase - args=[file:/Users/svn/JBossHead/jboss-head/testsuite/output/lib/jbosstest-jsf.war]
| 4081 [main] DEBUG org.jboss.test.JBossTestCase - jbosstest-jsf-facelets.war is not a valid URL, no protocol: jbosstest-jsf-facelets.war
| 4081 [main] DEBUG org.jboss.test.JBossTestCase - Testing file: output/lib/jbosstest-jsf-facelets.war
| 4082 [main] DEBUG org.jboss.test.JBossTestCase - /Users/svn/JBossHead/jboss-head/testsuite/output/lib/jbosstest-jsf-facelets.war is a valid file
| 4082 [main] DEBUG org.jboss.test.JBossTestCase - Deploying jbosstest-jsf-facelets.war, url=file:/Users/svn/JBossHead/jboss-head/testsuite/output/lib/jbosstest-jsf-facelets.war
| 4082 [main] DEBUG org.jboss.test.JBossTestCase - Invoking jboss.system:service=MainDeployer method=deploy
| 4082 [main] DEBUG org.jboss.test.JBossTestCase - args=[file:/Users/svn/JBossHead/jboss-head/testsuite/output/lib/jbosstest-jsf-facelets.war]
| 4467 [main] DEBUG org.jboss.test.web.test.JSFIntegrationUnitTestCase - ==== Starting testJSFIntegrated ====
| 4468 [main] DEBUG org.apache.commons.httpclient.HttpConnection - Open connection to localhost:8080
| 4469 [main] DEBUG httpclient.wire.header - >> "GET /jbosstest-jsf/index.jsf HTTP/1.1[\r][\n]"
| 4469 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Adding Host request header
| 4472 [main] DEBUG httpclient.wire.header - >> "User-Agent: Jakarta Commons-HttpClient/3.0[\r][\n]"
| 4472 [main] DEBUG httpclient.wire.header - >> "Host: localhost:8080[\r][\n]"
| 4472 [main] DEBUG httpclient.wire.header - >> "[\r][\n]"
| 6191 [main] DEBUG httpclient.wire.header - << "HTTP/1.1 200 OK[\r][\n]"
| 6193 [main] DEBUG httpclient.wire.header - << "Server: Apache-Coyote/1.1[\r][\n]"
| 6193 [main] DEBUG httpclient.wire.header - << "X-Powered-By: Servlet 2.5; JBoss-5.0/JBossWeb-2.1[\r][\n]"
| 6193 [main] DEBUG httpclient.wire.header - << "X-Powered-By: JSF/1.2[\r][\n]"
| 6193 [main] DEBUG httpclient.wire.header - << "Set-Cookie: JSESSIONID=92AE9D1FF4B232B544CC297833DF1E3B; Path=/jbosstest-jsf[\r][\n]"
| 6193 [main] DEBUG httpclient.wire.header - << "Content-Type: text/html;charset=UTF-8[\r][\n]"
| 6193 [main] DEBUG httpclient.wire.header - << "Content-Language: en-US[\r][\n]"
| 6193 [main] DEBUG httpclient.wire.header - << "Transfer-Encoding: chunked[\r][\n]"
| 6194 [main] DEBUG httpclient.wire.header - << "Date: Tue, 25 Nov 2008 17:32:56 GMT[\r][\n]"
| 6194 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Cookie accepted: "$Version=0; JSESSIONID=92AE9D1FF4B232B544CC297833DF1E3B; $Path=/jbosstest-jsf"
| 6195 [main] DEBUG httpclient.wire.content - << "7"
| 6195 [main] DEBUG httpclient.wire.content - << "b"
| 6195 [main] DEBUG httpclient.wire.content - << "f"
| 6195 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6195 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6195 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6195 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6195 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6195 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6195 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6195 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6195 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6196 [main] DEBUG httpclient.wire.content - << "<html>[\n]"
| 6196 [main] DEBUG httpclient.wire.content - << " <head>[\n]"
| 6196 [main] DEBUG httpclient.wire.content - << " <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">[\n]"
| 6196 [main] DEBUG httpclient.wire.content - << " <title>JBoss JSF Integration Test</title>[\n]"
| 6196 [main] DEBUG httpclient.wire.content - << " </head>[\n]"
| 6196 [main] DEBUG httpclient.wire.content - << " <body>[\n]"
| 6196 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6196 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6196 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>InjectionBean: hit this page twice to complete the test.</h1></font>[\n]"
| 6196 [main] DEBUG httpclient.wire.content - << " <h3>@PostConstruct was called.</h3>[\n]"
| 6197 [main] DEBUG httpclient.wire.content - << " <h3></h3>[\n]"
| 6197 [main] DEBUG httpclient.wire.content - << " <h3>Datasource was injected.</h3>[\n]"
| 6197 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6197 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6197 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6197 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Classic test of JSTL 1.2/JSF 1.2 with deferred expressions:</h1></font>[\n]"
| 6197 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6197 [main] DEBUG httpclient.wire.content - << " <h3>number one</h3>[\n]"
| 6197 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6197 [main] DEBUG httpclient.wire.content - << " <h3>number two</h3>[\n]"
| 6197 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6197 [main] DEBUG httpclient.wire.content - << " <h3>number three</h3>[\n]"
| 6197 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6197 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6197 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>ServletContext Minor Version Test (should return 5)</h1></font>[\n]"
| 6197 [main] DEBUG httpclient.wire.content - << " <h3>ServletContext.getMinorVersion() = 5</h3>[\n]"
| 6198 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6198 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Enum Test</h1></font>[\n]"
| 6198 [main] DEBUG httpclient.wire.content - << " <h3>JBoss Color selection is PURPLE</h3>[\n]"
| 6198 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Test using JDK class as a managed bean</h1></font> [\n]"
| 6198 [main] DEBUG httpclient.wire.content - << " <h3>JButto"
| 6198 [main] DEBUG httpclient.wire.content - << "n value = javax.swing.JButton[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.5,border=apple.laf.CUIAquaButtonBorder$Dynamic at 6d219c,flags=288,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=0,left=2,bottom=0,right=2],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=false,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Initial Value,defaultCapable=true]</h3>[\n]"
| 6198 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6198 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6199 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Logging Test</h1></font>[\n]"
| 6199 [main] DEBUG httpclient.wire.content - << " <h3>[\n]"
| 6199 [main] DEBUG httpclient.wire.content - << " ERROR - Logged SEVERE message in APPLICATION_LOGGER<br/>[\n]"
| 6199 [main] DEBUG httpclient.wire.content - << "WARN - Logged WARNING message in CONTEXT_LOGGER<br/>[\n]"
| 6199 [main] DEBUG httpclient.wire.content - << "INFO - Logged INFO message in CONFIG_LOGGER<br/>[\n]"
| 6199 [main] DEBUG httpclient.wire.content - << "DEBUG - Logged FINE message in LIFECYCLE_LOGGER<br/>[\n]"
| 6199 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINER message in TIMING_LOGGER<br/>[\n]"
| 6199 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINEST message in TIMING_LOGGER<br/>[\n]"
| 6199 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINEST message in MANAGEDBEAN_LOGGER Logger<br/>[\n]"
| 6199 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6200 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6200 [main] DEBUG httpclient.wire.content - << " </h3>[\n]"
| 6200 [main] DEBUG httpclient.wire.content - << " </body>[\n]"
| 6200 [main] DEBUG httpclient.wire.content - << "</html>[\n]"
| 6200 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6200 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6200 [main] DEBUG httpclient.wire.content - << "0"
| 6200 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6200 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6200 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6201 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6201 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Resorting to protocol version default close connection policy
| 6201 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Should NOT close connection, using HTTP/1.1
| 6201 [main] DEBUG org.apache.commons.httpclient.HttpConnection - Releasing connection back to connection manager.
| 6202 [main] DEBUG httpclient.wire.header - >> "GET /jbosstest-jsf/index.jsf HTTP/1.1[\r][\n]"
| 6202 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Adding Host request header
| 6203 [main] DEBUG httpclient.wire.header - >> "User-Agent: Jakarta Commons-HttpClient/3.0[\r][\n]"
| 6203 [main] DEBUG httpclient.wire.header - >> "Host: localhost:8080[\r][\n]"
| 6203 [main] DEBUG httpclient.wire.header - >> "Cookie: $Version=0; JSESSIONID=92AE9D1FF4B232B544CC297833DF1E3B; $Path=/jbosstest-jsf[\r][\n]"
| 6204 [main] DEBUG httpclient.wire.header - >> "[\r][\n]"
| 6217 [main] DEBUG httpclient.wire.header - << "HTTP/1.1 200 OK[\r][\n]"
| 6217 [main] DEBUG httpclient.wire.header - << "Server: Apache-Coyote/1.1[\r][\n]"
| 6217 [main] DEBUG httpclient.wire.header - << "X-Powered-By: Servlet 2.5; JBoss-5.0/JBossWeb-2.1[\r][\n]"
| 6217 [main] DEBUG httpclient.wire.header - << "X-Powered-By: JSF/1.2[\r][\n]"
| 6217 [main] DEBUG httpclient.wire.header - << "Content-Type: text/html;charset=UTF-8[\r][\n]"
| 6217 [main] DEBUG httpclient.wire.header - << "Content-Language: en-US[\r][\n]"
| 6217 [main] DEBUG httpclient.wire.header - << "Transfer-Encoding: chunked[\r][\n]"
| 6218 [main] DEBUG httpclient.wire.header - << "Date: Tue, 25 Nov 2008 17:32:56 GMT[\r][\n]"
| 6218 [main] WARN org.apache.commons.httpclient.HttpMethodBase - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
| 6218 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Buffering response body
| 6220 [main] DEBUG httpclient.wire.content - << "7"
| 6220 [main] DEBUG httpclient.wire.content - << "d"
| 6220 [main] DEBUG httpclient.wire.content - << "6"
| 6220 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6220 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6220 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6220 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6220 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6220 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6220 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6220 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6220 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6220 [main] DEBUG httpclient.wire.content - << "<html>[\n]"
| 6220 [main] DEBUG httpclient.wire.content - << " <head>[\n]"
| 6220 [main] DEBUG httpclient.wire.content - << " <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">[\n]"
| 6221 [main] DEBUG httpclient.wire.content - << " <title>JBoss JSF Integration Test</title>[\n]"
| 6221 [main] DEBUG httpclient.wire.content - << " </head>[\n]"
| 6221 [main] DEBUG httpclient.wire.content - << " <body>[\n]"
| 6221 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6221 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6221 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>InjectionBean: hit this page twice to complete the test.</h1></font>[\n]"
| 6221 [main] DEBUG httpclient.wire.content - << " <h3>@PostConstruct was called.</h3>[\n]"
| 6221 [main] DEBUG httpclient.wire.content - << " <h3>@PreDestroy was called.</h3>[\n]"
| 6221 [main] DEBUG httpclient.wire.content - << " <h3>Datasource was injected.</h3>[\n]"
| 6221 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6221 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6221 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6221 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Classic test of JSTL 1.2/JSF 1.2 with deferred expressions:</h1></font>[\n]"
| 6221 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6221 [main] DEBUG httpclient.wire.content - << " <h3>number one</h3>[\n]"
| 6221 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6221 [main] DEBUG httpclient.wire.content - << " <h3>number two</h3>[\n]"
| 6222 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6222 [main] DEBUG httpclient.wire.content - << " <h3>number three</h3>[\n]"
| 6222 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6222 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6222 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>ServletContext Minor Version Test (should return 5)</h1></font>[\n]"
| 6222 [main] DEBUG httpclient.wire.content - << " <h3>ServletContext.getMinorVersion() = 5</h3>[\n]"
| 6222 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6222 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Enum Test</h1></font>[\n]"
| 6222 [main] DEBUG httpclient.wire.content - << " <h3>JBoss Color selection is PURPLE</h3>[\n]"
| 6222 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Test using JDK class as a managed bean</h1></font> [\n]"
| 6222 [main] DEBUG httpclient.wire.content - << " <h3>JButton value = javax.swing.JButton[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.5,border=apple.laf.CUIAquaButtonBorder$Dynamic at 6d219c,flags=288,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=0,left=2,bottom=0,right=2],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=false,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Initial Value,defaultCapable=true]</h3>[\n]"
| 6222 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6223 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6223 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Logging Test</h1></font>[\n]"
| 6223 [main] DEBUG httpclient.wire.content - << " <h3>[\n]"
| 6223 [main] DEBUG httpclient.wire.content - << " ERROR - Logged SEVERE message in APPLICATION_LOGGER<br/>[\n]"
| 6223 [main] DEBUG httpclient.wire.content - << "WARN - Logged WARNING message in CONTEXT_LOGGER<br/>[\n]"
| 6223 [main] DEBUG httpclient.wire.content - << "INFO - Logged INFO message in CONFIG_LOGGER<br/>[\n]"
| 6223 [main] DEBUG httpclient.wire.content - << "DEBUG - Logged FINE message in LIFECYCLE_LOGGER<br/>[\n]"
| 6223 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINER message in TIMING_LOGGER<br/>[\n]"
| 6223 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINEST message in TIMING_LOGGER<br/>[\n]"
| 6223 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINEST message in MANAGEDBEAN_LOGGER Logger<br/>[\n]"
| 6223 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6223 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6223 [main] DEBUG httpclient.wire.content - << " </h3>[\n]"
| 6223 [main] DEBUG httpclient.wire.content - << " </body>[\n]"
| 6223 [main] DEBUG httpclient.wire.content - << "</html>[\n]"
| 6224 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6224 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6224 [main] DEBUG httpclient.wire.content - << "0"
| 6224 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6224 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6224 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6224 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6224 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Resorting to protocol version default close connection policy
| 6224 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Should NOT close connection, using HTTP/1.1
| 6224 [main] DEBUG org.apache.commons.httpclient.HttpConnection - Releasing connection back to connection manager.
| 6225 [main] DEBUG org.jboss.test.web.test.JSFIntegrationUnitTestCase - ==== Starting testNoFaceletsLogging ====
| 6225 [main] DEBUG org.apache.commons.httpclient.HttpConnection - Open connection to localhost:8080
| 6225 [main] DEBUG httpclient.wire.header - >> "GET /jbosstest-jsf/index.jsf HTTP/1.1[\r][\n]"
| 6225 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Adding Host request header
| 6226 [main] DEBUG httpclient.wire.header - >> "User-Agent: Jakarta Commons-HttpClient/3.0[\r][\n]"
| 6226 [main] DEBUG httpclient.wire.header - >> "Host: localhost:8080[\r][\n]"
| 6226 [main] DEBUG httpclient.wire.header - >> "[\r][\n]"
| 6236 [main] DEBUG httpclient.wire.header - << "HTTP/1.1 200 OK[\r][\n]"
| 6237 [main] DEBUG httpclient.wire.header - << "Server: Apache-Coyote/1.1[\r][\n]"
| 6237 [main] DEBUG httpclient.wire.header - << "X-Powered-By: Servlet 2.5; JBoss-5.0/JBossWeb-2.1[\r][\n]"
| 6237 [main] DEBUG httpclient.wire.header - << "X-Powered-By: JSF/1.2[\r][\n]"
| 6237 [main] DEBUG httpclient.wire.header - << "Set-Cookie: JSESSIONID=5E44820CD893F6977489AF91D3B207DC; Path=/jbosstest-jsf[\r][\n]"
| 6237 [main] DEBUG httpclient.wire.header - << "Content-Type: text/html;charset=UTF-8[\r][\n]"
| 6237 [main] DEBUG httpclient.wire.header - << "Content-Language: en-US[\r][\n]"
| 6237 [main] DEBUG httpclient.wire.header - << "Transfer-Encoding: chunked[\r][\n]"
| 6238 [main] DEBUG httpclient.wire.header - << "Date: Tue, 25 Nov 2008 17:32:56 GMT[\r][\n]"
| 6238 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Cookie accepted: "$Version=0; JSESSIONID=5E44820CD893F6977489AF91D3B207DC; $Path=/jbosstest-jsf"
| 6239 [main] DEBUG httpclient.wire.content - << "7"
| 6239 [main] DEBUG httpclient.wire.content - << "b"
| 6239 [main] DEBUG httpclient.wire.content - << "f"
| 6239 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6239 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6239 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6240 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6240 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6240 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6241 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6241 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6241 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6241 [main] DEBUG httpclient.wire.content - << "<html>[\n]"
| 6241 [main] DEBUG httpclient.wire.content - << " <head>[\n]"
| 6241 [main] DEBUG httpclient.wire.content - << " <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">[\n]"
| 6241 [main] DEBUG httpclient.wire.content - << " <title>JBoss JSF Integration Test</title>[\n]"
| 6241 [main] DEBUG httpclient.wire.content - << " </head>[\n]"
| 6241 [main] DEBUG httpclient.wire.content - << " <body>[\n]"
| 6241 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6241 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6241 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>InjectionBean: hit this page twice to complete the test.</h1></font>[\n]"
| 6241 [main] DEBUG httpclient.wire.content - << " <h3>@PostConstruct was called.</h3>[\n]"
| 6241 [main] DEBUG httpclient.wire.content - << " <h3></h3>[\n]"
| 6241 [main] DEBUG httpclient.wire.content - << " <h3>Datasource was injected.</h3>[\n]"
| 6241 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6242 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6242 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6242 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Classic test of JSTL 1.2/JSF 1.2 with deferred expressions:</h1></font>[\n]"
| 6242 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6242 [main] DEBUG httpclient.wire.content - << " <h3>number one</h3>[\n]"
| 6242 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6242 [main] DEBUG httpclient.wire.content - << " <h3>number two</h3>[\n]"
| 6242 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6243 [main] DEBUG httpclient.wire.content - << " <h3>number three</h3>[\n]"
| 6243 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6243 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6243 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>ServletContext Minor Version Test (should return 5)</h1></font>[\n]"
| 6243 [main] DEBUG httpclient.wire.content - << " <h3>ServletContext.getMinorVersion() = 5</h3>[\n]"
| 6243 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6243 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Enum Test</h1></font>[\n]"
| 6243 [main] DEBUG httpclient.wire.content - << " <h3>JBoss Color selection is PURPLE</h3>[\n]"
| 6243 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Test using JDK class as a managed bean</h1></font> [\n]"
| 6243 [main] DEBUG httpclient.wire.content - << " <h3>JButto"
| 6243 [main] DEBUG httpclient.wire.content - << "n value = javax.swing.JButton[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.5,border=apple.laf.CUIAquaButtonBorder$Dynamic at 6d219c,flags=288,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=0,left=2,bottom=0,right=2],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=false,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Initial Value,defaultCapable=true]</h3>[\n]"
| 6243 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6243 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6243 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Logging Test</h1></font>[\n]"
| 6243 [main] DEBUG httpclient.wire.content - << " <h3>[\n]"
| 6243 [main] DEBUG httpclient.wire.content - << " ERROR - Logged SEVERE message in APPLICATION_LOGGER<br/>[\n]"
| 6243 [main] DEBUG httpclient.wire.content - << "WARN - Logged WARNING message in CONTEXT_LOGGER<br/>[\n]"
| 6244 [main] DEBUG httpclient.wire.content - << "INFO - Logged INFO message in CONFIG_LOGGER<br/>[\n]"
| 6244 [main] DEBUG httpclient.wire.content - << "DEBUG - Logged FINE message in LIFECYCLE_LOGGER<br/>[\n]"
| 6244 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINER message in TIMING_LOGGER<br/>[\n]"
| 6244 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINEST message in TIMING_LOGGER<br/>[\n]"
| 6244 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINEST message in MANAGEDBEAN_LOGGER Logger<br/>[\n]"
| 6244 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6244 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6244 [main] DEBUG httpclient.wire.content - << " </h3>[\n]"
| 6244 [main] DEBUG httpclient.wire.content - << " </body>[\n]"
| 6244 [main] DEBUG httpclient.wire.content - << "</html>[\n]"
| 6244 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6244 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6244 [main] DEBUG httpclient.wire.content - << "0"
| 6244 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6245 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6245 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6245 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6245 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Resorting to protocol version default close connection policy
| 6245 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Should NOT close connection, using HTTP/1.1
| 6245 [main] DEBUG org.apache.commons.httpclient.HttpConnection - Releasing connection back to connection manager.
| 6247 [main] DEBUG httpclient.wire.header - >> "GET /jbosstest-jsf/index.jsf HTTP/1.1[\r][\n]"
| 6247 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Adding Host request header
| 6248 [main] DEBUG httpclient.wire.header - >> "User-Agent: Jakarta Commons-HttpClient/3.0[\r][\n]"
| 6248 [main] DEBUG httpclient.wire.header - >> "Host: localhost:8080[\r][\n]"
| 6248 [main] DEBUG httpclient.wire.header - >> "Cookie: $Version=0; JSESSIONID=5E44820CD893F6977489AF91D3B207DC; $Path=/jbosstest-jsf[\r][\n]"
| 6248 [main] DEBUG httpclient.wire.header - >> "[\r][\n]"
| 6259 [main] DEBUG httpclient.wire.header - << "HTTP/1.1 200 OK[\r][\n]"
| 6259 [main] DEBUG httpclient.wire.header - << "Server: Apache-Coyote/1.1[\r][\n]"
| 6259 [main] DEBUG httpclient.wire.header - << "X-Powered-By: Servlet 2.5; JBoss-5.0/JBossWeb-2.1[\r][\n]"
| 6259 [main] DEBUG httpclient.wire.header - << "X-Powered-By: JSF/1.2[\r][\n]"
| 6259 [main] DEBUG httpclient.wire.header - << "Content-Type: text/html;charset=UTF-8[\r][\n]"
| 6259 [main] DEBUG httpclient.wire.header - << "Content-Language: en-US[\r][\n]"
| 6259 [main] DEBUG httpclient.wire.header - << "Transfer-Encoding: chunked[\r][\n]"
| 6259 [main] DEBUG httpclient.wire.header - << "Date: Tue, 25 Nov 2008 17:32:56 GMT[\r][\n]"
| 6259 [main] WARN org.apache.commons.httpclient.HttpMethodBase - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
| 6260 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Buffering response body
| 6260 [main] DEBUG httpclient.wire.content - << "7"
| 6260 [main] DEBUG httpclient.wire.content - << "d"
| 6260 [main] DEBUG httpclient.wire.content - << "6"
| 6260 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6260 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6260 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6260 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6261 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6261 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6261 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6261 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6261 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6261 [main] DEBUG httpclient.wire.content - << "<html>[\n]"
| 6261 [main] DEBUG httpclient.wire.content - << " <head>[\n]"
| 6261 [main] DEBUG httpclient.wire.content - << " <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">[\n]"
| 6261 [main] DEBUG httpclient.wire.content - << " <title>JBoss JSF Integration Test</title>[\n]"
| 6261 [main] DEBUG httpclient.wire.content - << " </head>[\n]"
| 6261 [main] DEBUG httpclient.wire.content - << " <body>[\n]"
| 6261 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6261 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6261 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>InjectionBean: hit this page twice to complete the test.</h1></font>[\n]"
| 6261 [main] DEBUG httpclient.wire.content - << " <h3>@PostConstruct was called.</h3>[\n]"
| 6261 [main] DEBUG httpclient.wire.content - << " <h3>@PreDestroy was called.</h3>[\n]"
| 6261 [main] DEBUG httpclient.wire.content - << " <h3>Datasource was injected.</h3>[\n]"
| 6261 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6261 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6262 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6262 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Classic test of JSTL 1.2/JSF 1.2 with deferred expressions:</h1></font>[\n]"
| 6262 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6262 [main] DEBUG httpclient.wire.content - << " <h3>number one</h3>[\n]"
| 6262 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6262 [main] DEBUG httpclient.wire.content - << " <h3>number two</h3>[\n]"
| 6262 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6262 [main] DEBUG httpclient.wire.content - << " <h3>number three</h3>[\n]"
| 6262 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6262 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6263 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>ServletContext Minor Version Test (should return 5)</h1></font>[\n]"
| 6263 [main] DEBUG httpclient.wire.content - << " <h3>ServletContext.getMinorVersion() = 5</h3>[\n]"
| 6263 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6263 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Enum Test</h1></font>[\n]"
| 6263 [main] DEBUG httpclient.wire.content - << " <h3>JBoss Color selection is PURPLE</h3>[\n]"
| 6263 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Test using JDK class as a managed bean</h1></font> [\n]"
| 6263 [main] DEBUG httpclient.wire.content - << " <h3>JButton value = javax.swing.JButton[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.5,border=apple.laf.CUIAquaButtonBorder$Dynamic at 6d219c,flags=288,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=0,left=2,bottom=0,right=2],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=false,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Initial Value,defaultCapable=true]</h3>[\n]"
| 6263 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6263 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6263 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Logging Test</h1></font>[\n]"
| 6263 [main] DEBUG httpclient.wire.content - << " <h3>[\n]"
| 6264 [main] DEBUG httpclient.wire.content - << " ERROR - Logged SEVERE message in APPLICATION_LOGGER<br/>[\n]"
| 6264 [main] DEBUG httpclient.wire.content - << "WARN - Logged WARNING message in CONTEXT_LOGGER<br/>[\n]"
| 6264 [main] DEBUG httpclient.wire.content - << "INFO - Logged INFO message in CONFIG_LOGGER<br/>[\n]"
| 6264 [main] DEBUG httpclient.wire.content - << "DEBUG - Logged FINE message in LIFECYCLE_LOGGER<br/>[\n]"
| 6264 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINER message in TIMING_LOGGER<br/>[\n]"
| 6264 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINEST message in TIMING_LOGGER<br/>[\n]"
| 6264 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINEST message in MANAGEDBEAN_LOGGER Logger<br/>[\n]"
| 6264 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6264 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6264 [main] DEBUG httpclient.wire.content - << " </h3>[\n]"
| 6264 [main] DEBUG httpclient.wire.content - << " </body>[\n]"
| 6264 [main] DEBUG httpclient.wire.content - << "</html>[\n]"
| 6264 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6264 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6264 [main] DEBUG httpclient.wire.content - << "0"
| 6264 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6265 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6265 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6265 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6265 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Resorting to protocol version default close connection policy
| 6265 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Should NOT close connection, using HTTP/1.1
| 6265 [main] DEBUG org.apache.commons.httpclient.HttpConnection - Releasing connection back to connection manager.
| 6266 [main] DEBUG org.jboss.test.web.test.JSFIntegrationUnitTestCase - ==== Starting testFaceletsLogging ====
| 6267 [main] DEBUG org.apache.commons.httpclient.HttpConnection - Open connection to localhost:8080
| 6267 [main] DEBUG httpclient.wire.header - >> "GET /jbosstest-jsf-facelets/index.jsf HTTP/1.1[\r][\n]"
| 6267 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Adding Host request header
| 6267 [main] DEBUG httpclient.wire.header - >> "User-Agent: Jakarta Commons-HttpClient/3.0[\r][\n]"
| 6268 [main] DEBUG httpclient.wire.header - >> "Host: localhost:8080[\r][\n]"
| 6268 [main] DEBUG httpclient.wire.header - >> "[\r][\n]"
| 6728 [main] DEBUG httpclient.wire.header - << "HTTP/1.1 200 OK[\r][\n]"
| 6728 [main] DEBUG httpclient.wire.header - << "Server: Apache-Coyote/1.1[\r][\n]"
| 6728 [main] DEBUG httpclient.wire.header - << "X-Powered-By: Servlet 2.5; JBoss-5.0/JBossWeb-2.1[\r][\n]"
| 6729 [main] DEBUG httpclient.wire.header - << "X-Powered-By: JSF/1.2[\r][\n]"
| 6729 [main] DEBUG httpclient.wire.header - << "Set-Cookie: JSESSIONID=28D10F7555F79608E81219C8363E364A; Path=/jbosstest-jsf-facelets[\r][\n]"
| 6730 [main] DEBUG httpclient.wire.header - << "Content-Type: text/html;charset=UTF-8[\r][\n]"
| 6730 [main] DEBUG httpclient.wire.header - << "Content-Language: en-US[\r][\n]"
| 6730 [main] DEBUG httpclient.wire.header - << "Transfer-Encoding: chunked[\r][\n]"
| 6730 [main] DEBUG httpclient.wire.header - << "Date: Tue, 25 Nov 2008 17:32:56 GMT[\r][\n]"
| 6730 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Cookie accepted: "$Version=0; JSESSIONID=28D10F7555F79608E81219C8363E364A; $Path=/jbosstest-jsf-facelets"
| 6730 [main] DEBUG httpclient.wire.content - << "9"
| 6730 [main] DEBUG httpclient.wire.content - << "9"
| 6730 [main] DEBUG httpclient.wire.content - << "e"
| 6730 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6730 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6730 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6730 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6731 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6731 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6731 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6731 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6731 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6731 [main] DEBUG httpclient.wire.content - << "<html>[\n]"
| 6731 [main] DEBUG httpclient.wire.content - << " <head>[\n]"
| 6731 [main] DEBUG httpclient.wire.content - << " <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">[\n]"
| 6731 [main] DEBUG httpclient.wire.content - << " <title>JBoss JSF Integration Test</title>[\n]"
| 6731 [main] DEBUG httpclient.wire.content - << " </head>[\n]"
| 6731 [main] DEBUG httpclient.wire.content - << " <body>[\n]"
| 6731 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6731 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6731 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>InjectionBean: hit this page twice to complete the test.</h1></font>[\n]"
| 6731 [main] DEBUG httpclient.wire.content - << " <h3>@PostConstruct was called.</h3>[\n]"
| 6731 [main] DEBUG httpclient.wire.content - << " <h3></h3>[\n]"
| 6731 [main] DEBUG httpclient.wire.content - << " <h3>Datasource was injected.</h3>[\n]"
| 6731 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6731 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6731 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6732 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Classic test of JSTL 1.2/JSF 1.2 with deferred expressions:</h1></font>[\n]"
| 6732 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6732 [main] DEBUG httpclient.wire.content - << " <h3>number one</h3>[\n]"
| 6732 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6732 [main] DEBUG httpclient.wire.content - << " <h3>number two</h3>[\n]"
| 6732 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6733 [main] DEBUG httpclient.wire.content - << " <h3>number three</h3>[\n]"
| 6733 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6733 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6733 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>ServletContext Minor Version Test (should return 5)</h1></font>[\n]"
| 6733 [main] DEBUG httpclient.wire.content - << " <h3>ServletContext.getMinorVersion() = 5</h3>[\n]"
| 6733 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6733 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Enum Test</h1></font>[\n]"
| 6733 [main] DEBUG httpclient.wire.content - << " <h3>JBoss Color selection is PURPLE</h3>[\n]"
| 6733 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Test using JDK class as a managed bean</h1></font> [\n]"
| 6733 [main] DEBUG httpclient.wire.content - << " <h3>JButto"
| 6734 [main] DEBUG httpclient.wire.content - << "n value = javax.swing.JButton[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.5,border=apple.laf.CUIAquaButtonBorder$Dynamic at 6d219c,flags=288,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=0,left=2,bottom=0,right=2],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=false,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Initial Value,defaultCapable=true]</h3>[\n]"
| 6734 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6734 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6734 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Logging Test</h1></font>[\n]"
| 6734 [main] DEBUG httpclient.wire.content - << " <h3>[\n]"
| 6734 [main] DEBUG httpclient.wire.content - << " ERROR - Logged SEVERE message in APPLICATION_LOGGER<br/>[\n]"
| 6734 [main] DEBUG httpclient.wire.content - << "WARN - Logged WARNING message in CONTEXT_LOGGER<br/>[\n]"
| 6735 [main] DEBUG httpclient.wire.content - << "INFO - Logged INFO message in CONFIG_LOGGER<br/>[\n]"
| 6735 [main] DEBUG httpclient.wire.content - << "DEBUG - Logged FINE message in LIFECYCLE_LOGGER<br/>[\n]"
| 6735 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINER message in TIMING_LOGGER<br/>[\n]"
| 6735 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINEST message in TIMING_LOGGER<br/>[\n]"
| 6735 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINEST message in MANAGEDBEAN_LOGGER Logger<br/>[\n]"
| 6735 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.compiler<br/>[\n]"
| 6735 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.compiler<b"
| 6735 [main] DEBUG httpclient.wire.content - << "r/>[\n]"
| 6735 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.factory<br/>[\n]"
| 6735 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.tag.component<br/>[\n]"
| 6735 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.factory<br/>[\n]"
| 6735 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.viewhandler<br/>[\n]"
| 6735 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.compiler<br/>[\n]"
| 6735 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.tag.component<br/>[\n]"
| 6735 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.tag.meta<br/>[\n]"
| 6735 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6736 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6736 [main] DEBUG httpclient.wire.content - << " </h3>[\n]"
| 6736 [main] DEBUG httpclient.wire.content - << " </body>[\n]"
| 6736 [main] DEBUG httpclient.wire.content - << "</html>[\n]"
| 6736 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6736 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6736 [main] DEBUG httpclient.wire.content - << "0"
| 6736 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6736 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6736 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6736 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6736 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Resorting to protocol version default close connection policy
| 6736 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Should NOT close connection, using HTTP/1.1
| 6736 [main] DEBUG org.apache.commons.httpclient.HttpConnection - Releasing connection back to connection manager.
| 6738 [main] DEBUG httpclient.wire.header - >> "GET /jbosstest-jsf-facelets/index.jsf HTTP/1.1[\r][\n]"
| 6738 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Adding Host request header
| 6739 [main] DEBUG httpclient.wire.header - >> "User-Agent: Jakarta Commons-HttpClient/3.0[\r][\n]"
| 6739 [main] DEBUG httpclient.wire.header - >> "Host: localhost:8080[\r][\n]"
| 6739 [main] DEBUG httpclient.wire.header - >> "Cookie: $Version=0; JSESSIONID=28D10F7555F79608E81219C8363E364A; $Path=/jbosstest-jsf-facelets[\r][\n]"
| 6739 [main] DEBUG httpclient.wire.header - >> "[\r][\n]"
| 6756 [main] DEBUG httpclient.wire.header - << "HTTP/1.1 200 OK[\r][\n]"
| 6756 [main] DEBUG httpclient.wire.header - << "Server: Apache-Coyote/1.1[\r][\n]"
| 6756 [main] DEBUG httpclient.wire.header - << "X-Powered-By: Servlet 2.5; JBoss-5.0/JBossWeb-2.1[\r][\n]"
| 6756 [main] DEBUG httpclient.wire.header - << "X-Powered-By: JSF/1.2[\r][\n]"
| 6756 [main] DEBUG httpclient.wire.header - << "Content-Type: text/html;charset=UTF-8[\r][\n]"
| 6756 [main] DEBUG httpclient.wire.header - << "Content-Language: en-US[\r][\n]"
| 6757 [main] DEBUG httpclient.wire.header - << "Transfer-Encoding: chunked[\r][\n]"
| 6757 [main] DEBUG httpclient.wire.header - << "Date: Tue, 25 Nov 2008 17:32:56 GMT[\r][\n]"
| 6757 [main] WARN org.apache.commons.httpclient.HttpMethodBase - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
| 6757 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Buffering response body
| 6758 [main] DEBUG httpclient.wire.content - << "9"
| 6758 [main] DEBUG httpclient.wire.content - << "b"
| 6758 [main] DEBUG httpclient.wire.content - << "5"
| 6758 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6758 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6758 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6758 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6758 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6758 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6758 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6758 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6758 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6758 [main] DEBUG httpclient.wire.content - << "<html>[\n]"
| 6758 [main] DEBUG httpclient.wire.content - << " <head>[\n]"
| 6758 [main] DEBUG httpclient.wire.content - << " <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">[\n]"
| 6758 [main] DEBUG httpclient.wire.content - << " <title>JBoss JSF Integration Test</title>[\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " </head>[\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " <body>[\n]"
| 6759 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>InjectionBean: hit this page twice to complete the test.</h1></font>[\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " <h3>@PostConstruct was called.</h3>[\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " <h3>@PreDestroy was called.</h3>[\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " <h3>Datasource was injected.</h3>[\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Classic test of JSTL 1.2/JSF 1.2 with deferred expressions:</h1></font>[\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " <h3>number one</h3>[\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " <h3>number two</h3>[\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " <h3>number three</h3>[\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6759 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>ServletContext Minor Version Test (should return 5)</h1></font>[\n]"
| 6759 [main] DEBUG httpclient.wire.content - << " <h3>ServletContext.getMinorVersion() = 5</h3>[\n]"
| 6759 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6760 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Enum Test</h1></font>[\n]"
| 6760 [main] DEBUG httpclient.wire.content - << " <h3>JBoss Color selection is PURPLE</h3>[\n]"
| 6760 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Test using JDK class as a managed bean</h1></font> [\n]"
| 6760 [main] DEBUG httpclient.wire.content - << " <h3>JButton value = javax.swing.JButton[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.5,border=apple.laf.CUIAquaButtonBorder$Dynamic at 6d219c,flags=288,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=0,left=2,bottom=0,right=2],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=false,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Initial Value,defaultCapable=true]</h3>[\n]"
| 6760 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6760 [main] DEBUG httpclient.wire.content - << " [\n]"
| 6760 [main] DEBUG httpclient.wire.content - << " <font color="red"><h1>Logging Test</h1></font>[\n]"
| 6760 [main] DEBUG httpclient.wire.content - << " <h3>[\n]"
| 6760 [main] DEBUG httpclient.wire.content - << " ERROR - Logged SEVERE message in APPLICATION_LOGGER<br/>[\n]"
| 6760 [main] DEBUG httpclient.wire.content - << "WARN - Logged WARNING message in CONTEXT_LOGGER<br/>[\n]"
| 6760 [main] DEBUG httpclient.wire.content - << "INFO - Logged INFO message in CONFIG_LOGGER<br/>[\n]"
| 6760 [main] DEBUG httpclient.wire.content - << "DEBUG - Logged FINE message in LIFECYCLE_LOGGER<br/>[\n]"
| 6761 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINER message in TIMING_LOGGER<br/>[\n]"
| 6761 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINEST message in TIMING_LOGGER<br/>[\n]"
| 6761 [main] DEBUG httpclient.wire.content - << "TRACE - Logged FINEST message in MANAGEDBEAN_LOGGER Logger<br/>[\n]"
| 6761 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.compiler<br/>[\n]"
| 6761 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.compiler<br/>[\n]"
| 6761 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.factory<br/>[\n]"
| 6761 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.tag.component<br/>[\n]"
| 6761 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.factory<br/>[\n]"
| 6762 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.viewhandler<br/>[\n]"
| 6763 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.compiler<br/>[\n]"
| 6767 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.tag.component<br/>[\n]"
| 6767 [main] DEBUG httpclient.wire.content - << "INFO - Here is a message for facelets.tag.meta<br/>[\n]"
| 6767 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6767 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6767 [main] DEBUG httpclient.wire.content - << " </h3>[\n]"
| 6767 [main] DEBUG httpclient.wire.content - << " </body>[\n]"
| 6767 [main] DEBUG httpclient.wire.content - << "</html>[\n]"
| 6767 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6767 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6767 [main] DEBUG httpclient.wire.content - << "0"
| 6767 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6767 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6767 [main] DEBUG httpclient.wire.content - << "[\r]"
| 6767 [main] DEBUG httpclient.wire.content - << "[\n]"
| 6767 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Resorting to protocol version default close connection policy
| 6768 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - Should NOT close connection, using HTTP/1.1
| 6768 [main] DEBUG org.apache.commons.httpclient.HttpConnection - Releasing connection back to connection manager.
| 6768 [main] DEBUG org.jboss.test.JBossTestCase - jbosstest-jsf-facelets.war is not a valid URL, no protocol: jbosstest-jsf-facelets.war
| 6768 [main] DEBUG org.jboss.test.JBossTestCase - Testing file: output/lib/jbosstest-jsf-facelets.war
| 6768 [main] DEBUG org.jboss.test.JBossTestCase - /Users/svn/JBossHead/jboss-head/testsuite/output/lib/jbosstest-jsf-facelets.war is a valid file
| 6768 [main] DEBUG org.jboss.test.JBossTestCase - Undeploying jbosstest-jsf-facelets.war, url=file:/Users/svn/JBossHead/jboss-head/testsuite/output/lib/jbosstest-jsf-facelets.war
| 6768 [main] DEBUG org.jboss.test.JBossTestCase - Invoking jboss.system:service=MainDeployer method=undeploy
| 6768 [main] DEBUG org.jboss.test.JBossTestCase - args=[file:/Users/svn/JBossHead/jboss-head/testsuite/output/lib/jbosstest-jsf-facelets.war]
| 6809 [main] DEBUG org.jboss.test.JBossTestCase - jbosstest-jsf.war is not a valid URL, no protocol: jbosstest-jsf.war
| 6809 [main] DEBUG org.jboss.test.JBossTestCase - Testing file: output/lib/jbosstest-jsf.war
| 6809 [main] DEBUG org.jboss.test.JBossTestCase - /Users/svn/JBossHead/jboss-head/testsuite/output/lib/jbosstest-jsf.war is a valid file
| 6809 [main] DEBUG org.jboss.test.JBossTestCase - Undeploying jbosstest-jsf.war, url=file:/Users/svn/JBossHead/jboss-head/testsuite/output/lib/jbosstest-jsf.war
| 6809 [main] DEBUG org.jboss.test.JBossTestCase - Invoking jboss.system:service=MainDeployer method=undeploy
| 6809 [main] DEBUG org.jboss.test.JBossTestCase - args=[file:/Users/svn/JBossHead/jboss-head/testsuite/output/lib/jbosstest-jsf.war]
| 6838 [main] DEBUG org.jboss.test.JBossTestCase - JBossTestServices.tearDown()
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192223#4192223
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192223
More information about the jboss-dev-forums
mailing list