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 2010/07/10 10:19:20 UTC

[continuum] BUILD FAILURE: MyFaces Portlet Bridge

Online report : http://myfaces.zones.apache.org:8080/continuum/buildResult.action?buildId=26396&projectId=142

Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Sat 10 Jul 2010 08:18:37 +0000
  Finished at: Sat 10 Jul 2010 08:19:16 +0000
  Total time: 39s
  Build Trigger: Schedule
  Build Number: 25
  Exit code: 1
  Building machine hostname: myfaces.zones.apache.org
  Operating system : SunOS(unknown)
  Java Home version : 
          java version "1.5.0_22"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03)
          Java HotSpot(TM) Server VM (build 1.5.0_22-b03, mixed mode)
        
  Builder version :
          Maven version: 2.0.10
          Java version: 1.5.0_22
          OS name: "sunos" version: "5.10" arch: "x86" Family: "unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: sobryan @ Tue 20 Apr 2010 17:14:53 +0000
Comment: Changes to get jetty:run to work correctly..
Files changed:
  /myfaces/portlet-bridge/core/trunk/examples/demo/pom.xml ( 935999 )
  /myfaces/portlet-bridge/core/trunk/pom.xml ( 935999 )

Changed: mfreedman @ Thu 20 May 2010 21:08:57 +0000
Comment: PORTLETBRIDGE-141: External context implementation returns content-type header
Files changed:
  /myfaces/portlet-bridge/core/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/util/QueryString.java ( 946784 )
  /myfaces/portlet-bridge/core/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/util/map/PortletRequestHeaders.java ( 946784 )

Changed: mfreedman @ Wed 26 May 2010 20:20:51 +0000
Comment: PORTLETBRIDGE-142: Facelets 1.1.4 doesn't work with Bridge 1.0 PortletNamingContainerUIViewRoot

