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" <no...@myfaces.apache.org> on 2007/09/01 10:25:52 UTC

[continuum] BUILD FAILURE: MyFaces Orchestra Examples Project

Online report : http://myfaces.zones.apache.org:8081/continuum/buildResult.action?buildId=6483&projectId=194
Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Sat 1 Sep 2007 08:25:40 +0000
  Finished at: Sat 1 Sep 2007 08:25:50 +0000
  Total time: 10s
  Build Trigger: Schedule
  Build Number: 41
  Exit code: 1
  Building machine hostname: myfaces.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_12(Sun Microsystems Inc.)

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

****************************************************************************
SCM Changes since last success:
****************************************************************************
Changed: imario @ Fri 31 Aug 2007 10:31:52 +0000
Comment: some progress creating the example
Files changed:
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/EditCustomerGroup.java ( 571422 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/CustomerGroupDao.java (from /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/ProductDao.java:571404) ( 571422 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/CustomerGroup.java ( 571422 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ProductPrice.java ( 571422 )
  /myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml ( 571422 )
  /myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/faces-config.xml ( 571422 )
  /myfaces/orchestra/trunk/examples/src/main/webapp/mops/EditCustomerGroup.jsp ( 571422 )
  /myfaces/orchestra/trunk/examples/src/main/webapp/mops/SearchProduct.jsp ( 571422 )

Changed: imario @ Thu 30 Aug 2007 12:28:16 +0000
Comment: moved from the "wiper-thread-per-session" concept to a single-wiper-thread way.
changed timeout handling for the conversation, now, the timeout handling is just an aspect on the conversation which can be configured through the ConversationPolicy
Files changed:
  /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/Conversation.java ( 571134 )
  /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationAspect.java ( 571134 )
  /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationAspects.java ( 571134 )
  /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationContext.java ( 571134 )
  /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationFlashScopeAspect.java ( 571134 )
  /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationManager.java ( 571134 )
  /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationTimeoutableAspect.java ( 571134 )
  /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationWiperThread.java ( 571134 )
  /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/ConversationPhaseListener.java ( 571134 )
  /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/FlashScopePhaseListener.java (from /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/ConversationPhaseListener.java:571058) ( 571134 )
  /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/servlet ( 571134 )
  /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/servlet/ConversationManagerSessionListener.java ( 571134 )
  /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/ConversationPolicy.java ( 571134 )
  /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/SpringConversationScope.java ( 571134 )
  /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/SpringFlashScope.java ( 571134 )
  /myfaces/orchestra/trunk/core/src/main/resources/META-INF/faces-config.xml ( 571134 )
  /myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/web.xml ( 571134 )

Changed: imario @ Tue 28 Aug 2007 06:34:04 +0000
Comment: added missing attributes to dynaForm, some mops code
Files changed:
  /myfaces/orchestra/trunk/core15/src/main/tld/myfaces_orchestra15.tld ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/EditProduct.java ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/PetstoreData.java ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/SearchProduct.java ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/Security.java ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/ProductDao.java ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/ProductPriceDao.java ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/Product.java ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ProductPrice.java ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShoppingCart.java ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/faces-config.xml ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/webapp/configurator/index.jsp ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/webapp/default.css ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/webapp/mops ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/webapp/mops/EditProduct.jsp ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/webapp/mops/ProductDetail.jsp ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/webapp/mops/SearchProduct.jsp ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/webapp/mops/index.jsp (from /myfaces/orchestra/trunk/examples/src/main/webapp/configurator/index.jsp:569274) ( 570330 )
  /myfaces/orchestra/trunk/examples/src/main/webapp/start.jsp ( 570330 )

Changed: imario @ Fri 24 Aug 2007 08:33:56 +0000
Comment: added missing annotations
Files changed:
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ProductPrice.java ( 569294 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShopCustomer.java ( 569294 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShoppingCart.java ( 569294 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShoppingCartItem.java ( 569294 )

Changed: imario @ Fri 24 Aug 2007 06:21:09 +0000
Comment: started off a new example - mops - MyFaces Orchestra PetStore
Files changed:
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/lib/FacesConst.java ( 569267 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops ( 569267 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings ( 569267 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao ( 569267 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/lib ( 569267 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model ( 569267 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/CustomerGroup.java ( 569267 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/Product.java ( 569267 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ProductPrice.java ( 569267 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShopCustomer.java ( 569267 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShoppingCart.java ( 569267 )
  /myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShoppingCartItem.java ( 569267 )
  /myfaces/orchestra/trunk/examples/src/main/resources/META-INF/persistence.xml ( 569267 )

Changed: imario @ Tue 21 Aug 2007 19:28:57 +0000
Comment: moved version references to parent pom - should ease the release procedure then
Files changed:
  /myfaces/orchestra/trunk/core/pom.xml ( 568243 )
  /myfaces/orchestra/trunk/examples/pom.xml ( 568243 )
  /myfaces/orchestra/trunk/pom.xml ( 568243 )

Changed: imario @ Tue 21 Aug 2007 19:44:37 +0000
Comment: created sandbox module, moved class depending on tomahawk-sandbox into the new orchestra-sandbox.
now any -snapshot dependency except the orchestra-shared one has been removed.
Files changed:
  /myfaces/orchestra/trunk/core15/pom.xml ( 568245 )
  /myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder/impl/jsf/JsfGuiBuilderFactory.java ( 568245 )
  /myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder/impl/myfaces/MyFacesGuiBuilder.java ( 568245 )
  /myfaces/orchestra/trunk/examples/pom.xml ( 568245 )
  /myfaces/orchestra/trunk/pom.xml ( 568245 )
  /myfaces/orchestra/trunk/sandbox ( 568245 )
  /myfaces/orchestra/trunk/sandbox/pom.xml ( 568245 )
  /myfaces/orchestra/trunk/sandbox/src ( 568245 )
  /myfaces/orchestra/trunk/sandbox/src/main ( 568245 )
  /myfaces/orchestra/trunk/sandbox/src/main/java ( 568245 )
  /myfaces/orchestra/trunk/sandbox/src/main/java/org ( 568245 )
  /myfaces/orchestra/trunk/sandbox/src/main/java/org/apache ( 568245 )
  /myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces ( 568245 )
  /myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra ( 568245 )
  /myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/dynaForm ( 568245 )
  /myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder ( 568245 )
  /myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder/impl ( 568245 )
  /myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder/impl/myfaces ( 568245 )
  /myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder/impl/myfaces/MyFacesGuiBuilder.java ( 568245 )
  /myfaces/orchestra/trunk/sandbox/src/main/resources ( 568245 )

****************************************************************************
Dependencies Changes:
****************************************************************************
org.apache.myfaces.tomahawk:tomahawk-sandbox:1.1.7-SNAPSHOT

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

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] snapshot org.apache.myfaces.maven:myfaces-master:1.0.6-SNAPSHOT: checking for updates from java-net
[INFO] snapshot org.apache.myfaces.maven:build-tools:1.0.6-SNAPSHOT: checking for updates from java-net
[INFO] ----------------------------------------------------------------------------
[INFO] Building MyFaces Orchestra Examples Project
[INFO]    task-segment: [clean, deploy]
[INFO] ----------------------------------------------------------------------------
[INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking for updates from mortbay-repo
[WARNING] repository metadata for: 'artifact org.apache.maven.plugins:maven-clean-plugin' could not be retrieved from repository: mortbay-repo due to an error: Error transferring file
[INFO] Repository 'mortbay-repo' will be blacklisted
[INFO] [clean:clean]
[INFO] Deleting directory /local/continuum-data/working-directory/194/target
[INFO] Deleting directory /local/continuum-data/working-directory/194/target/classes
[INFO] Deleting directory /local/continuum-data/working-directory/194/target/test-classes
[INFO] Deleting directory /local/continuum-data/working-directory/194/target/site
[INFO] snapshot org.apache.myfaces.orchestra:myfaces-orchestra-core:1.0-SNAPSHOT: checking for updates from apache-maven-snapshots
[INFO] snapshot org.apache.myfaces.orchestra:myfaces-orchestra-core:1.0-SNAPSHOT: checking for updates from java-net
[INFO] snapshot org.apache.myfaces.orchestra:myfaces-orchestra-core:1.0-SNAPSHOT: checking for updates from apache.snapshots
10K downloaded
[INFO] snapshot org.apache.myfaces.orchestra:myfaces-orchestra-core15:1.0-SNAPSHOT: checking for updates from apache-maven-snapshots
[INFO] snapshot org.apache.myfaces.orchestra:myfaces-orchestra-core15:1.0-SNAPSHOT: checking for updates from java-net
[INFO] snapshot org.apache.myfaces.orchestra:myfaces-orchestra-core15:1.0-SNAPSHOT: checking for updates from apache.snapshots
10K downloaded
[INFO] snapshot org.apache.myfaces.orchestra:myfaces-orchestra-sandbox:1.0-SNAPSHOT: checking for updates from apache-maven-snapshots
[INFO] snapshot org.apache.myfaces.orchestra:myfaces-orchestra-sandbox:1.0-SNAPSHOT: checking for updates from java-net
[INFO] snapshot org.apache.myfaces.orchestra:myfaces-orchestra-sandbox:1.0-SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/orchestra/myfaces-orchestra-sandbox/1.0-SNAPSHOT/myfaces-orchestra-sandbox-1.0-SNAPSHOT.pom
Downloading: http://download.java.net/maven/1/org.apache.myfaces.orchestra/poms/myfaces-orchestra-sandbox-1.0-SNAPSHOT.pom
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/orchestra/myfaces-orchestra-sandbox/1.0-SNAPSHOT/myfaces-orchestra-sandbox-1.0-SNAPSHOT.pom
[INFO] snapshot org.apache.myfaces.core:myfaces-api:1.1.6-SNAPSHOT: checking for updates from java-net
[INFO] snapshot org.apache.myfaces.core:myfaces-core-project:1.1.6-SNAPSHOT: checking for updates from java-net
[INFO] snapshot org.apache.myfaces.core:myfaces-impl:1.1.6-SNAPSHOT: checking for updates from java-net
Downloading: http://download.java.net/maven/1/org.apache.myfaces.tomahawk/poms/tomahawk-${tomahawk.version}.pom
Downloading: http://repo1.maven.org/maven2/org/apache/myfaces/tomahawk/tomahawk/${tomahawk.version}/tomahawk-${tomahawk.version}.pom
[INFO] snapshot org.apache.myfaces.tomahawk:tomahawk-sandbox:1.1.7-SNAPSHOT: checking for updates from java-net
[INFO] snapshot org.apache.myfaces.tomahawk:sandbox-project:1.1.7-SNAPSHOT: checking for updates from java-net
[INFO] snapshot org.apache.myfaces.tomahawk:sandbox-project:1.1.7-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.myfaces.tomahawk:tomahawk-project:1.1.7-SNAPSHOT: checking for updates from java-net
[INFO] snapshot org.apache.myfaces.tomahawk:tomahawk-project:1.1.7-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.myfaces.tomahawk:tomahawk:1.1.7-SNAPSHOT: checking for updates from java-net
Downloading: http://download.java.net/maven/1/org.apache.myfaces.tomahawk/jars/tomahawk-${tomahawk.version}.jar
Downloading: http://repo1.maven.org/maven2/org/apache/myfaces/tomahawk/tomahawk/${tomahawk.version}/tomahawk-${tomahawk.version}.jar
319K downloaded
124K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/orchestra/myfaces-orchestra-sandbox/1.0-SNAPSHOT/myfaces-orchestra-sandbox-1.0-SNAPSHOT.jar
Downloading: http://download.java.net/maven/1/org.apache.myfaces.orchestra/jars/myfaces-orchestra-sandbox-1.0-SNAPSHOT.jar
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/orchestra/myfaces-orchestra-sandbox/1.0-SNAPSHOT/myfaces-orchestra-sandbox-1.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.myfaces.tomahawk:tomahawk:jar:${tomahawk.version}

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.myfaces.tomahawk -DartifactId=tomahawk \
          -Dversion=${tomahawk.version} -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:       mvn deploy:deploy-file -DgroupId=org.apache.myfaces.tomahawk -DartifactId=tomahawk \
          -Dversion=${tomahawk.version} -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.myfaces.orchestra:myfaces-orchestra-examples-project:war:1.0-SNAPSHOT
  	2) org.apache.myfaces.tomahawk:tomahawk:jar:${tomahawk.version}

2) org.apache.myfaces.orchestra:myfaces-orchestra-sandbox:jar:1.0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.myfaces.orchestra -DartifactId=myfaces-orchestra-sandbox \
          -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:       mvn deploy:deploy-file -DgroupId=org.apache.myfaces.orchestra -DartifactId=myfaces-orchestra-sandbox \
          -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.myfaces.orchestra:myfaces-orchestra-examples-project:war:1.0-SNAPSHOT
  	2) org.apache.myfaces.orchestra:myfaces-orchestra-sandbox:jar:1.0-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.myfaces.orchestra:myfaces-orchestra-examples-project:war:1.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache-maven-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  myfaces-staging (http://people.apache.org/builds/myfaces/m2-staging-repository),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  java-net (http://download.java.net/maven/1)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 seconds
[INFO] Finished at: Sat Sep 01 08:25:50 GMT+00:00 2007
[INFO] Final Memory: 9M/65M
[INFO] ------------------------------------------------------------------------

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