Return-Path: Delivered-To: apmail-myfaces-commits-archive@www.apache.org Received: (qmail 6088 invoked from network); 11 Aug 2007 20:11:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Aug 2007 20:11:03 -0000 Received: (qmail 82083 invoked by uid 500); 11 Aug 2007 20:11:01 -0000 Delivered-To: apmail-myfaces-commits-archive@myfaces.apache.org Received: (qmail 81991 invoked by uid 500); 11 Aug 2007 20:11:01 -0000 Mailing-List: contact notifications-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: notifications@myfaces.apache.org Delivered-To: mailing list notifications@myfaces.apache.org Received: (qmail 81982 invoked by uid 99); 11 Aug 2007 20:11:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Aug 2007 13:11:01 -0700 X-ASF-Spam-Status: No, hits=-96.8 required=10.0 tests=ALL_TRUSTED,INVALID_DATE,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.77] (HELO myfaces.zones.apache.org) (140.211.11.77) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Aug 2007 20:11:02 +0000 Received: from myfaces.zones.apache.org (localhost [127.0.0.1]) by myfaces.zones.apache.org (8.13.7+Sun/8.13.7) with ESMTP id l7BKAfM1011908 for ; Sat, 11 Aug 2007 20:10:41 GMT Date: Sat, 11 Aug 07 20:10:41 +0000 From: "Continuum@myfaces.zones.apache.org" Reply-To: "Continuum@myfaces.zones.apache.org" To: notifications@myfaces.apache.org Message-ID: <1672635.31186863041683.JavaMail.mrmaven@myfaces.zones.apache.org> Subject: [continuum] BUILD SUCCESSFUL: MyFaces Orchestra Core MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Online report : http://myfaces.zones.apache.org:8081/continuum/buildResult.action?buildId=4978&projectId=192 Build statistics: State: Ok Previous State: Failed Started at: Sat 11 Aug 2007 20:09:52 +0000 Finished at: Sat 11 Aug 2007 20:10:40 +0000 Total time: 48s Build Trigger: Schedule Build Number: 22 Exit code: 0 Building machine hostname: myfaces.zones.apache.org Operating system : SunOS(unknown) Java version : 1.5.0_12(Sun Microsystems Inc.) **************************************************************************** SCM Changes: **************************************************************************** Changed: imario @ Sat 11 Aug 2007 20:04:16 +0000 Comment: do not use generics syntax Files changed: /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/connectionManager/ConnectionManagerDataSource.java ( 564962 ) **************************************************************************** SCM Changes since last success: **************************************************************************** Changed: skitching @ Sat 11 Aug 2007 17:54:56 +0000 Comment: Ensure previous conversation is restored even when exception occurs in finally block. Files changed: /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/CurrentConversationAdvice.java ( 564946 ) Changed: skitching @ Sat 11 Aug 2007 18:02:14 +0000 Comment: Remove unused member from ConversationContext class. Files changed: /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationContext.java ( 564949 ) /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationManager.java ( 564949 ) Changed: skitching @ Sat 11 Aug 2007 10:04:01 +0000 Comment: Update javadoc only. Files changed: /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationMessager.java ( 564886 ) Changed: skitching @ Sat 11 Aug 2007 10:07:41 +0000 Comment: Update javadoc only. Files changed: /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/DefaultConversationMessager.java ( 564887 ) Changed: skitching @ Sat 11 Aug 2007 10:11:14 +0000 Comment: Make Log objects non-static. Files changed: /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/Conversation.java ( 564888 ) /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationManager.java ( 564888 ) Changed: skitching @ Sat 11 Aug 2007 11:01:39 +0000 Comment: Add casts to avoid compile warnings. Files changed: /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/ReflectiveViewControllerExecutor.java ( 564893 ) Changed: skitching @ Sat 11 Aug 2007 11:08:22 +0000 Comment: Update comments/javadoc only. Files changed: /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationManager.java ( 564894 ) Changed: skitching @ Sat 11 Aug 2007 11:31:57 +0000 Comment: Reduce visibility of constant. Files changed: /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationManager.java ( 564896 ) Changed: imario @ Sat 11 Aug 2007 11:37:03 +0000 Comment: reduced dependency on spring internals Files changed: /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationUtils.java ( 564899 ) /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/_ConversationUtils.java ( 564899 ) /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapterInterface.java ( 564899 ) /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/JsfFrameworkAdapter.java ( 564899 ) /myfaces/orchestra/trunk/core/src/test/java/org/apache/myfaces/orchestra/frameworkAdapter/MockFrameworkAdapter.java ( 564899 ) /myfaces/orchestra/trunk/core15/src/test/java/org/apache/myfaces/orchestra/frameworkAdapter/MockFrameworkAdapter.java ( 564899 ) Changed: skitching @ Sat 11 Aug 2007 12:08:15 +0000 Comment: Add javadoc and comments only. Files changed: /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/CurrentConversationAdvice.java ( 564903 ) Changed: skitching @ Sat 11 Aug 2007 12:08:40 +0000 Comment: Add javadoc and comments only Files changed: /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/Conversation.java ( 564904 ) Changed: imario @ Sat 11 Aug 2007 08:01:42 +0000 Comment: changed spring schema definition to work with http:// url and local file. Thanks to Michael Marr for the patch! Files changed: /myfaces/orchestra/trunk/core/src/main/resources/META-INF/orchestra.xsd ( 564852 ) /myfaces/orchestra/trunk/core/src/main/resources/META-INF/spring.schemas ( 564852 ) /myfaces/orchestra/trunk/core/src/main/resources/org ( 564852 ) /myfaces/orchestra/trunk/core/src/main/resources/org/apache ( 564852 ) /myfaces/orchestra/trunk/core/src/main/resources/org/apache/myfaces ( 564852 ) /myfaces/orchestra/trunk/core/src/main/resources/org/apache/myfaces/orchestra ( 564852 ) /myfaces/orchestra/trunk/core/src/main/resources/org/apache/myfaces/orchestra/orchestra.xsd (from /myfaces/orchestra/trunk/core/src/main/resources/META-INF/orchestra.xsd:555295) ( 564852 ) Changed: imario @ Sat 11 Aug 2007 08:26:27 +0000 Comment: ORCHESTRA-2: avoid npe with spring 2.0.6. Thanks to Dan Tran for the patch! Files changed: /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/BeanDefinitionConversationNameAttrDecorator.java ( 564857 ) Changed: imario @ Sat 11 Aug 2007 08:34:31 +0000 Comment: implemented jdk 1.6 methods. Thanks to Simon Kitching for the heads up! Files changed: /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/connectionManager/ConnectionManagerDataSource.java ( 564859 ) Changed: imario @ Sat 11 Aug 2007 08:36:29 +0000 Comment: using spring 2.0.6 and servlet 2.4 Files changed: /myfaces/orchestra/trunk/core/pom.xml ( 564862 ) /myfaces/orchestra/trunk/examples/pom.xml ( 564862 ) Changed: imario @ Sat 11 Aug 2007 08:36:52 +0000 Comment: ORCHESTRA-1: Using servlet 2.4. Thanks to Dan Tran for the patch! Files changed: /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/requestParameterProvider/RequestParameterResponseWrapper.java ( 564863 ) **************************************************************************** Dependencies Changes: **************************************************************************** org.apache.myfaces.orchestra:myfaces-orchestra-project:1.0-SNAPSHOT **************************************************************************** Test Summary: **************************************************************************** Tests: 4 Failures: 0 Total time: 874 **************************************************************************** Output: **************************************************************************** [INFO] Scanning for projects... [INFO] ---------------------------------------------------------------------------- [INFO] Building MyFaces Orchestra Core [INFO] task-segment: [clean, deploy] [INFO] ---------------------------------------------------------------------------- [INFO] [clean:clean] [INFO] Deleting directory /local/continuum-data/working-directory/192/target [INFO] Deleting directory /local/continuum-data/working-directory/192/target/classes [INFO] Deleting directory /local/continuum-data/working-directory/192/target/test-classes [INFO] Deleting directory /local/continuum-data/working-directory/192/target/site [INFO] [dependency:unpack {execution: unpack-shared-impl-sources}] [INFO] Configured Artifact: org.apache.myfaces.shared:myfaces-shared-orchestra:sources:2.0.6-SNAPSHOT:jar [INFO] Expanding: /export/home/mrmaven/.m2/repository/org/apache/myfaces/shared/myfaces-shared-orchestra/2.0.6-SNAPSHOT/myfaces-shared-orchestra-2.0.6-SNAPSHOT-sources.jar into /local/continuum-data/working-directory/192/target/shared_sources [INFO] [build-helper:add-source {execution: add-source}] [INFO] Source directory: /local/continuum-data/working-directory/192/target/shared_sources added. [INFO] [xslt:transform {execution: default}] [INFO] # of XML files: 1 [INFO] transform, srcFile: /local/continuum-data/working-directory/192/src/main/tld/myfaces_orchestra.tld, destFile: /local/continuum-data/working-directory/192/target/classes/META-INF/myfaces_orchestra.tld [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] Compiling 156 source files to /local/continuum-data/working-directory/192/target/classes [INFO] [dependency:unpack {execution: unpack-shared-orchestra}] [INFO] Configured Artifact: org.apache.myfaces.shared:myfaces-shared-orchestra:null:2.0.6-SNAPSHOT:jar [INFO] myfaces-shared-orchestra-2.0.6-SNAPSHOT.jar already unpacked. [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] Compiling 8 source files to /local/continuum-data/working-directory/192/target/test-classes [INFO] [surefire:test] [INFO] Surefire report directory: /local/continuum-data/working-directory/192/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.myfaces.orchestra.viewController.TestDefaultViewControllerNameMapper Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec Running org.apache.myfaces.orchestra.viewController.TestReflectiveViewControllerExecutor Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running org.apache.myfaces.orchestra.viewController.TestInterfaceViewControllerExecutor Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running org.apache.myfaces.orchestra.conversation.TestConversation Aug 11, 2007 8:10:11 PM org.springframework.test.AbstractSingleSpringContextTests loadContextLocations INFO: Loading context for locations: classpath:testApplicationContext.xml Aug 11, 2007 8:10:11 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from class path resource [testApplicationContext.xml] Aug 11, 2007 8:10:11 PM org.springframework.context.support.AbstractApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.support.GenericApplicationContext@872380: display name [org.springframework.context.support.GenericApplicationContext@872380]; startup date [Sat Aug 11 20:10:11 GMT+00:00 2007]; root of context hierarchy Aug 11, 2007 8:10:11 PM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory INFO: Bean factory for application context [org.springframework.context.support.GenericApplicationContext@872380]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1d62270 Aug 11, 2007 8:10:11 PM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1d62270: defining beans [org.springframework.beans.factory.config.CustomScopeConfigurer,scopedTarget.dummyConversation,dummyConversation]; root of factory hierarchy Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.851 sec Results : Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar] [INFO] Building jar: /local/continuum-data/working-directory/192/target/myfaces-orchestra-core-1.0-SNAPSHOT.jar [INFO] Preparing source:jar [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [INFO] No goals needed for project - skipping [INFO] [source:jar {execution: attach-source}] [INFO] Building jar: /local/continuum-data/working-directory/192/target/myfaces-orchestra-core-1.0-SNAPSHOT-sources.jar [INFO] [install:install] [INFO] Installing /local/continuum-data/working-directory/192/target/myfaces-orchestra-core-1.0-SNAPSHOT.jar to /export/home/mrmaven/.m2/repository/org/apache/myfaces/orchestra/myfaces-orchestra-core/1.0-SNAPSHOT/myfaces-orchestra-core-1.0-SNAPSHOT.jar [INFO] Installing /local/continuum-data/working-directory/192/target/myfaces-orchestra-core-1.0-SNAPSHOT-sources.jar to /export/home/mrmaven/.m2/repository/org/apache/myfaces/orchestra/myfaces-orchestra-core/1.0-SNAPSHOT/myfaces-orchestra-core-1.0-SNAPSHOT-sources.jar [INFO] [deploy:deploy] altDeploymentRepository = null [INFO] Retrieving previous build number from apache-maven-snapshots Uploading: scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/orchestra/myfaces-orchestra-core/1.0-SNAPSHOT/myfaces-orchestra-core-1.0-SNAPSHOT.jar [INFO] Retrieving previous metadata from apache-maven-snapshots [INFO] Uploading repository metadata for: 'artifact org.apache.myfaces.orchestra:myfaces-orchestra-core' [INFO] Retrieving previous metadata from apache-maven-snapshots [INFO] Uploading repository metadata for: 'snapshot org.apache.myfaces.orchestra:myfaces-orchestra-core:1.0-SNAPSHOT' [INFO] Retrieving previous metadata from apache-maven-snapshots [INFO] Uploading project information for myfaces-orchestra-core 1.0-SNAPSHOT [INFO] Retrieving previous build number from apache-maven-snapshots Uploading: scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/orchestra/myfaces-orchestra-core/1.0-SNAPSHOT/myfaces-orchestra-core-1.0-SNAPSHOT-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 47 seconds [INFO] Finished at: Sat Aug 11 20:10:40 GMT+00:00 2007 [INFO] Final Memory: 12M/72M [INFO] ------------------------------------------------------------------------ ****************************************************************************