[CONF] Confluence Changes in the last 24 hours

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

-
Updated Spaces:
-


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

Pages
-
HOWTO configure usermanagement with LDAP edited by  snikitin  (11:14 AM)
http://cwiki.apache.org/confluence/display/ARCHIVA/HOWTO+configure+usermanagement+with+LDAP



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

Pages
-
Groovy Renderer User Guide created by xueqiang.mi (07:15 AM)
http://cwiki.apache.org/confluence/display/CAMEL/Groovy+Renderer+User+Guide

Mail edited by  fbolton  (05:00 AM)
http://cwiki.apache.org/confluence/display/CAMEL/Mail

Camel 2.x Speed optimizations edited by  davsclaus  (03:43 AM)
http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.x+Speed+optimizations



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

Pages
-
Connecting Maven, Eclipse, Checkstyle, and PMD edited by  bimargul...@gmail.com 
 (06:01 AM)
http://cwiki.apache.org/confluence/display/CXF/Connecting+Maven%2C+Eclipse%2C+Checkstyle%2C+and+PMD



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

Pages
-
FAQ edited by  bdelacretaz  (05:27 AM)
http://cwiki.apache.org/confluence/display/ESME/FAQ

TwitterAPI edited by  richardhirsch  (01:00 AM)
http://cwiki.apache.org/confluence/display/ESME/TwitterAPI

ESME Privacy Policy created by richardhirsch (12:07 AM)
http://cwiki.apache.org/confluence/display/ESME/ESME+Privacy+Policy



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

Pages
-
Sigil Properties created by dsav...@apache.org (09:40 AM)
http://cwiki.apache.org/confluence/display/FELIX/Sigil+Properties

Apache Felix Sigil edited by  dsav...@apache.org  (09:37 AM)
http://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Sigil

ipojo-test-page edited by  clement.escoffier  (07:53 AM)
http://cwiki.apache.org/confluence/display/FELIX/ipojo-test-page



Apache Geronimo v2.1 (http://cwiki.apache.org/confluence/display/GMOxDOC21)

Pages
-
Runtime issues edited by  sophia  (01:53 AM)
http://cwiki.apache.org/confluence/display/GMOxDOC21/Runtime+issues



Apache Geronimo v2.2 (http://cwiki.apache.org/confluence/display/GMOxDOC22)

Pages
-
JBoss to Geronimo - Hibernate Migration edited by  sophia  (11:40 PM)
http://cwiki.apache.org/confluence/display/GMOxDOC22/JBoss+to+Geronimo+-+Hibernate+Migration

Documentation edited by  sophia  (11:40 PM)
http://cwiki.apache.org/confluence/display/GMOxDOC22/Documentation

Migrating from JBoss to Geronimo edited by  sophia  (11:40 PM)
http://cwiki.apache.org/confluence/display/GMOxDOC22/Migrating+from+JBoss+to+Geronimo

Creating deployment plans for EJB applications edited by  chirun...@gmail.com  
(10:05 PM)
http://cwiki.apache.org/confluence/display/GMOxDOC22/Creating+deployment+plans+for+EJB+applications

Configuring your own Monitoring Plugin DataSource edited by  sophia  (02:17 AM)
http://cwiki.apache.org/confluence/display/GMOxDOC22/Configuring+your+own+Monitoring+Plugin+DataSource

Runtime issues edited by  sophia  (01:55 AM)
http://cwiki.apache.org/confluence/display/GMOxDOC22/Runtime+issues



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

Pages
-
Geronimo 2.2 Release Roadmap edited by  djencks  (03:12 PM)
http://cwiki.apache.org/confluence/display/GMOxPMGT/Geronimo+2.2+Release+Roadmap



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

Pages
-
Downloads edited by  jukka  (08:36 AM)
http://cwiki.apache.org/confluence/display/JCR/Downloads

Welcome to Apache Jackrabbit edited by  jukka  (08:34 AM)
http://cwiki.apache.org/confluence/display/JCR/Welcome+to+Apache+Jackrabbit



OpenJPA (http://cwiki.apache.org/confluence/display/openjpa)

Pages
-
JPA 2.0 Roadmap edited by  techhusky  (08:04 AM)
http://cwiki.apache.org/confluence/display/openjpa/JPA+2.0+Roadmap



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

Pages
-
Status Update Design edited by  ritchiem  (09:20 AM)
http://cwiki.apache.org/confluence/display/qpid/Status+Update+Design

Operational Logging - Status Update - Test Specification edited by  ritchiem  
(08:

svn commit: r794418 - /struts/struts2/trunk/plugins/spring/src/main/java/org/apache/struts2/spring/ClassReloadingXMLWebApplicationContext.java

2009-07-15 Thread musachy
Author: musachy
Date: Wed Jul 15 21:07:45 2009
New Revision: 794418

URL: http://svn.apache.org/viewvc?rev=794418&view=rev
Log:
fix bug that added all the watched dirs as stores to the reloading classloader

Modified:

struts/struts2/trunk/plugins/spring/src/main/java/org/apache/struts2/spring/ClassReloadingXMLWebApplicationContext.java

Modified: 
struts/struts2/trunk/plugins/spring/src/main/java/org/apache/struts2/spring/ClassReloadingXMLWebApplicationContext.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/spring/src/main/java/org/apache/struts2/spring/ClassReloadingXMLWebApplicationContext.java?rev=794418&r1=794417&r2=794418&view=diff
==
--- 
struts/struts2/trunk/plugins/spring/src/main/java/org/apache/struts2/spring/ClassReloadingXMLWebApplicationContext.java
 (original)
+++ 
struts/struts2/trunk/plugins/spring/src/main/java/org/apache/struts2/spring/ClassReloadingXMLWebApplicationContext.java
 Wed Jul 15 21:07:45 2009
@@ -110,8 +110,9 @@
 List dirs = new ArrayList();
 getAllPaths(file, dirs);
 
+classLoader.addResourceStore(new FileResourceStore(file));
+
 for (File dir : dirs) {
-classLoader.addResourceStore(new FileResourceStore(dir));
 //register with the fam
 fam.addListener(dir, this);
 LOG.debug("Watching [#0] for changes", 
dir.getAbsolutePath());




[OSS Bamboo] Struts 2 SVN - Main Build build 1166 has FAILED (0 tests failed). Change made by Musachy Barroso

2009-07-15 Thread Atlassian Open Source Bamboo
---
STRUTS-MAIN-1166 failed.
---
Code has been updated by Musachy Barroso.
No failed tests found, a possible compilation error.

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


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

>fix bug that added all the watched dirs as stores to the reloading classloader


--
Error Summary
--
   [INFO] 

   [ERROR] BUILD FAILURE
   [INFO] 

   [INFO] There are test failures.
   [INFO] 

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


--
This message is automatically generated by Atlassian Bamboo