[CONF] Confluence Changes in the last 24 hours

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

-
Updated Spaces:
-


Apache ActiveMQ (http://cwiki.apache.org/confluence/display/ACTIVEMQ)

Pages
-
Support edited by  joe.fernan...@ttmsolutions.com  (10:51 AM)
http://cwiki.apache.org/confluence/display/ACTIVEMQ/Support



Apache Directory Community & Resources 
(http://cwiki.apache.org/confluence/display/directory)

Pages
-
Towards a common LDAP API for the Java Platform edited by  elecharny  (07:38 AM)
http://cwiki.apache.org/confluence/display/directory/Towards+a+common+LDAP+API+for+the+Java+Platform



Apache Felix (http://cwiki.apache.org/confluence/display/FELIX)

Pages
-
Karaf 1.0.0 created by gnodet (01:47 AM)
http://cwiki.apache.org/confluence/display/FELIX/Karaf+1.0.0

Karaf Downloads edited by  gnodet  (01:33 AM)
http://cwiki.apache.org/confluence/display/FELIX/Karaf+Downloads

news edited by  gnodet  (01:31 AM)
http://cwiki.apache.org/confluence/display/FELIX/news

downloads edited by  gnodet  (01:27 AM)
http://cwiki.apache.org/confluence/display/FELIX/downloads

7.1. Enabling Colorized Console Output On Windows edited by  gnodet  (01:11 AM)
http://cwiki.apache.org/confluence/display/FELIX/7.1.+Enabling+Colorized+Console+Output+On+Windows

6.7 Configuring Failover Deployments edited by  gnodet  (01:10 AM)
http://cwiki.apache.org/confluence/display/FELIX/6.7+Configuring+Failover+Deployments

6.6 Installing additional features edited by  gnodet  (01:09 AM)
http://cwiki.apache.org/confluence/display/FELIX/6.6+Installing+additional+features

6.3. Programmatically connect to the console edited by  gnodet  (01:08 AM)
http://cwiki.apache.org/confluence/display/FELIX/6.3.+Programmatically+connect+to+the+console

6.1. Extending the console edited by  gnodet  (01:07 AM)
http://cwiki.apache.org/confluence/display/FELIX/6.1.+Extending+the+console

5.1. Troubleshooting, Debugging and Profiling edited by  gnodet  (01:06 AM)
http://cwiki.apache.org/confluence/display/FELIX/5.1.+Troubleshooting%2C+Debugging+and+Profiling

4.8 Configuration edited by  gnodet  (01:04 AM)
http://cwiki.apache.org/confluence/display/FELIX/4.8+Configuration

4.7. Administration edited by  gnodet  (01:03 AM)
http://cwiki.apache.org/confluence/display/FELIX/4.7.+Administration

4.6. Provisioning edited by  gnodet  (01:00 AM)
http://cwiki.apache.org/confluence/display/FELIX/4.6.+Provisioning

4.5. Security framework edited by  gnodet  (12:55 AM)
http://cwiki.apache.org/confluence/display/FELIX/4.5.+Security+framework

4.3. Logging system edited by  gnodet  (12:48 AM)
http://cwiki.apache.org/confluence/display/FELIX/4.3.+Logging+system

4.2. Remote Console edited by  gnodet  (12:47 AM)
http://cwiki.apache.org/confluence/display/FELIX/4.2.+Remote+Console

4.1. Commands edited by  gnodet  (12:44 AM)
http://cwiki.apache.org/confluence/display/FELIX/4.1.+Commands



Apache Geronimo Project Management 
(http://cwiki.apache.org/confluence/display/GMOxPMGT)

Pages
-
Geronimo 2.0.3 Release Status edited by  jaydm  (01:47 PM)
http://cwiki.apache.org/confluence/display/GMOxPMGT/Geronimo+2.0.3+Release+Status

Apache Geronimo Board Report - 2009-10 - October edited by  jaydm  (10:24 AM)
http://cwiki.apache.org/confluence/display/GMOxPMGT/Apache+Geronimo+Board+Report+-+2009-10+-+October



Apache Maven (http://cwiki.apache.org/confluence/display/MAVEN)

Pages
-
Maven 3.x and site plugin edited by  olamy  (03:11 PM)
http://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+and+site+plugin

Maven 3.x Class Loading created by bentmann (05:14 AM)
http://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Class+Loading



Apache Qpid (http://cwiki.apache.org/confluence/display/qpid)

Pages
-
0.6 Broker BasicFlow Synchronisation Design edited by  ritchiem  (03:52 AM)
http://cwiki.apache.org/confluence/display/qpid/0.6+Broker+BasicFlow+Synchronisation+Design



Apache Shindig (http://cwiki.apache.org/confluence/display/SHINDIG)

Pages
-
Index edited by  jon.weygandt  (01:22 PM)
http://cwiki.apache.org/confluence/display/SHINDIG/Index



Apache VCL (http://cwiki.apache.org/confluence/display/VCL)

Pages
-
Web code installation edited by  jwisman  (10:41 PM)
http://cwiki.apache.org/confluence/display/VCL/Web+code+installation



Apache Struts 2 Documentation (http://cwiki.apache.org/confluence/display/WW)

Pages
--

svn commit: r820353 - in /struts/struts2/trunk/plugins/convention/src: main/java/org/apache/struts2/convention/DefaultResultMapBuilder.java test/java/org/apache/struts2/convention/DefaultResultMapBuil

2009-09-30 Thread musachy
Author: musachy
Date: Wed Sep 30 17:29:07 2009
New Revision: 820353

URL: http://svn.apache.org/viewvc?rev=820353&view=rev
Log:
Ignore potential results that start with "."

Added:

struts/struts2/trunk/plugins/convention/src/test/resources/WEB-INF/component/.boom
Modified:

struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/DefaultResultMapBuilder.java

struts/struts2/trunk/plugins/convention/src/test/java/org/apache/struts2/convention/DefaultResultMapBuilderTest.java

Modified: 
struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/DefaultResultMapBuilder.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/DefaultResultMapBuilder.java?rev=820353&r1=820352&r2=820353&view=diff
==
--- 
struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/DefaultResultMapBuilder.java
 (original)
+++ 
struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/DefaultResultMapBuilder.java
 Wed Sep 30 17:29:07 2009
@@ -258,6 +258,13 @@
 LOG.trace("Processing resource path [#0]", path);
 }
 
+String fileName = StringUtils.substringAfterLast(path, "/");
+if (StringUtils.startsWith(fileName, ".")) {
+if (LOG.isTraceEnabled())
+LOG.trace("Ignoring file without name [#0]", path);
+continue;
+}
+
 makeResults(actionClass, path, resultPrefix, results, 
packageConfig, resultsByExtension);
 }
 }

Modified: 
struts/struts2/trunk/plugins/convention/src/test/java/org/apache/struts2/convention/DefaultResultMapBuilderTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/convention/src/test/java/org/apache/struts2/convention/DefaultResultMapBuilderTest.java?rev=820353&r1=820352&r2=820353&view=diff
==
--- 
struts/struts2/trunk/plugins/convention/src/test/java/org/apache/struts2/convention/DefaultResultMapBuilderTest.java
 (original)
+++ 
struts/struts2/trunk/plugins/convention/src/test/java/org/apache/struts2/convention/DefaultResultMapBuilderTest.java
 Wed Sep 30 17:29:07 2009
@@ -148,6 +148,30 @@
 
 }
 
+public void testIgnoreFilesWithoutName() throws Exception {
+ServletContext context = 
EasyMock.createStrictMock(ServletContext.class);
+
+// Setup some mock jsps
+Set resources = new HashSet();
+resources.add("/WEB-INF/location/namespace/no-annotation/.svn");
+resources.add("/WEB-INF/location/namespace/no-annotation-success.jsp");
+
EasyMock.expect(context.getResourcePaths("/WEB-INF/location/namespace/")).andReturn(resources);
+EasyMock.replay(context);
+
+PackageConfig packageConfig = createPackageConfigBuilder("/namespace");
+
+this.conventionsService = new 
ConventionsServiceImpl("/WEB-INF/location");
+DefaultResultMapBuilder builder = new DefaultResultMapBuilder(context, 
container, "dispatcher,velocity,freemarker");
+Map results = 
builder.build(NoAnnotationAction.class, null, "no-annotation", packageConfig);
+assertEquals(1, results.size());
+assertEquals("success", results.get("success").getName());
+assertEquals(3, results.get("success").getParams().size());
+assertEquals("org.apache.struts2.dispatcher.ServletDispatcherResult", 
results.get("success").getClassName());
+assertEquals("/WEB-INF/location/namespace/no-annotation-success.jsp", 
results.get("success").getParams().get("location"));
+EasyMock.verify(context);
+
+}
+
 public void testClassLevelSingleResultAnnotation() throws Exception {
 ServletContext context = 
EasyMock.createStrictMock(ServletContext.class);
 

Added: 
struts/struts2/trunk/plugins/convention/src/test/resources/WEB-INF/component/.boom
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/convention/src/test/resources/WEB-INF/component/.boom?rev=820353&view=auto
==
(empty)




svn commit: r820354 - in /struts/site/src/site: site.xml xdoc/announce.xml xdoc/download.xml xdoc/downloads.xml xdoc/index.xml

2009-09-30 Thread wesw
Author: wesw
Date: Wed Sep 30 17:30:24 2009
New Revision: 820354

URL: http://svn.apache.org/viewvc?rev=820354&view=rev
Log:
proceeding with release of 2.1.8

Modified:
struts/site/src/site/site.xml
struts/site/src/site/xdoc/announce.xml
struts/site/src/site/xdoc/download.xml
struts/site/src/site/xdoc/downloads.xml
struts/site/src/site/xdoc/index.xml

Modified: struts/site/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/site.xml?rev=820354&r1=820353&r2=820354&view=diff
==
--- struts/site/src/site/site.xml (original)
+++ struts/site/src/site/site.xml Wed Sep 30 17:30:24 2009
@@ -17,7 +17,7 @@
 href="http://www.apache.org/"; />
 http://struts.apache.org/2.1.6/index.html"; />
+href="http://struts.apache.org/2.1.8/index.html"; />
 http://struts.apache.org/1.3.10/index.html"; />
@@ -63,8 +63,8 @@
 name="Key Technologies"
 href="primer.html" />
 http://struts.apache.org/2.1.6/index.html"; />
+name="Struts 2.1.8 (GA)"
+href="http://struts.apache.org/2.1.8/index.html"; />
 http://struts.apache.org/2.0.14/index.html"; />

Modified: struts/site/src/site/xdoc/announce.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/announce.xml?rev=820354&r1=820353&r2=820354&view=diff
==
--- struts/site/src/site/xdoc/announce.xml (original)
+++ struts/site/src/site/xdoc/announce.xml Wed Sep 30 17:30:24 2009
@@ -29,9 +29,9 @@
 Skip to: Announcements - 2008
 
 
-12 January 2009 - Struts 2.1.6 General 
Availability Release
+30 September 2009 - Struts 2.1.8 General 
Availability Release
 
-  The Apache Struts group is pleased to announce that Struts 2.1.6 
is
+  The Apache Struts group is pleased to announce that Struts 2.1.8 
is
   available as a "General Availability" release. The GA 
designation is our
   highest quality grade.
 

Modified: struts/site/src/site/xdoc/download.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/download.xml?rev=820354&r1=820353&r2=820354&view=diff
==
--- struts/site/src/site/xdoc/download.xml (original)
+++ struts/site/src/site/xdoc/download.xml Wed Sep 30 17:30:24 2009
@@ -89,30 +89,30 @@
 
 
 
-
-
+
+
 
 
- http://struts.apache.org/2.1.6/";>Apache Struts 2.1.6
+ http://struts.apache.org/2.1.8/";>Apache Struts 2.1.8
  is an elegant, extensible framework
  for creating enterprise-ready Java web applications.
  It is available in a full distribution, or as
  separate library, source, example and documentation
  distributions.
- Struts 2.1.6 is the "best available" version of Struts in the 2.1 
series.
+ Struts 2.1.8 is the "best available" version of Struts in the 2.1 
series.
 
 
 
 
-  http://struts.apache.org/2.1.6/docs/version-notes-216.html";>Release 
Notes
+  http://struts.apache.org/2.1.8/docs/version-notes-218.html";>Release 
Notes
 
 
 Full Distribution:
 
 
-struts-2.1.6-all.zip
 (110mb)
-[http://www.apache.org/dist/struts/binaries/struts-2.1.6-all.zip.asc";>PGP]
-[http://www.apache.org/dist/struts/binaries/struts-2.1.6-all.zip.md5";>MD5]
+struts-2.1.8-all.zip
 (110mb)
+[http://www.apache.org/dist/struts/binaries/struts-2.1.8-all.zip.asc";>PGP]
+[http://www.apache.org/dist/struts/binaries/struts-2.1.8-all.zip.md5";>MD5]
 
 
 
@@ -120,18 +120,18 @@
 Example Applications:
 
 
-struts-2.1.6-apps.zip
 (34mb)
-[http://www.apache.org/dist/struts/examples/struts-2.1.6-apps.zip.asc";>PGP]
-[http://www.apache.org/dist/struts/examples/struts-2.1.6-apps.zip.md5";>MD5]
+struts-2.1.8-apps.zip
 (34mb)
+[http://www.apache.org/dist/struts/examples/struts-2.1.8-apps.zip.asc";>PGP]
+[http://www.apache.org/dist/struts/examples/struts-2.1.8-apps.zip.md5";

svn commit: r820355 - /struts/site/pom.xml

2009-09-30 Thread wesw
Author: wesw
Date: Wed Sep 30 17:32:14 2009
New Revision: 820355

URL: http://svn.apache.org/viewvc?rev=820355&view=rev
Log:
struts-master is now released

Modified:
struts/site/pom.xml

Modified: struts/site/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/site/pom.xml?rev=820355&r1=820354&r2=820355&view=diff
==
--- struts/site/pom.xml (original)
+++ struts/site/pom.xml Wed Sep 30 17:32:14 2009
@@ -23,7 +23,7 @@

   org.apache.struts
   struts-master
-  5-SNAPSHOT
+  5

 
 4.0.0




[OSS Bamboo] Struts 2 SVN - Main Build build 1234 has FAILED (2 tests failed, no failures were new). Change made by Musachy Barroso

2009-09-30 Thread Atlassian Open Source Bamboo
---
STRUTS-MAIN-1234 failed.
---
Code has been updated by Musachy Barroso.
2/1125 tests failed.

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


--
Code Changes
--
Musachy Barroso (820353):

>Ignore potential results that start with "."


--
Tests
--
Failed Tests (2)
   - EmbeddedJSPResultTest: Embedded (Existing)
   - EmbeddedJSPResultTest: Embedded absolute path (Existing)


--
Error Summary
--
   [INFO] 

   [ERROR] BUILD ERROR
   [INFO] 

   [INFO] The plugin 'org.apache.maven.plugins:maven-jar-plugin' does not exist 
or no valid version could be found
   [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 986 has FAILED (2 tests failed, no failures were new). Change made by Musachy Barroso

2009-09-30 Thread Atlassian Open Source Bamboo
---
STRUTS-MAINJ6-986 failed.
---
Code has been updated by Musachy Barroso.
2/1125 tests failed.

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


--
Code Changes
--
Musachy Barroso (820353):

>Ignore potential results that start with "."


--
Tests
--
Failed Tests (2)
   - EmbeddedJSPResultTest: Embedded (Existing)
   - EmbeddedJSPResultTest: Embedded absolute path (Existing)


--
Error Summary
--
   [INFO] 

   [ERROR] BUILD ERROR
   [INFO] 

   [INFO] The plugin 'org.apache.maven.plugins:maven-jar-plugin' does not exist 
or no valid version could be found
   [INFO] 

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


--
This message is automatically generated by Atlassian Bamboo