Also removed the demo example and added a bunch of the original Mojarra examples
Files changed:
  /myfaces/portlet-bridge/core/trunk/api/src/main/java/javax/portlet/faces/component/PortletNamingContainerUIViewRoot.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/pom.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/CarBean.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/CarCustomizer.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/CarStore.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/CreditCardConverter.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/CustomerBean.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/FirstNameChanged.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/FormatValidator.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/FormatValidatorTag.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/MessageFactory.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Common_options.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Custom.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Deluxe.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Jalopy.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Jalopy_de.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Jalopy_es.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Jalopy_fr.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Jalopy_options.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Luxury.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Luxury_de.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Luxury_es.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Luxury_fr.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Luxury_options.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_de.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_es.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_fr.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/OptionPrices.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Performance.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_de.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_en.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_es.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_fr.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_de.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_es.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_fr.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_options.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_de.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_es.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_fr.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_options.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Standard.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/package.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/org ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/org/apache ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/org/apache/myfaces ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/org/apache/myfaces/portlet ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/org/apache/myfaces/portlet/faces ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/org/apache/myfaces/portlet/faces/examples ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/org/apache/myfaces/portlet/faces/examples/renderkit ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/org/apache/myfaces/portlet/faces/examples/renderkit/AreaRenderer.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/META-INF ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/META-INF/NOTICE ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Common_options.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Custom.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Deluxe.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_de.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_es.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_fr.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_options.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_de.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_es.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_fr.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_options.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_de.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_es.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_fr.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/OptionPrices.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Performance.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources_de.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources_en.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources_es.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources_fr.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Roadster.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Roadster_de.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Roadster_es.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Roadster_fr.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Roadster_options.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/SUV.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/SUV_de.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/SUV_es.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/SUV_fr.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/SUV_options.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Standard.properties ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/WEB-INF ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/WEB-INF/carstore.tld ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/WEB-INF/faces-config.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/WEB-INF/jetty-pluto-web-default.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/WEB-INF/portlet.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/WEB-INF/web.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/bottomMatter.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/carDetail.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/chooseLocale.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/confirmChoices.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/customerInfo.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/finish.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/150x126_Jalopy.jpg ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/150x126_Luxury.jpg ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/150x126_Roadster.jpg ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/150x126_SUV.jpg ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/200x168_Jalopy.jpg ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/200x168_Luxury.jpg ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/200x168_Roadster.jpg ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/200x168_SUV.jpg ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/BuyBtn.gif ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/FinishBtn.gif ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/MoreBtn.gif ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/cardemo.jpg ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/current.gif ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/duke.gif ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/world.jpg ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/world_france.jpg ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/world_germany.jpg ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/world_namer.jpg ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/images/world_samer.jpg ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/index.jsp.bak ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/allclasses-frame.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/allclasses-noframe.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/beans.jpg ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/carstore ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/carstore/CarBean.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/carstore/CarCustomizer.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/carstore/CarStore.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/carstore/CreditCardConverter.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/carstore/CustomerBean.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/carstore/FirstNameChanged.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/carstore/FormatValidator.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/carstore/FormatValidatorTag.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/carstore/MessageFactory.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/carstore/package-frame.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/carstore/package-summary.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/carstore/package-tree.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/constant-values.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/data.jpg ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/deprecated-list.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/flow.jpg ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/help-doc.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/index-all.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/index.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/overview-tree.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/package-list ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/resources ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/resources/inherit.gif ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/serialized-form.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/javadocs/stylesheet.css ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/optionsPanel.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/storeFront.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/stylesheet.css ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/demo/pom.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/pom.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/java/guess ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/java/guess/NumberBean.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/java/guess/facelets ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/java/guess/facelets/PortletFaceletViewHandler.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/resources ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/resources/META-INF ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/resources/META-INF/NOTICE ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/WEB-INF ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/WEB-INF/faces-config.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/WEB-INF/jetty-pluto-web-default.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/WEB-INF/portlet.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/WEB-INF/web.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/guess.xhtml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/index.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/response.xhtml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/template.xhtml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/pom.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/java/guessNumber ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/java/guessNumber/MessageFactory.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/java/guessNumber/UserNumberBean.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/resources ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/resources/META-INF ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/resources/META-INF/NOTICE ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/WEB-INF ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/WEB-INF/faces-config.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/WEB-INF/jetty-pluto-web-default.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/WEB-INF/portlet.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/WEB-INF/web.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/greeting.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/index.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/response.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/wave.med.gif ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/pom.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/java/guessNumber ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/java/guessNumber/MessageFactory.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/java/guessNumber/UserNumberBean.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/java/org ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/java/org/apache ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/java/org/apache/myfaces ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/java/org/apache/myfaces/portlet ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/java/org/apache/myfaces/portlet/faces ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/java/org/apache/myfaces/portlet/faces/application ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/java/org/apache/myfaces/portlet/faces/application/BridgeMojarraRenderFilter.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/resources ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/resources/META-INF ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/resources/META-INF/NOTICE ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/WEB-INF ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/WEB-INF/faces-config.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/WEB-INF/jetty-pluto-web-default.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/WEB-INF/portlet.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/WEB-INF/web.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/greeting.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/index.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/response.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/wave.med.gif ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/pom.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/java/guessNumber ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/java/guessNumber/MessageFactory.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/java/guessNumber/UserNumberBean.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/java/org ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/java/org/apache ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/java/org/apache/myfaces ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/java/org/apache/myfaces/portlet ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/java/org/apache/myfaces/portlet/faces ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/java/org/apache/myfaces/portlet/faces/application ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/java/org/apache/myfaces/portlet/faces/application/BridgeMyFacesRenderFilter.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/resources ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/resources/META-INF ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/resources/META-INF/NOTICE ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/WEB-INF ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/WEB-INF/faces-config.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/WEB-INF/jetty-pluto-web-default.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/WEB-INF/portlet.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/WEB-INF/web.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/greeting.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/index.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/response.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/wave.med.gif ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/pom.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/java/helloDuke ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/java/helloDuke/UserNameBean.java ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/resources ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/resources/META-INF ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/resources/META-INF/NOTICE ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/WEB-INF ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/WEB-INF/faces-config.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/WEB-INF/jetty-pluto-web-default.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/WEB-INF/portlet.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/WEB-INF/web.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/helloDuke ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/helloDuke/error.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/helloDuke/greeting.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/helloDuke/index.html ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/helloDuke/response.jsp ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/helloDuke/wave.med.gif ( 948569 )
  /myfaces/portlet-bridge/core/trunk/examples/pom.xml ( 948569 )
  /myfaces/portlet-bridge/core/trunk/pom.xml ( 948569 )

