[CONF] Confluence Changes in the last 24 hours

2009-04-19 Thread confluence
-
This is a daily summary of all recent changes in Confluence.

-
Updated Spaces:
-

Apache Camel (CAMEL) http://cwiki.apache.org/confluence/display/CAMEL
|
|-Pages Added or Edited in This Space
 |-- Camel 2.0.0 Release was last edited by davsclaus (01:43 PM).
 |   http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.0.0+Release

Apache Felix (FELIX) http://cwiki.apache.org/confluence/display/FELIX
|
|-Pages Added or Edited in This Space
 |-- iPOJO in 10 minutes was last edited by clement.escoffier (11:49 PM).
 |   http://cwiki.apache.org/confluence/display/FELIX/iPOJO+in+10+minutes
 |-- Apache Felix Web Console was last edited by fmeschbe (05:28 AM).
 |   http://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Web+Console

Apache Droids (DROIDS) http://cwiki.apache.org/confluence/display/DROIDS
|
|-Pages Added or Edited in This Space
 |-- Runtime Statistics was created by mingfai (12:18 PM).
 |   http://cwiki.apache.org/confluence/display/DROIDS/Runtime+Statistics

Apache Struts 2 Documentation (WW) http://cwiki.apache.org/confluence/display/WW
|
|-Pages Added or Edited in This Space
 |-- OSGi Plugin was last edited by musachy (06:27 AM).
 |   http://cwiki.apache.org/confluence/display/WW/OSGi+Plugin


-
CONFLUENCE INFORMATION
This message is automatically generated by Confluence

Unsubscribe or edit your notifications preferences
   http://cwiki.apache.org/confluence/users/viewnotifications.action

If you think it was sent incorrectly contact one of the administrators
   http://cwiki.apache.org/confluence/administrators.action

If you want more information on Confluence, or have a bug to report see
   http://www.atlassian.com/software/confluence




