[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - OpenJPA (openjpa) http://cwiki.apache.org/confluence/display/openjpa | |-Pages Added or Edited in This Space |-- Committers was last edited by drwoods (11:14 AM). | http://cwiki.apache.org/confluence/display/openjpa/Committers Apache Camel (CAMEL) http://cwiki.apache.org/confluence/display/CAMEL | |-Pages Added or Edited in This Space |-- LDAP was last edited by huntc (06:17 AM). | http://cwiki.apache.org/confluence/display/CAMEL/LDAP |-- File Language was last edited by davsclaus (05:35 AM). | http://cwiki.apache.org/confluence/display/CAMEL/File+Language |-- How do I use Spring Property Placeholder with Camel XML was last edited by cmoulli...@xpectis.com (05:17 AM). | http://cwiki.apache.org/confluence/display/CAMEL/How+do+I+use+Spring+Property+Placeholder+with+Camel+XML Apache Sling (SLING) http://cwiki.apache.org/confluence/display/SLING | |-Pages Added or Edited in This Space |-- The Sling Launchpad was last edited by fmeschbe (03:06 AM). | http://cwiki.apache.org/confluence/display/SLING/The+Sling+Launchpad |-- Incubator Status Report (May 2009) was created by fmeschbe (01:02 AM). | http://cwiki.apache.org/confluence/display/SLING/Incubator+Status+Report+%28May+2009%29 Apache Struts 2 Documentation (WW) http://cwiki.apache.org/confluence/display/WW | |-Pages Added or Edited in This Space |-- File Upload was last edited by phil (01:43 AM). | http://cwiki.apache.org/confluence/display/WW/File+Upload | |-New Comments in This Space |-- http://cwiki.apache.org/confluence/display/WW/File+Upload (1) Apache VCL (VCL) http://cwiki.apache.org/confluence/display/VCL | |-Pages Added or Edited in This Space |-- Cutting a VCL Release was created by jfthomps (09:16 AM). | http://cwiki.apache.org/confluence/display/VCL/Cutting+a+VCL+Release Apache Pivot (PIVOT) http://cwiki.apache.org/confluence/display/PIVOT | |-Pages Added or Edited in This Space |-- Frequently Asked Questions (FAQ) was last edited by gkbr...@mac.com (06:33 AM). | http://cwiki.apache.org/confluence/display/PIVOT/Frequently+Asked+Questions+%28FAQ%29 Apache Wicket (WICKET) http://cwiki.apache.org/confluence/display/WICKET | |-Pages Added or Edited in This Space |-- Wicket 1.5 Wish List was last edited by willisblackburn (05:01 AM). | http://cwiki.apache.org/confluence/display/WICKET/Wicket+1.5+Wish+List |-- Model Refactoring was created by willisblackburn (04:56 AM). | http://cwiki.apache.org/confluence/display/WICKET/Model+Refactoring Apache Felix (FELIX) http://cwiki.apache.org/confluence/display/FELIX | |-Pages Added or Edited in This Space |-- Apache Felix Framework and Google Android was last edited by he...@ungoverned.org (09:04 AM). | http://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Framework+and+Google+Android |-- Apache Felix Framework Bundle Cache was last edited by he...@ungoverned.org (09:04 AM). | http://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Framework+Bundle+Cache |-- Apache Felix Framework Usage Documentation was last edited by he...@ungoverned.org (09:04 AM). | http://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Framework+Usage+Documentation |-- Apache Felix Framework Launching and Embedding was last edited by he...@ungoverned.org (09:02 AM). | http://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Framework+Launching+and+Embedding |-- Integrating Felix with NetBeans was last edited by he...@ungoverned.org (09:02 AM). | http://cwiki.apache.org/confluence/display/FELIX/Integrating+Felix+with+NetBeans |-- Getting Started was last edited by he...@ungoverned.org (09:02 AM). | http://cwiki.apache.org/confluence/display/FELIX/Getting+Started |-- Checking Out and Building Felix with NetBeans was last edited by he...@ungoverned.org (09:02 AM). | http://cwiki.apache.org/confluence/display/FELIX/Checking+Out+and+Building+Felix+with+NetBeans |-- Apache Felix Framework and Alternative Java VMs was last edited by he...@ungoverned.org (08:53 AM). | http://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Framework+and+Alternative+Java+VMs Apache Labs (labs) http://cwiki.apache.org/confluence/display/labs | |-Pages Added or Edited in This Space |-- vysper-Embed into another application was last edited by berndf (06:36 AM). | http://cwiki.apache.org/confluence/display/labs/vysper-Embed+into+another+application Apache Qpid (qpid) http://cwiki.apache.org/confluence/display/qpid | |-Pages Added or Edited in This Space |-- Proposal for a new JMS Destination configuration was last edited by rajith (08:07 AM). | http://cwiki.apache.org/confluence/display/qpid/Proposal+for+a+new+JMS+Destination+configuratio
svn commit: r772174 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java
Author: wesw Date: Wed May 6 12:27:12 2009 New Revision: 772174 URL: http://svn.apache.org/viewvc?rev=772174&view=rev Log: WW-3117, fixing docs, good catch Dale Newfield Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java?rev=772174&r1=772173&r2=772174&view=diff == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java Wed May 6 12:27:12 2009 @@ -53,7 +53,7 @@ * * contentDisposition - the content disposition header value for * specifing the file name (default = inline, values are typically - * filename="document.pdf". + * attachment; filename="document.pdf". * * inputName - the name of the InputStream property from the chained * action (default = inputStream). @@ -76,7 +76,7 @@ ** image/jpeg * imageStream - * filename="document.pdf" + * attachment; filename="document.pdf" * 1024 * *
svn commit: r772175 - in /struts/struts2/trunk: assembly/pom.xml core/pom.xml
Author: wesw Date: Wed May 6 12:27:42 2009 New Revision: 772175 URL: http://svn.apache.org/viewvc?rev=772175&view=rev Log: anticipating xwork 2.1.4 release, fixing javadoc in StreamResult, WW-3100 Modified: struts/struts2/trunk/assembly/pom.xml struts/struts2/trunk/core/pom.xml Modified: struts/struts2/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=772175&r1=772174&r2=772175&view=diff == --- struts/struts2/trunk/assembly/pom.xml (original) +++ struts/struts2/trunk/assembly/pom.xml Wed May 6 12:27:42 2009 @@ -72,7 +72,7 @@ com.opensymphony xwork -2.1.3 +2.1.4-SNAPSHOT jar jdk14 runtime Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=772175&r1=772174&r2=772175&view=diff == --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Wed May 6 12:27:42 2009 @@ -229,7 +229,7 @@ com.opensymphony xwork -2.1.3 +2.1.4-SNAPSHOT
[OSS Bamboo] Struts 2 SVN - Main Build build 1120 has FAILED (0 tests failed). Change made by Wes Wannemacher
--- STRUTS-MAIN-1120 failed. --- Code has been updated by Wes Wannemacher. No failed tests found, a possible compilation error. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1120/ -- Code Changes -- Wes Wannemacher (772175): >anticipating xwork 2.1.4 release, fixing javadoc in StreamResult, WW-3100 Wes Wannemacher (772174): >WW-3117, fixing docs, good catch Dale Newfield -- Error Summary -- [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Missing: -- 1) com.opensymphony:xwork:jar:2.1.4-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.opensymphony -DartifactId=xwork -Dversion=2.1.4-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=com.opensymphony -DartifactId=xwork -Dversion=2.1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.struts:struts2-core:jar:2.1.7-SNAPSHOT 2) com.opensymphony:xwork:jar:2.1.4-SNAPSHOT -- 1 required artifact is missing. for artifact: org.apache.struts:struts2-core:jar:2.1.7-SNAPSHOT from the specified remote repositories: central (https://m2proxy.atlassian.com/repository/public), apache.snapshots (http://people.apache.org/maven-snapshot-repository) [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo
[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 841 has FAILED (0 tests failed). Change made by Wes Wannemacher
--- STRUTS-MAINJ6-841 failed. --- Code has been updated by Wes Wannemacher. No failed tests found, a possible compilation error. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-841/ -- Code Changes -- Wes Wannemacher (772175): >anticipating xwork 2.1.4 release, fixing javadoc in StreamResult, WW-3100 -- Error Summary -- [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Missing: -- 1) com.opensymphony:xwork:jar:2.1.4-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.opensymphony -DartifactId=xwork -Dversion=2.1.4-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=com.opensymphony -DartifactId=xwork -Dversion=2.1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.struts:struts2-core:jar:2.1.7-SNAPSHOT 2) com.opensymphony:xwork:jar:2.1.4-SNAPSHOT -- 1 required artifact is missing. for artifact: org.apache.struts:struts2-core:jar:2.1.7-SNAPSHOT from the specified remote repositories: apache.snapshots (http://people.apache.org/maven-snapshot-repository), central (https://m2proxy.atlassian.com/repository/public) [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo
svn commit: r772264 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java
Author: wesw Date: Wed May 6 13:52:53 2009 New Revision: 772264 URL: http://svn.apache.org/viewvc?rev=772264&view=rev Log: WW-3117, no space between attachment and filename, oops, thanks again Dale Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java?rev=772264&r1=772263&r2=772264&view=diff == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java Wed May 6 13:52:53 2009 @@ -53,7 +53,7 @@ * * contentDisposition - the content disposition header value for * specifing the file name (default = inline, values are typically - * attachment; filename="document.pdf". + * attachment;filename="document.pdf". * * inputName - the name of the InputStream property from the chained * action (default = inputStream). @@ -76,7 +76,7 @@ ** image/jpeg * imageStream - * attachment; filename="document.pdf" + * attachment;filename="document.pdf" * 1024 * *
[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 842 has FAILED (0 tests failed). Change made by Wes Wannemacher
--- STRUTS-MAINJ6-842 failed. --- Code has been updated by Wes Wannemacher. No failed tests found, a possible compilation error. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-842/ -- Code Changes -- Wes Wannemacher (772264): >WW-3117, no space between attachment and filename, oops, thanks again Dale -- Error Summary -- [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Missing: -- 1) com.opensymphony:xwork:jar:2.1.4-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.opensymphony -DartifactId=xwork -Dversion=2.1.4-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=com.opensymphony -DartifactId=xwork -Dversion=2.1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.struts:struts2-core:jar:2.1.7-SNAPSHOT 2) com.opensymphony:xwork:jar:2.1.4-SNAPSHOT -- 1 required artifact is missing. for artifact: org.apache.struts:struts2-core:jar:2.1.7-SNAPSHOT from the specified remote repositories: apache.snapshots (http://people.apache.org/maven-snapshot-repository), central (https://m2proxy.atlassian.com/repository/public) [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo
[OSS Bamboo] Struts 2 SVN - Main Build build 1121 has FAILED (0 tests failed). Change made by Wes Wannemacher
--- STRUTS-MAIN-1121 failed. --- Code has been updated by Wes Wannemacher. No failed tests found, a possible compilation error. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1121/ -- Code Changes -- Wes Wannemacher (772264): >WW-3117, no space between attachment and filename, oops, thanks again Dale -- Error Summary -- [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Missing: -- 1) com.opensymphony:xwork:jar:2.1.4-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.opensymphony -DartifactId=xwork -Dversion=2.1.4-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=com.opensymphony -DartifactId=xwork -Dversion=2.1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.struts:struts2-core:jar:2.1.7-SNAPSHOT 2) com.opensymphony:xwork:jar:2.1.4-SNAPSHOT -- 1 required artifact is missing. for artifact: org.apache.struts:struts2-core:jar:2.1.7-SNAPSHOT from the specified remote repositories: central (https://m2proxy.atlassian.com/repository/public), apache.snapshots (http://people.apache.org/maven-snapshot-repository) [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo