You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by "Continuum@myfaces.zones.apache.org" <co...@myfaces.apache.org> on 2007/03/04 17:59:12 UTC

[continuum] BUILD SUCCESSFUL: Impl

Online report : http://myfaces.zones.apache.org:8081/continuum/buildResult.action?buildId=4087&projectId=68
Build statistics:
  State: Ok
  Previous State: Failed
  Started at: Sun, 4 Mar 2007 16:57:43 +0000
  Finished at: Sun, 4 Mar 2007 16:59:11 +0000
  Total time: 1m 27s
  Build Trigger: Forced
  Build Number: 35
  Exit code: 0
  Building machine hostname: myfaces.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_11(Sun Microsystems Inc.)

****************************************************************************
SCM Changes:
****************************************************************************
No files changed

****************************************************************************
SCM Changes since last success:
****************************************************************************
Changed: bommel @ Sun, 4 Mar 2007 12:29:47 +0000
Comment: (MYFACES-1246)

Just added an AnnotationProcessor based on the tomcat implementation.
You can configure it with a servlet init param or a service provider.
The fallback implementation try to setup a Processor base on the classpath
Files changed:
  /myfaces/core/branches/jsf12/impl/pom.xml ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/AnnotationProcessor.java ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/DiscoverableAnnotationProcessor.java ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/ManagedBeanBuilder.java ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/AllAnnotationProcessor.java ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/AnnotationProcessorFactory.java ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/NoInjectionAnnotationProcessor.java ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/NopAnnotationProcessor.java ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/ResourceAnnotationProcessor.java ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/webapp/AbstractMyFacesListener.java ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/config/annotation/AnnotatedExceptionManagedBeanHandlerTestCase.java ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/config/annotation/AnnotatedManagedBean.java ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/config/annotation/AnnotatedManagedBeanHandlerTestCase.java ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/config/annotation/AnnotatedRuntimeExceptionManagedBeanHandlerTestCase.java ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/config/annotation/AnnotationProcessorTestCase.java ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/config/annotation/OwnAnnotationProcessorTestCase.java ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/config/annotation/TestAnnotationProcessor.java ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/config/annotation/TestDiscoverableAnnotationProcessor.java ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/test/resources/META-INF ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/test/resources/META-INF/services ( 514387 )
  /myfaces/core/branches/jsf12/impl/src/test/resources/META-INF/services/org.apache.myfaces.AnnotationProcessor ( 514387 )

Changed: mbr @ Sun, 4 Mar 2007 12:10:45 +0000
Comment: remove dependency to commons-lang
Files changed:
  /myfaces/core/branches/jsf12/api/pom.xml ( 514385 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/application/jsp/JspStateManagerImpl.java ( 514385 )
  /myfaces/core/branches/jsf12/pom.xml ( 514385 )

Changed: mbr @ Sun, 4 Mar 2007 00:15:00 +0000
Comment: Add ELContextListener to initialize created ELContext from Jsp
+Tests
Files changed:
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/webapp/DefaultFacesInitializer.java ( 514285 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/webapp/FacesELContextListener.java ( 514285 )
  /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/webapp ( 514285 )
  /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/webapp/DefaultFacesInitializerTest.java ( 514285 )
  /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/webapp/FacesELContextListenerTest.java ( 514285 )

Changed: bommel @ Sat, 3 Mar 2007 21:28:19 +0000
Comment: revert checkin
Files changed:
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/AnnotationProcessor.java ( 514246 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/ManagedBeanBuilder.java ( 514246 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/AllAnnotationProcessor.java ( 514246 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/AnnotationProcessorFactory.java ( 514246 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/NoInjectionAnnotationProcessor.java ( 514246 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/NopAnnotationProcessor.java ( 514246 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/ResourceAnnotationProcessor.java ( 514246 )
  /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/config/annotation/AnnotatedManagedBeanHandlerTestCase.java ( 514246 )

Changed: bommel @ Sat, 3 Mar 2007 21:40:27 +0000
Comment: revert checkin
Files changed:
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/webapp/AbstractMyFacesListener.java ( 514248 )

Changed: bommel @ Sat, 3 Mar 2007 21:43:00 +0000
Comment: revert checkin
Files changed:
  /myfaces/core/branches/jsf12/impl/pom.xml ( 514250 )

Changed: bommel @ Sat, 3 Mar 2007 20:30:10 +0000
Comment: Added annotation handling and resource injection based on the tomcat implementation.
The AnnotationProcessor Interface is a copy from the tomcat 6 src.
Files changed:
  /myfaces/core/branches/jsf12/impl/pom.xml ( 514237 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/AnnotationProcessor.java ( 514237 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/ManagedBeanBuilder.java ( 514237 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/AllAnnotationProcessor.java ( 514237 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/AnnotationProcessorFactory.java ( 514237 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/NoInjectionAnnotationProcessor.java ( 514237 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/NopAnnotationProcessor.java ( 514237 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/ResourceAnnotationProcessor.java ( 514237 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/webapp/AbstractMyFacesListener.java ( 514237 )
  /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/config/annotation/AnnotatedManagedBeanHandlerTestCase.java ( 514237 )

Changed: bommel @ Sat, 3 Mar 2007 20:38:04 +0000
Comment: Added annotation handling and resource injection based on the tomcat implementation.
The AnnotationProcessor Interface is a copy from the tomcat 6 src.
Files changed:
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/AnnotationProcessor.java ( 514239 )

Changed: dennisbyrne @ Sat, 3 Mar 2007 18:06:38 +0000
Comment: getting rid of warning
Files changed:
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/AnnotatedManagedBeanHandler.java ( 514211 )

Changed: mbr @ Fri, 2 Mar 2007 10:35:53 +0000
Comment: multiple calls to AbstractAttributeMap.hashCode must return the same value (if not modified)
Files changed:
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/util/AbstractAttributeMap.java ( 513695 )
  /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/util ( 513695 )
  /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/util/AbstractAttributeMapTest.java ( 513695 )

Changed: mbr @ Fri, 2 Mar 2007 10:59:43 +0000
Comment: rename ResolverFactoryForFaces to ResolverBuilderForFaces
Files changed:
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/application/ApplicationImpl.java ( 513704 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/el/unified/ResolverBuilderForFaces.java (from /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/el/unified/ResolverFactoryForFaces.java:513285) ( 513704 )
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/el/unified/ResolverFactoryForFaces.java ( 513704 )

Changed: mbr @ Fri, 2 Mar 2007 11:02:20 +0000
Comment: rename ResolverFactoryForFaces to ResolverBuilderForFaces
Files changed:
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/application/ApplicationImpl.java ( 513706 )

Changed: mbr @ Fri, 2 Mar 2007 21:27:59 +0000
Comment: declare dependency versions in dependencyManagement of core project
+updated to latest versions
see MYFACES-1542
Files changed:
  /myfaces/core/branches/jsf12/api/pom.xml ( 513965 )
  /myfaces/core/branches/jsf12/impl/pom.xml ( 513965 )
  /myfaces/core/branches/jsf12/pom.xml ( 513965 )

Changed: mbr @ Fri, 2 Mar 2007 21:41:12 +0000
Comment: Application.createComponent must set the component instance
Files changed:
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/application/ApplicationImpl.java ( 513971 )
  /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/application/ApplicationImplTest.java ( 513971 )

Changed: mbr @ Fri, 2 Mar 2007 22:00:03 +0000
Comment: Application.createComponent(ValueExpression, FacesContext, String) must create a FacesException if component can not be created
Files changed:
  /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/application/ApplicationImpl.java ( 513982 )
  /myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/application/ApplicationImplTest.java ( 513982 )

Changed: dennisbyrne @ Fri, 2 Mar 2007 22:28:50 +0000
Comment: removing @align for interop
Files changed:
  /myfaces/core/branches/jsf12/impl/src/main/tld/entities/html_table_attributes.xml ( 513997 )

****************************************************************************
Dependencies Changes:
****************************************************************************
org.apache.myfaces.core:myfaces-api:1.2.0-SNAPSHOT

org.apache.myfaces.core:myfaces-api:1.2.0-SNAPSHOT

org.apache.myfaces.shared:myfaces-shared-impl:3.0.0-SNAPSHOT

org.apache.myfaces.core:myfaces-core-project:1.2.0-SNAPSHOT

****************************************************************************
Test Summary:
****************************************************************************
Tests: 57
Failures: 0
Total time: 5865

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'source'.
[INFO] ----------------------------------------------------------------------------
[INFO] Building Impl
[INFO]    task-segment: [clean, deploy, source:jar]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /local/continuum-1.1-SNAPSHOT/apps/continuum/working-directory/68/target
[INFO] Deleting directory /local/continuum-1.1-SNAPSHOT/apps/continuum/working-directory/68/target/classes
[INFO] Deleting directory /local/continuum-1.1-SNAPSHOT/apps/continuum/working-directory/68/target/test-classes
[WARNING] 
	Artifact javax.servlet:servlet-api:jar:2.5:provided retains local scope 'provided' overriding broader scope 'compile'
	given by a dependency. If this is not intended, modify or remove the local scope.

[INFO] [faces:generate-jsp-taglibs {execution: default}]
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
[INFO] Generated 25 JSP tag(s)
[INFO] [faces:generate-faces-config {execution: default}]
[INFO] Generated META-INF/faces-config.xml
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 214 source files to /local/continuum-1.1-SNAPSHOT/apps/continuum/working-directory/68/target/classes
[INFO] [dependency:unpack {execution: unpack-shared-impl}]
[INFO] Configured Artifact: org.apache.myfaces.shared:myfaces-shared-impl:null:3.0.0-SNAPSHOT:jar
[INFO] Expanding: /export/home/mrmaven/.m2/repository/org/apache/myfaces/shared/myfaces-shared-impl/3.0.0-SNAPSHOT/myfaces-shared-impl-3.0.0-SNAPSHOT.jar into /local/continuum-1.1-SNAPSHOT/apps/continuum/working-directory/68/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
Compiling 36 source files to /local/continuum-1.1-SNAPSHOT/apps/continuum/working-directory/68/target/test-classes
[INFO] [surefire:test]
[INFO] Setting reports dir: /local/continuum-1.1-SNAPSHOT/apps/continuum/working-directory/68/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
[surefire] Running org.apache.myfaces.config.impl.digister.DigesterFacesConfigUnmarshallerImplTest
[surefire] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.274 sec
[surefire] Running org.apache.myfaces.config.FacesConfigValidatorTestCase
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.688 sec
[surefire] Running org.apache.myfaces.config.annotation.AnnotatedManagedBeanHandlerTestCase
[surefire] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.07 sec
[surefire] Running org.apache.myfaces.config.annotation.AnnotationProcessorTestCase
[surefire] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
Mar 4, 2007 4:58:33 PM org.apache.myfaces.config.annotation.AnnotatedManagedBeanHandler handleException
SEVERE: When invoking postConstruct on a managed bean 'sean_schofield', an exception class java.lang.RuntimeException{null} was thrown.  See section 5.4.1 of the JSF specification. MyFaces cannot  put the bean in request scope  ... execution continues. 
Mar 4, 2007 4:58:33 PM org.apache.myfaces.config.annotation.AnnotatedManagedBeanHandler handleException
SEVERE: When invoking preDestroy on a managed bean 'sean_schofield', an exception class java.lang.RuntimeException{null} was thrown.  See section 5.4.1 of the JSF specification. MyFaces cannot  put the bean in request scope  ... execution continues. 
Mar 4, 2007 4:58:33 PM org.apache.myfaces.config.annotation.AnnotatedManagedBeanHandler handleException
SEVERE: When invoking postConstruct on a managed bean 'sean_schofield', an exception class java.lang.RuntimeException{null} was thrown.  See section 5.4.1 of the JSF specification. MyFaces cannot  put the bean in session scope  ... execution continues. 
Mar 4, 2007 4:58:33 PM org.apache.myfaces.config.annotation.AnnotatedManagedBeanHandler handleException
SEVERE: When invoking preDestroy on a managed bean 'sean_schofield', an exception class java.lang.RuntimeException{null} was thrown.  See section 5.4.1 of the JSF specification. MyFaces cannot  put the bean in session scope  ... execution continues. 
Mar 4, 2007 4:58:33 PM org.apache.myfaces.config.annotation.AnnotatedManagedBeanHandler handleException
SEVERE: When invoking postConstruct on a managed bean 'sean_schofield', an exception class java.lang.RuntimeException{null} was thrown.  See section 5.4.1 of the JSF specification. MyFaces cannot  put the bean in application scope  ... execution continues. 
Mar 4, 2007 4:58:33 PM org.apache.myfaces.config.annotation.AnnotatedManagedBeanHandler handleException
SEVERE: When invoking preDestroy on a managed bean 'sean_schofield', an exception class java.lang.RuntimeException{null} was thrown.  See section 5.4.1 of the JSF specification. MyFaces cannot  put the bean in application scope  ... execution continues. 
[surefire] Running org.apache.myfaces.config.annotation.AnnotatedExceptionManagedBeanHandlerTestCase
[surefire] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.015 sec
[surefire] Running org.apache.myfaces.config.annotation.OwnAnnotationProcessorTestCase
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.019 sec
Mar 4, 2007 4:58:33 PM org.apache.myfaces.config.annotation.AnnotatedManagedBeanHandler handleException
SEVERE: When invoking postConstruct on a managed bean 'Thomas_Spiegl', an exception class java.lang.RuntimeException{null} was thrown.  See section 5.4.1 of the JSF specification. MyFaces cannot  put the bean in request scope  ... execution continues. 
Mar 4, 2007 4:58:33 PM org.apache.myfaces.config.annotation.AnnotatedManagedBeanHandler handleException
SEVERE: When invoking preDestroy on a managed bean 'Thomas_Spiegl', an exception class java.lang.RuntimeException{null} was thrown.  See section 5.4.1 of the JSF specification. MyFaces cannot  put the bean in request scope  ... execution continues. 
Mar 4, 2007 4:58:33 PM org.apache.myfaces.config.annotation.AnnotatedManagedBeanHandler handleException
SEVERE: When invoking postConstruct on a managed bean 'Thomas_Spiegl', an exception class java.lang.RuntimeException{null} was thrown.  See section 5.4.1 of the JSF specification. MyFaces cannot  put the bean in session scope  ... execution continues. 
Mar 4, 2007 4:58:33 PM org.apache.myfaces.config.annotation.AnnotatedManagedBeanHandler handleException
SEVERE: When invoking preDestroy on a managed bean 'Thomas_Spiegl', an exception class java.lang.RuntimeException{null} was thrown.  See section 5.4.1 of the JSF specification. MyFaces cannot  put the bean in session scope  ... execution continues. 
Mar 4, 2007 4:58:33 PM org.apache.myfaces.config.annotation.AnnotatedManagedBeanHandler handleException
SEVERE: When invoking postConstruct on a managed bean 'Thomas_Spiegl', an exception class java.lang.RuntimeException{null} was thrown.  See section 5.4.1 of the JSF specification. MyFaces cannot  put the bean in application scope  ... execution continues. 
Mar 4, 2007 4:58:33 PM org.apache.myfaces.config.annotation.AnnotatedManagedBeanHandler handleException
SEVERE: When invoking preDestroy on a managed bean 'Thomas_Spiegl', an exception class java.lang.RuntimeException{null} was thrown.  See section 5.4.1 of the JSF specification. MyFaces cannot  put the bean in application scope  ... execution continues. 
[surefire] Running org.apache.myfaces.config.annotation.AnnotatedRuntimeExceptionManagedBeanHandlerTestCase
[surefire] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedProperty
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2ccd721cdescriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedProperty
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2ccd721cdescriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@29f75053descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@29f75053descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@29f75053descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2949cd15descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2949cd15descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@cdbf8576descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@cdbf8576descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@cdbf8576descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@9baa11e0descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@9baa11e0descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedProperty
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2ccd721cdescriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedProperty
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2ccd721cdescriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@29f75053descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@29f75053descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@29f75053descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2949cd15descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2949cd15descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@cdbf8576descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@cdbf8576descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@cdbf8576descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@9baa11e0descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@9baa11e0descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedProperty
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2ccd721cdescriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedProperty
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2ccd721cdescriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@29f75053descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@29f75053descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@29f75053descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2949cd15descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2949cd15descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@cdbf8576descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@cdbf8576descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@cdbf8576descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@9baa11e0descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@9baa11e0descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedProperty
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2ccd721cdescriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedProperty
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2ccd721cdescriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@29f75053descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@29f75053descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@29f75053descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2949cd15descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2949cd15descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@cdbf8576descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@cdbf8576descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@cdbf8576descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@9baa11e0descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@9baa11e0descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedProperty
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2ccd721cdescriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedProperty
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2ccd721cdescriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@29f75053descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@29f75053descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@29f75053descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2949cd15descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyList
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@2949cd15descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@cdbf8576descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@cdbf8576descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=managedMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@cdbf8576descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
  Found PropertyDescriptor java.beans.PropertyDescriptor@9baa11e0descriptor(class=org.apache.myfaces.config.MangedBeanExample, name=writeOnlyMap
  Found BeanInfo java.beans.GenericBeanInfo@17777a1
[surefire] Running org.apache.myfaces.config.Myfaces889TestCase
[surefire] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.127 sec
No Renderer found for component {Component-Path : [Class: javax.faces.component.UIForm,Id: j_id1]} (component-family=javax.faces.Form, renderer-type=javax.faces.Form)
  Found PropertyDescriptor java.beans.PropertyDescriptor@9baa11e0Mar 4, 2007 4:58:33 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIForm,Id: j_id1]} (component-family=javax.faces.Form, renderer-type=javax.faces.Form)
Component: {Component-Path : [Class: javax.faces.component.UIForm,Id: j_id1]}
WARNING: Component j_id1 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation!
Component: {Component-Path : [Class: javax.faces.component.UIForm,Id: j_id1][Class: javax.faces.component.html.HtmlCommandLink,Id: j_id0]}
WARNING: Component j_id1:j_id0 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation!
[surefire] Running org.apache.myfaces.renderkit.html.HtmlLinkRendererTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.15 sec
[surefire] Running org.apache.myfaces.renderkit.html.HtmlMessagesRendererTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.017 sec
Component: {Component-Path : [Class: javax.faces.component.html.HtmlSelectOneRadio,Id: j_id0]}
WARNING: Component j_id0 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation!
[surefire] Running org.apache.myfaces.renderkit.html.HtmlRadioRendererTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.029 sec
Component: {Component-Path : [Class: javax.faces.component.html.HtmlInputText,Id: j_id0]}
WARNING: Component j_id0 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation!
Mar 4, 2007 4:58:34 PM org.apache.myfaces.shared_impl.renderkit.RendererUtils getStringValue
INFO: returning an empty string
Mar 4, 2007 4:58:34 PM org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase renderInput
INFO: renderInput ''
[surefire] Running org.apache.myfaces.renderkit.html.HtmTextRendererTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.027 sec
Mar 4, 2007 4:58:34 PM org.apache.myfaces.shared_impl.renderkit.RendererUtils getStringValue
INFO: the created converter is null
Mar 4, 2007 4:58:34 PM org.apache.myfaces.shared_impl.renderkit.RendererUtils getStringValue
INFO: returning an .toString
Mar 4, 2007 4:58:34 PM org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase renderOutput
INFO: renderOutput 'PANEL'
Mar 4, 2007 4:58:34 PM org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase renderOutputText
INFO: renderOutputText writing 'PANEL'
[surefire] Running org.apache.myfaces.renderkit.html.HtmlGroupRendererTest
[surefire] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.035 sec
Mar 4, 2007 4:58:34 PM org.apache.myfaces.shared_impl.renderkit.RendererUtils getStringValue
INFO: the created converter is null
Mar 4, 2007 4:58:34 PM org.apache.myfaces.shared_impl.renderkit.RendererUtils getStringValue
INFO: returning an .toString
Mar 4, 2007 4:58:34 PM org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase renderOutput
INFO: renderOutput 'PANEL'
Mar 4, 2007 4:58:34 PM org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase renderOutputText
INFO: renderOutputText writing 'PANEL'
Component: {Component-Path : [Class: javax.faces.component.html.HtmlSelectManyCheckbox,Id: j_id0]}
WARNING: Component j_id0 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation!
[surefire] Running org.apache.myfaces.renderkit.html.HtmlCheckboxRendererTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.246 sec
[surefire] Running org.apache.myfaces.test.ImplClassElementTestCase
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.41 sec
[surefire] Running org.apache.myfaces.application.NavigationHandlerImplTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
[surefire] Running org.apache.myfaces.application.ApplicationImplTest
[surefire] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.584 sec
[surefire] Running org.apache.myfaces.el.unified.ResolverBuilderBaseTest
[surefire] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
[surefire] Running org.apache.myfaces.webapp.FacesELContextListenerTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.887 sec
Mar 4, 2007 4:58:37 PM org.apache.myfaces.config.FacesConfigurator feedStandardConfig
INFO: Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
Mar 4, 2007 4:58:37 PM org.apache.myfaces.config.FacesConfigurator feedClassloaderConfigurations
INFO: Reading config file:/local/continuum-1.1-SNAPSHOT/apps/continuum/working-directory/68/target/classes/META-INF/faces-config.xml
Mar 4, 2007 4:58:38 PM org.apache.myfaces.config.FacesConfigurator checkJar
SEVERE: You are using the MyFaces-package : myfaces-api in different versions; first (and probably used) version is : 1.2.0-SNAPSHOT, currently encountered version is : 1.2.0-SNAPSHOT-tests. This will cause undesired behaviour. Please clean out your class-path. The first encountered version is loaded from : file:/export/home/mrmaven/.m2/repository/org/apache/myfaces/core/myfaces-api/1.2.0-SNAPSHOT/myfaces-api-1.2.0-SNAPSHOT.jar. The currently encountered version is loaded from : jar:file:/export/home/mrmaven/.m2/repository/org/apache/myfaces/core/myfaces-api/1.2.0-SNAPSHOT/myfaces-api-1.2.0-SNAPSHOT-tests.jar!/META-INF/MANIFEST.MF
Mar 4, 2007 4:58:38 PM org.apache.myfaces.config.FacesConfigurator logMetaInf
INFO: Starting up MyFaces-package : myfaces-api in version : 1.2.0-SNAPSHOT from path : file:/export/home/mrmaven/.m2/repository/org/apache/myfaces/core/myfaces-api/1.2.0-SNAPSHOT/myfaces-api-1.2.0-SNAPSHOT.jar
Mar 4, 2007 4:58:38 PM org.apache.myfaces.config.FacesConfigurator logMetaInf
INFO: MyFaces-package : myfaces-impl not found.
Mar 4, 2007 4:58:38 PM org.apache.myfaces.config.FacesConfigurator logMetaInf
INFO: MyFaces-package : tomahawk-sandbox not found.
Mar 4, 2007 4:58:38 PM org.apache.myfaces.config.FacesConfigurator logMetaInf
INFO: MyFaces-package : tomahawk not found.
Mar 4, 2007 4:58:38 PM org.apache.myfaces.shared_impl.util.LocaleUtils toLocale
WARNING: Locale name in faces-config.xml null or empty, setting locale to default locale : en_US
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.Command rendererType = javax.faces.Link renderer class = org.apache.myfaces.renderkit.html.HtmlLinkRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.Input rendererType = javax.faces.Hidden renderer class = org.apache.myfaces.renderkit.html.HtmlHiddenRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.Panel rendererType = javax.faces.Group renderer class = org.apache.myfaces.renderkit.html.HtmlGroupRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.SelectMany rendererType = javax.faces.Listbox renderer class = org.apache.myfaces.renderkit.html.HtmlListboxRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.Input rendererType = javax.faces.Textarea renderer class = org.apache.myfaces.renderkit.html.HtmlTextareaRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.Output rendererType = javax.faces.Label renderer class = org.apache.myfaces.renderkit.html.HtmlLabelRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.SelectOne rendererType = javax.faces.Radio renderer class = org.apache.myfaces.renderkit.html.HtmlRadioRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.Form rendererType = javax.faces.Form renderer class = org.apache.myfaces.renderkit.html.HtmlFormRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.Input rendererType = javax.faces.Text renderer class = org.apache.myfaces.renderkit.html.HtmlTextRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.Input rendererType = javax.faces.Secret renderer class = org.apache.myfaces.renderkit.html.HtmlSecretRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.Output rendererType = javax.faces.Text renderer class = org.apache.myfaces.renderkit.html.HtmlTextRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.SelectOne rendererType = javax.faces.Menu renderer class = org.apache.myfaces.renderkit.html.HtmlMenuRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.Messages rendererType = javax.faces.Messages renderer class = org.apache.myfaces.renderkit.html.HtmlMessagesRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.Output rendererType = javax.faces.Format renderer class = org.apache.myfaces.renderkit.html.HtmlFormatRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.SelectMany rendererType = javax.faces.Checkbox renderer class = org.apache.myfaces.renderkit.html.HtmlCheckboxRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.Command rendererType = javax.faces.Button renderer class = org.apache.myfaces.renderkit.html.HtmlButtonRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.Graphic rendererType = javax.faces.Image renderer class = org.apache.myfaces.renderkit.html.HtmlImageRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.Output rendererType = javax.faces.Link renderer class = org.apache.myfaces.renderkit.html.HtmlLinkRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.SelectMany rendererType = javax.faces.Menu renderer class = org.apache.myfaces.renderkit.html.HtmlMenuRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.Data rendererType = javax.faces.Table renderer class = org.apache.myfaces.renderkit.html.HtmlTableRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.Message rendererType = javax.faces.Message renderer class = org.apache.myfaces.renderkit.html.HtmlMessageRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.Panel rendererType = javax.faces.Grid renderer class = org.apache.myfaces.renderkit.html.HtmlGridRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.SelectBoolean rendererType = javax.faces.Checkbox renderer class = org.apache.myfaces.renderkit.html.HtmlCheckboxRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl addRenderer
INFO: Overwriting renderer with family = javax.faces.SelectOne rendererType = javax.faces.Listbox renderer class = org.apache.myfaces.renderkit.html.HtmlListboxRenderer
Mar 4, 2007 4:58:38 PM org.apache.myfaces.config.FacesConfigurator handleSerialFactory
INFO: Serialization provider : class org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory
Mar 4, 2007 4:58:38 PM org.apache.myfaces.webapp.DefaultFacesInitializer initFaces
INFO: ServletContext '/' initialized.
[surefire] Running org.apache.myfaces.webapp.DefaultFacesInitializerTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.243 sec
[surefire] Running org.apache.myfaces.util.AbstractAttributeMapTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.007 sec

Results :
[surefire] Tests run: 57, Failures: 0, Errors: 0

[INFO] [jar:jar]
[INFO] Building jar: /local/continuum-1.1-SNAPSHOT/apps/continuum/working-directory/68/target/myfaces-impl-1.2.0-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing /local/continuum-1.1-SNAPSHOT/apps/continuum/working-directory/68/target/myfaces-impl-1.2.0-SNAPSHOT.jar to /export/home/mrmaven/.m2/repository/org/apache/myfaces/core/myfaces-impl/1.2.0-SNAPSHOT/myfaces-impl-1.2.0-SNAPSHOT.jar
[INFO] [deploy:deploy]
altDeploymentRepository = null
[INFO] Retrieving previous build number from apache-maven-snapshots
Uploading: scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/core/myfaces-impl/1.2.0-SNAPSHOT/myfaces-impl-1.2.0-SNAPSHOT.jar
[INFO] Retrieving previous metadata from apache-maven-snapshots
[INFO] Uploading repository metadata for: 'artifact org.apache.myfaces.core:myfaces-impl'
[INFO] Retrieving previous metadata from apache-maven-snapshots
[INFO] Uploading repository metadata for: 'snapshot org.apache.myfaces.core:myfaces-impl:1.2.0-SNAPSHOT'
[INFO] Retrieving previous metadata from apache-maven-snapshots
[INFO] Uploading project information for myfaces-impl 1.2.0-SNAPSHOT
[INFO] Preparing source:jar
[INFO] [faces:generate-jsp-taglibs {execution: default}]
[INFO] Generated 25 JSP tag(s)
[INFO] [source:jar]
[INFO] Building jar: /local/continuum-1.1-SNAPSHOT/apps/continuum/working-directory/68/target/myfaces-impl-1.2.0-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 25 seconds
[INFO] Finished at: Sun Mar 04 16:59:10 GMT+00:00 2007
[INFO] Final Memory: 13M/68M
[INFO] ------------------------------------------------------------------------

****************************************************************************