[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 813 was SUCCESSFUL (with 1005 tests)

2009-04-19 Thread bamboo
---
STRUTS-MAINJ6-813 was successful.
---
This build occured because it is a dependant of XWORK-MAIN-357.
1005 tests in total.

http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-813/


--
Error Summary
--
        [copy] Warning: 
/opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAINJ6/apps/src/main/java
 not found.
        [copy] Warning: 
/opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAINJ6/apps/src/main/resources
 not found.


--
This message is automatically generated by Atlassian Bamboo



svn commit: r766574 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/DoubleListUIBean.java

2009-04-19 Thread wesw
Author: wesw
Date: Mon Apr 20 05:02:47 2009
New Revision: 766574

URL: http://svn.apache.org/viewvc?rev=766574&view=rev
Log:
WW-2993, making sure to evaluate attribute

Modified:

struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/DoubleListUIBean.java

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/DoubleListUIBean.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/DoubleListUIBean.java?rev=766574&r1=766573&r2=766574&view=diff
==
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/DoubleListUIBean.java
 (original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/DoubleListUIBean.java
 Mon Apr 20 05:02:47 2009
@@ -182,7 +182,7 @@
 // this check is needed for backwards compatibility with 2.1.x
addParameter("doubleId", findStringIfAltSyntax(doubleId));
 } else if (form != null) {
-addParameter("doubleId", form.getParameters().get("id") + "_" 
+escape(this.doubleName));
+addParameter("doubleId", form.getParameters().get("id") + "_" 
+escape(doubleName !=null ? findString(doubleName) : null));
 } else {
 addParameter("doubleId", escape(doubleName != null ? 
findString(doubleName) : null));
 }




[OSS Bamboo] Struts 2 SVN - Main Build build 1097 has FAILED (0 tests failed). Change made by Wes Wannemacher

2009-04-19 Thread bamboo
---
STRUTS-MAIN-1097 failed.
---
Code has been updated by Wes Wannemacher.
No failed tests found, a possible compilation error.

http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1097/


--
Code Changes
--
Wes Wannemacher (766574):

>WW-2993, making sure to evaluate attribute


--
Error Summary
--
   [INFO] 

   [ERROR] BUILD FAILURE
   [INFO] 

   [INFO] Compilation failure
   
   
/opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAIN/core/src/main/java/org/apache/struts2/components/ComponentUrlProvider.java:[71,5]
 method does not override a method from its superclass
   
   
/opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAIN/core/src/main/java/org/apache/struts2/components/ComponentUrlProvider.java:[116,5]
 method does not override a method from its superclass
   
   
/opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAIN/core/src/main/java/org/apache/struts2/components/ComponentUrlProvider.java:[121,5]
 method does not override a method from its superclass
   
   
/opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAIN/core/src/main/java/org/apache/struts2/components/ComponentUrlProvider.java:[202,5]
 method does not override a method from its superclass
   
   
/opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAIN/core/src/main/java/org/apache/struts2/components/ComponentUrlProvider.java:[227,5]
 method does not override a method from its superclass
   
   
   [INFO] 

   [INFO] For more information, run Maven with the -e switch


--
This message is automatically generated by Atlassian Bamboo



svn commit: r766577 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ComponentUrlProvider.java

2009-04-19 Thread wesw
Author: wesw
Date: Mon Apr 20 05:27:18 2009
New Revision: 766577

URL: http://svn.apache.org/viewvc?rev=766577&view=rev
Log:
@Override not allowed on interface methods (how did this work before?)

Modified:

struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ComponentUrlProvider.java

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ComponentUrlProvider.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ComponentUrlProvider.java?rev=766577&r1=766576&r2=766577&view=diff
==
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ComponentUrlProvider.java
 (original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ComponentUrlProvider.java
 Mon Apr 20 05:27:18 2009
@@ -68,7 +68,6 @@
 return component.determineActionURL(action, namespace, method, req, 
res, parameters, scheme, includeContext, encodeResult, 
forceAddSchemeHostAndPort, escapeAmp);
 }
 
-@Override
 public String determineNamespace(String namespace, ValueStack stack, 
HttpServletRequest req) {
 return component.determineNamespace(namespace, stack, req);
 }
@@ -113,12 +112,10 @@
 this.scheme = scheme;
 }
 
-@Override
 public boolean isPutInContext() {
 return component instanceof ContextBean;
 }
 
-@Override
 public String getVar() {
 return isPutInContext() ? ((ContextBean)component).getVar() :  null;
 }
@@ -199,7 +196,6 @@
 return portletUrlType;
 }
 
-@Override
 public ValueStack getStack() {
 return component.getStack();
 }
@@ -224,7 +220,6 @@
 this.forceAddSchemeHostAndPort = forceAddSchemeHostAndPort;
 }
 
-@Override
 public void putInContext(String result) {
 if (isPutInContext()) {
 ((ContextBean)component).putInContext(result);




[OSS Bamboo] Struts 2 SVN - Main Build build 1098 was SUCCESSFUL (with 1005 tests). Change made by Wes Wannemacher

2009-04-19 Thread bamboo
---
STRUTS-MAIN-1098 was successful.
---
Code has been updated by Wes Wannemacher.
1005 tests in total.

http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1098/


--
Code Changes
--
Wes Wannemacher (766577):

>@Override not allowed on interface methods (how did this work before?)


--
Error Summary
--
   warning: Annotation types without processors: [java.lang.Override, 
com.opensymphony.xwork2.inject.Inject, java.lang.annotation.Target, 
java.lang.annotation.Retention, java.lang.SuppressWarnings]
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   1 warning
        [copy] Warning: 
/opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAIN/apps/src/main/java
 not found.
        [copy] Warning: 
/opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAIN/apps/src/main/resources
 not found.
   warning: Annotation types without processors: [java.lang.Override, 
java.lang.Deprecated]
   1 warning


--
This message is automatically generated by Atlassian Bamboo