Changed: mfreedman @ Wed 26 May 2010 21:14:10 +0000
Comment: Examples poms had some errors in it that prevented the guessNumber-jsp-filter examples from compiling.  In addition updated some names in the poms to be correct/consistent.
Files changed:
  /myfaces/portlet-bridge/core/trunk/examples/blank/pom.xml ( 948593 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/pom.xml ( 948593 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/pom.xml ( 948593 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/pom.xml ( 948593 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/pom.xml ( 948593 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/pom.xml ( 948593 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/pom.xml ( 948593 )

Changed: mfreedman @ Thu 27 May 2010 16:34:59 +0000
Comment: 
Files changed:
  /myfaces/portlet-bridge/core/trunk/pom.xml ( 948898 )

Changed: mfreedman @ Thu 27 May 2010 16:42:07 +0000
Comment: [maven-release-plugin] prepare release 1.0.0
Files changed:
  /myfaces/portlet-bridge/core/trunk/api/pom.xml ( 948901 )
  /myfaces/portlet-bridge/core/trunk/assembly/pom.xml ( 948901 )
  /myfaces/portlet-bridge/core/trunk/examples/assembly/pom.xml ( 948901 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/pom.xml ( 948901 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/pom.xml ( 948901 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/pom.xml ( 948901 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/pom.xml ( 948901 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/pom.xml ( 948901 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/pom.xml ( 948901 )
  /myfaces/portlet-bridge/core/trunk/examples/pom.xml ( 948901 )
  /myfaces/portlet-bridge/core/trunk/impl/pom.xml ( 948901 )
  /myfaces/portlet-bridge/core/trunk/pom.xml ( 948901 )

Changed: mfreedman @ Thu 27 May 2010 16:42:31 +0000
Comment: [maven-release-plugin] prepare for next development iteration
Files changed:
  /myfaces/portlet-bridge/core/trunk/api/pom.xml ( 948903 )
  /myfaces/portlet-bridge/core/trunk/assembly/pom.xml ( 948903 )
  /myfaces/portlet-bridge/core/trunk/examples/assembly/pom.xml ( 948903 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/pom.xml ( 948903 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/pom.xml ( 948903 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/pom.xml ( 948903 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/pom.xml ( 948903 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/pom.xml ( 948903 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/pom.xml ( 948903 )
  /myfaces/portlet-bridge/core/trunk/examples/pom.xml ( 948903 )
  /myfaces/portlet-bridge/core/trunk/impl/pom.xml ( 948903 )
  /myfaces/portlet-bridge/core/trunk/pom.xml ( 948903 )

Changed: mfreedman @ Tue 1 Jun 2010 16:33:07 +0000
Comment: PORTLETBRIDGE-143: WriteBehindResponse mechanism(s) not working properly. For 1.0.0 PB fixed requires the servletFilters in the examples to set the externalContext response as the Faces impls get this response to see if it implements the Faces impl dependent write behind mechanism.  This also required a change to the bridge's External Context.set/getReponse as it now has to allow a non-portlet response be set/get.
Files changed:
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/java/org/apache/myfaces/portlet/faces/application/BridgeMojarraRenderFilter.java ( 950148 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/java/org/apache/myfaces/portlet/faces/application/BridgeMyFacesRenderFilter.java ( 950148 )
  /myfaces/portlet-bridge/core/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/context/PortletExternalContextImpl.java ( 950148 )

Changed: mfreedman @ Tue 1 Jun 2010 23:28:39 +0000
Comment: PORTLETBRIDGE-144: Update 1.0 examples with 1.0 portlet.xml syntax
Files changed:
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/WEB-INF/portlet.xml ( 950304 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/WEB-INF/portlet.xml ( 950304 )

Changed: mfreedman @ Wed 2 Jun 2010 12:54:45 +0000
Comment: Add blank app to submodule list
Files changed:
  /myfaces/portlet-bridge/core/trunk/examples/pom.xml ( 950544 )

Changed: mfreedman @ Wed 2 Jun 2010 13:01:28 +0000
Comment: Bring example assembly artifacts up to date
Files changed:
  /myfaces/portlet-bridge/core/trunk/examples/assembly/pom.xml ( 950550 )

Changed: mfreedman @ Wed 2 Jun 2010 13:04:48 +0000
Comment: Bring version number up to date for blank sample
Files changed:
  /myfaces/portlet-bridge/core/trunk/examples/blank/pom.xml ( 950552 )

Changed: mfreedman @ Wed 2 Jun 2010 16:35:41 +0000
Comment: Updated NOTICE files with 2010 copyright/removed reference to Public Review Draft ... in prep for release.
Files changed:
  /myfaces/portlet-bridge/core/trunk/NOTICE ( 950627 )
  /myfaces/portlet-bridge/core/trunk/api/src/main/resources/META-INF/NOTICE ( 950627 )
  /myfaces/portlet-bridge/core/trunk/assembly/src/main/resources/META-INF/NOTICE ( 950627 )
  /myfaces/portlet-bridge/core/trunk/examples/assembly/src/main/resources/META-INF/NOTICE ( 950627 )
  /myfaces/portlet-bridge/core/trunk/examples/assembly/src/main/resources/META-INF/README ( 950627 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/META-INF/NOTICE ( 950627 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/resources/META-INF/NOTICE ( 950627 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/resources/META-INF/NOTICE ( 950627 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/resources/META-INF/NOTICE ( 950627 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/resources/META-INF/NOTICE ( 950627 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/resources/META-INF/NOTICE ( 950627 )
  /myfaces/portlet-bridge/core/trunk/impl/src/main/resources/META-INF/NOTICE ( 950627 )

Changed: mfreedman @ Thu 17 Jun 2010 17:43:44 +0000
Comment: PORTLETBRIDGE-150: ViewHandler render should save/restore current ExternalContext response before delegating
Files changed:
  /myfaces/portlet-bridge/core/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/application/PortletViewHandlerImpl.java ( 955685 )

Changed: mfreedman @ Thu 17 Jun 2010 21:00:48 +0000
Comment: PORTLEPORTLETBRIDGE-149: Update comments in new examples replacing existing copyright statements with Apache standard reference + Jetty/Pluto fixes.
PORTLETBRIDGE-150: save/restore current ExternalContext response object before/after delegating the render in the ViewHandler.
Files changed:
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/CarBean.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/CarCustomizer.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/CarStore.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/CreditCardConverter.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/CustomerBean.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/FirstNameChanged.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/FormatValidator.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/FormatValidatorTag.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/MessageFactory.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Common_options.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Custom.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Deluxe.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Jalopy.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Jalopy_de.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Jalopy_es.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Jalopy_fr.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Jalopy_options.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Luxury.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Luxury_de.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Luxury_es.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Luxury_fr.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Luxury_options.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_de.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_es.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_fr.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/OptionPrices.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Performance.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_de.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_en.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_es.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_fr.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_de.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_es.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_fr.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_options.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_de.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_es.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_fr.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_options.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Standard.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/package.html ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/org/apache/myfaces/portlet/faces/examples/renderkit/AreaRenderer.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/META-INF/NOTICE ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Common_options.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Custom.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Deluxe.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_de.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_es.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_fr.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_options.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_de.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_es.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_fr.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_options.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_de.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_es.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_fr.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/OptionPrices.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Performance.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources_de.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources_en.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources_es.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources_fr.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Roadster.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Roadster_de.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Roadster_es.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Roadster_fr.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Roadster_options.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/SUV.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/SUV_de.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/SUV_es.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/SUV_fr.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/SUV_options.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Standard.properties ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/WEB-INF/carstore.tld ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/WEB-INF/faces-config.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/WEB-INF/jetty-pluto-web-default.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/WEB-INF/web.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/bottomMatter.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/carDetail.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/chooseLocale.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/confirmChoices.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/customerInfo.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/finish.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/index.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/index.jsp.bak ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/jettypluto ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/jettypluto/index.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/optionsPanel.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/storeFront.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/webapp/stylesheet.css ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/java/guess/NumberBean.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/java/guess/facelets/PortletFaceletViewHandler.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/resources/META-INF/NOTICE ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/WEB-INF/faces-config.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/WEB-INF/jetty-pluto-web-default.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/WEB-INF/web.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/guess.xhtml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/index.html ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/jettypluto ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/jettypluto/index.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/response.xhtml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/facelets-guess/src/main/webapp/template.xhtml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/java/guessNumber/MessageFactory.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/java/guessNumber/UserNumberBean.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/resources/META-INF/NOTICE ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/WEB-INF/faces-config.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/WEB-INF/jetty-pluto-web-default.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/WEB-INF/portlet.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/WEB-INF/web.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/greeting.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/greeting.jspx (from /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/greeting.jsp:952852) ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/index.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/index.jspx (from /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/index.jsp:952852) ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/jettypluto ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/jettypluto/index.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/response.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/response.jspx (from /myfaces/portlet-bridge/core/trunk/examples/guessNumber/src/main/webapp/response.jsp:952852) ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/java/guessNumber/MessageFactory.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/java/guessNumber/UserNumberBean.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/java/org/apache/myfaces/portlet/faces/application/BridgeMojarraRenderFilter.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/resources/META-INF/NOTICE ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/WEB-INF/faces-config.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/WEB-INF/jetty-pluto-web-default.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/WEB-INF/portlet.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/WEB-INF/web.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/greeting.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/greeting.jspx (from /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/greeting.jsp:952852) ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/index.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/index.jspx (from /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/index.jsp:952852) ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/jettypluto ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/jettypluto/index.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/response.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/response.jspx (from /myfaces/portlet-bridge/core/trunk/examples/guessNumberMojarraFilter/src/main/webapp/response.jsp:952852) ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/java/guessNumber/MessageFactory.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/java/guessNumber/UserNumberBean.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/java/org/apache/myfaces/portlet/faces/application/BridgeMyFacesRenderFilter.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/resources/META-INF/NOTICE ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/WEB-INF/faces-config.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/WEB-INF/jetty-pluto-web-default.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/WEB-INF/portlet.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/WEB-INF/web.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/greeting.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/greeting.jspx (from /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/greeting.jsp:952852) ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/index.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/index.jspx (from /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/index.jsp:952852) ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/jettypluto ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/jettypluto/index.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/response.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/response.jspx (from /myfaces/portlet-bridge/core/trunk/examples/guessNumberMyFacesFilter/src/main/webapp/response.jsp:952852) ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/java/helloDuke/UserNameBean.java ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/resources/META-INF/NOTICE ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/WEB-INF/faces-config.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/WEB-INF/jetty-pluto-web-default.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/WEB-INF/portlet.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/WEB-INF/web.xml ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/helloDuke/error.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/helloDuke/greeting.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/helloDuke/response.jsp ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/jettypluto ( 955744 )
  /myfaces/portlet-bridge/core/trunk/examples/helloDuke/src/main/webapp/jettypluto/index.jsp ( 955744 )

Changed: sobryan @ Thu 24 Jun 2010 07:20:02 +0000
Comment: Added a repository for Mojarra 1.2 libraries
Files changed:
  /myfaces/portlet-bridge/core/trunk/pom.xml ( 957438 )

Changed: mfreedman @ Thu 24 Jun 2010 18:15:47 +0000
Comment: Scott neglected to add the <layout>legacy</layout> tag when adding the java maven 1 repository to the pom. This fixes that.
Files changed:
  /myfaces/portlet-bridge/core/trunk/pom.xml ( 957661 )

Changed: mfreedman @ Tue 6 Jul 2010 23:29:09 +0000
Comment: Updated Site information to reflect the release of PB 1.0
Files changed:
  /myfaces/portlet-bridge/core/trunk/src/site/apt/downloads.apt.vm ( 961040 )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed

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

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   MyFaces Portlet Bridge
[INFO]   MyFaces Portlet Bridge API
[INFO]   MyFaces Portlet Bridge Implementation
[INFO]   MyFaces Portlet Bridge Examples
[INFO]   MyFaces Portlet Bridge Blank Project
[INFO]   MyFaces Portlet Bridge HelloDuke Demo
[INFO]   MyFaces Portlet Bridge GuessNumber JSP Demo
[INFO]   MyFaces Portlet Bridge Facelets Guess Demo
[INFO]   MyFaces Portlet Bridge CarStore Demo
[INFO]   MyFaces Portlet Bridge GuessNumber JSP with Mojarra WriteBehind Filter Demo
[INFO]   MyFaces Portlet Bridge GuessNumber JSP with MyFaces WriteBehind Filter Demo
[INFO] ------------------------------------------------------------------------
[INFO] Building MyFaces Portlet Bridge
[INFO]    task-segment: [clean, install, site-deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /local/continuum-1.1-beta-2/working-directory/142/target
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor]
[INFO] Unable to load parent project from a relative path: Could not find the model file '/local/continuum-1.1-beta-2/working-directory/pom.xml'. for project unknown
[INFO] Parent project loaded from repository.
[INFO] [install:install]
[INFO] Installing /local/continuum-1.1-beta-2/working-directory/142/pom.xml to /export/home/mrmaven/.m2/repository/org/apache/myfaces/portlet-bridge/portlet-bridge/1.0.1-SNAPSHOT/portlet-bridge-1.0.1-SNAPSHOT.pom
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] ************************************************************** 
[INFO] Starting Jakarta Velocity v1.4
[INFO] RuntimeInstance initializing.
[INFO] Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
[INFO] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
[INFO] Resource Loader Instantiated: org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[INFO] ClasspathResourceLoader : initialization starting.
[INFO] ClasspathResourceLoader : initialization complete.
[INFO] ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
[INFO] Default ResourceManager initialization complete.
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
[INFO] Created: 20 parsers.
[INFO] Velocimacro : initialization starting.
[INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm
[ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader.
[INFO] Velocimacro : error using  VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm'
[INFO] Velocimacro :  VM library template macro registration complete.
[INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates
[INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
[INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be  global in scope if allowed.
[INFO] Velocimacro : initialization complete.
[INFO] Velocity successfully started.
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] ************************************************************** 
[INFO] Starting Jakarta Velocity v1.4
[INFO] RuntimeInstance initializing.
[INFO] Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
[INFO] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
[INFO] Resource Loader Instantiated: org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[INFO] ClasspathResourceLoader : initialization starting.
[INFO] ClasspathResourceLoader : initialization complete.
[INFO] ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
[INFO] Default ResourceManager initialization complete.
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
[INFO] Created: 20 parsers.
[INFO] Velocimacro : initialization starting.
[INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm
[ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader.
[INFO] Velocimacro : error using  VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm'
[INFO] Velocimacro :  VM library template macro registration complete.
[INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates
[INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
[INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be  global in scope if allowed.
[INFO] Velocimacro : initialization complete.
[INFO] Velocity successfully started.
[INFO] Preparing findbugs:findbugs
[INFO] [remote-resources:process {execution: default}]
[INFO] Preparing jdepend:generate
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:site]
[INFO] Unable to load parent project from a relative path: Could not find the model file '/local/continuum-1.1-beta-2/working-directory/pom.xml'. for project unknown
[INFO] Parent project loaded from repository.
[INFO] Parent project loaded from repository.
[INFO] Parent project loaded from repository.
[INFO] Unable to load parent project from a relative path: Could not find the model file '/local/continuum-1.1-beta-2/working-directory/pom.xml'. for project unknown
[INFO] Parent project loaded from repository.
[INFO] Skipped "About" report, file "index.html" already exists for the English version.
[INFO] Generating "Issue Tracking" report.
[INFO] Generating "Project Summary" report.
[INFO] Generating "Mailing Lists" report.
[INFO] Generating "CPD Report" report.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] Generating "Source Repository" report.
[INFO] Generating "Continuous Integration" report.
[INFO] Generating "Dependencies" report.
[INFO] Generating "Project Team" report.
[INFO] Generating "Project License" report.
[INFO] Generating "PMD Report" report.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] Generating "Dependency Convergence" report.
[INFO] [site:deploy]
scpexe://minotaur.apache.org/www/myfaces.apache.org/portlet-bridge/1.0 - Session: Opened  
Using private key: /export/home/mrmaven/.m2/identity
Executing command: /bin/sh -c ssh -i /export/home/mrmaven/.m2/identity -o 'BatchMode yes' schof@minotaur.apache.org 'mkdir -p /www/myfaces.apache.org/portlet-bridge/1.0/.'

WARNING: DSA key found for host minotaur.apache.org
in /export/home/mrmaven/.ssh/known_hosts:2
DSA key fingerprint 79:7c:cb:6a:44:47:b2:ef:5c:66:28:d7:40:0d:b1:f9.
Host key verification failed.

scpexe://minotaur.apache.org/www/myfaces.apache.org/portlet-bridge/1.0 - Session: Disconnecting  
scpexe://minotaur.apache.org/www/myfaces.apache.org/portlet-bridge/1.0 - Session: Disconnected
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error uploading site

Embedded error: Error performing commands for file transfer
Exit code 255 - WARNING: DSA key found for host minotaur.apache.org
in /export/home/mrmaven/.ssh/known_hosts:2
DSA key fingerprint 79:7c:cb:6a:44:47:b2:ef:5c:66:28:d7:40:0d:b1:f9.
Host key verification failed.

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36 seconds
[INFO] Finished at: Sat Jul 10 08:19:15 GMT+00:00 2010
[INFO] Final Memory: 42M/103M
[INFO] ------------------------------------------------------------------------

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