thorsten | 2 Dec 2008 12:53
Picon
Favicon
Gravatar

svn commit: r722433 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java

Author: thorsten
Date: Tue Dec  2 03:53:29 2008
New Revision: 722433

URL: http://svn.apache.org/viewvc?rev=722433&view=rev
Log:
white noise - formating changes

Modified:
    forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java

Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java
URL: http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java?rev=722433&r1=722432&r2=722433&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java (original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java
Tue Dec  2 03:53:29 2008
 <at>  <at>  -33,7 +33,7  <at>  <at> 
 /**
  * Issue: WSCOMMONS-389
  * 
- * As soon the above issue is fixed we need to drop this implementation since 
+ * As soon the above issue is fixed we need to drop this implementation since
  * this class will be go into the axiom code base.
  * 
  *  <at> version 1.0
 <at>  <at>  -125,7 +125,7  <at>  <at> 
     OMElement element = null;
(Continue reading)

thorsten | 2 Dec 2008 12:54
Picon
Favicon
Gravatar

svn commit: r722434 - in /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher: impl/helper/AXIOMXPathCreate.java transformation/DispatcherTransformer.java

Author: thorsten
Date: Tue Dec  2 03:54:20 2008
New Revision: 722434

URL: http://svn.apache.org/viewvc?rev=722434&view=rev
Log:
Adding more javadoc and inline comments to the classes

Modified:
    forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java
    forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java

Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java
URL: http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java?rev=722434&r1=722433&r2=722434&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java (original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java
Tue Dec  2 03:54:20 2008
 <at>  <at>  -31,7 +31,17  <at>  <at> 
 import org.jaxen.JaxenException;

 /**
- * Issue: WSCOMMONS-389
+ * 
+ * Return the Node from the rootNode using the XPath expression path.
+ * If the node does not exist, it is created and then returned. This is a very
+ * simple method for creating new nodes. If the XPath contains selectors ([,,,])
+ * or "*" it is of course not possible to create the new node. So if you use
(Continue reading)

thorsten | 2 Dec 2008 12:57
Picon
Favicon
Gravatar

svn commit: r722435 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java

Author: thorsten
Date: Tue Dec  2 03:57:23 2008
New Revision: 722435

URL: http://svn.apache.org/viewvc?rev=722435&view=rev
Log:
white noise - formating changes

Modified:
    forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java

Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java
URL: http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java?rev=722435&r1=722434&r2=722435&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java (original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java
Tue Dec  2 03:57:23 2008
 <at>  <at>  -77,8 +77,8  <at>  <at> 
  *  <at> version 1.0
  * 
  */
-public class DispatcherWrapperTransformer extends AbstractSAXTransformer implements
-    Disposable, CacheableProcessingComponent, URIResolver {
+public class DispatcherWrapperTransformer extends AbstractSAXTransformer
+    implements Disposable, CacheableProcessingComponent, URIResolver {

   /**
    * The requested format.
(Continue reading)

thorsten | 3 Dec 2008 12:55
Picon
Favicon
Gravatar

svn commit: r722846 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java

Author: thorsten
Date: Wed Dec  3 03:55:17 2008
New Revision: 722846

URL: http://svn.apache.org/viewvc?rev=722846&view=rev
Log:
if we do not find a / we will break to not produce a StringIndexOutOfBoundsException

Modified:
    forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java

Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java
URL: http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java?rev=722846&r1=722845&r2=722846&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java (original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java
Wed Dec  3 03:55:17 2008
 <at>  <at>  -81,6 +81,10  <at>  <at> 
       xpathNode = xpath.selectSingleNode(root);
       if (xpathNode == null) {
         int endIndex = path.lastIndexOf("/");
+        if(endIndex<0){
+          // we need to break here if we do not want to provoke a StringIndexOutOfBoundsException
+          break;
+        }
         rest = path.substring(endIndex + 1) + "/" + rest;
         path = path.substring(0, endIndex);
       } else if (xpathNode != null) {
(Continue reading)

thorsten | 3 Dec 2008 12:55
Picon
Favicon
Gravatar

svn commit: r722848 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java

Author: thorsten
Date: Wed Dec  3 03:55:46 2008
New Revision: 722848

URL: http://svn.apache.org/viewvc?rev=722848&view=rev
Log:
white noise - formating changes

Modified:
    forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java

Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java
URL: http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java?rev=722848&r1=722847&r2=722848&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java (original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/AXIOMXPathCreate.java
Wed Dec  3 03:55:46 2008
 <at>  <at>  -32,16 +32,16  <at>  <at> 

 /**
  * 
- * Return the Node from the rootNode using the XPath expression path.
- * If the node does not exist, it is created and then returned. This is a very
- * simple method for creating new nodes. If the XPath contains selectors ([,,,])
- * or "*" it is of course not possible to create the new node. So if you use
- * such XPaths the node must exist beforehand. An simple exception is if the
- * expression contains attribute test to values (e.g. [ <at> id = 'du' and  <at> select = 'true'])
+ * Return the Node from the rootNode using the XPath expression path. If the
(Continue reading)

thorsten | 3 Dec 2008 15:00
Picon
Favicon
Gravatar

svn commit: r722889 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java

Author: thorsten
Date: Wed Dec  3 06:00:51 2008
New Revision: 722889

URL: http://svn.apache.org/viewvc?rev=722889&view=rev
Log:
Fixing various issues with the properties recording (should work fine again).

Modified:
    forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java

Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java
URL: http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java?rev=722889&r1=722888&r2=722889&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java (original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java
Wed Dec  3 06:00:51 2008
 <at>  <at>  -57,10 +57,12  <at>  <at> 
 import org.apache.cocoon.environment.SourceResolver;
 import org.apache.cocoon.transformation.AbstractSAXTransformer;
 import org.apache.cocoon.util.TraxErrorHandler;
+import org.apache.cocoon.xml.XMLUtils;
 import org.apache.excalibur.source.Source;
 import org.apache.excalibur.source.SourceException;
 import org.apache.excalibur.source.SourceValidity;
 import org.apache.excalibur.xml.sax.SAXParser;
+import org.apache.excalibur.xml.sax.XMLizable;
 import org.apache.forrest.dispatcher.api.Contract;
(Continue reading)

thorsten | 4 Dec 2008 09:21
Picon
Favicon
Gravatar

svn commit: r723241 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java

Author: thorsten
Date: Thu Dec  4 00:21:00 2008
New Revision: 723241

URL: http://svn.apache.org/viewvc?rev=723241&view=rev
Log:
Fixing typo 

Modified:
    forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java

Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java
URL: http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java?rev=723241&r1=723240&r2=723241&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java (original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java
Thu Dec  4 00:21:00 2008
 <at>  <at>  -306,7 +306,7  <at>  <at> 
   }

   /*
-   * Here we pick up the recoreder result and start the processing on it.
+   * Here we pick up the recorder result and start the processing on it.
    * 
    *  <at> see org.apache.cocoon.transformation.AbstractSAXTransformer#endDocument()
    */

(Continue reading)

crossley | 9 Dec 2008 03:40
Picon
Favicon

svn commit: r724582 - /forrest/trunk/site-author/content/xdocs/zone.xml

Author: crossley
Date: Mon Dec  8 18:40:17 2008
New Revision: 724582

URL: http://svn.apache.org/viewvc?rev=724582&view=rev
Log:
Remember to manually deal with "SSL server certificate" changes.

Modified:
    forrest/trunk/site-author/content/xdocs/zone.xml

Modified: forrest/trunk/site-author/content/xdocs/zone.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/zone.xml?rev=724582&r1=724581&r2=724582&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/zone.xml (original)
+++ forrest/trunk/site-author/content/xdocs/zone.xml Mon Dec  8 18:40:17 2008
 <at>  <at>  -175,10 +175,19  <at>  <at> 
         and those of us on the Cocoon PMC can see their config in their "pmc" SVN.
       </p>
       <p>
-        Monitor the infrastructure <at>  mailing list for changes to the 
+        Monitor the infrastructure <at> 
+        <a href="http://www.apache.org/dev/infra-mail.html">mail lists</a>
+        for changes to the 
         <a href="http://www.apache.org/dev/machines.html#helios">zones machine</a>.
       </p>
       <p>
+        Occasionally the "SSL server certificate" will change for svn.apache.org
+        server. Monitor the infrastructure and committers mail lists, and see
+        infra
(Continue reading)

thorsten | 9 Dec 2008 14:55
Picon
Favicon
Gravatar

svn commit: r724701 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/branding-css-links.contract.xml

Author: thorsten
Date: Tue Dec  9 05:55:58 2008
New Revision: 724701

URL: http://svn.apache.org/viewvc?rev=724701&view=rev
Log:
Fixing contract that did not copied the css elements from the structurer

Modified:
    forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/branding-css-links.contract.xml

Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/branding-css-links.contract.xml
URL: http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/branding-css-links.contract.xml?rev=724701&r1=724700&r2=724701&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/branding-css-links.contract.xml (original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/branding-css-links.contract.xml
Tue Dec  9 05:55:58 2008
 <at>  <at>  -89,7 +89,7  <at>  <at> 
       <xsl:template match="/">
         <forrest:content>
           <forrest:part xpath="/html/head">
-            <xsl:apply-templates select="$branding-css-links-input"/>
+            <xsl:apply-templates select="$branding-css-links-input/*"/>
           </forrest:part>
         </forrest:content>
       </xsl:template>

(Continue reading)

thorsten | 9 Dec 2008 14:58
Picon
Favicon
Gravatar

svn commit: r724703 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java

Author: thorsten
Date: Tue Dec  9 05:58:11 2008
New Revision: 724703

URL: http://svn.apache.org/viewvc?rev=724703&view=rev
Log:
Adding SAX implementation again to the dispatcher. Next step is profiling and further testing.

Modified:
    forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java

Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java
URL: http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java?rev=724703&r1=724702&r2=724703&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java (original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java
Tue Dec  9 05:58:11 2008
 <at>  <at>  -17,7 +17,6  <at>  <at> 
 package org.apache.forrest.dispatcher.transformation;

 import java.io.BufferedInputStream;
-import java.io.ByteArrayInputStream;
 import java.io.File;
 import java.io.IOException;
 import java.io.InputStream;
 <at>  <at>  -51,29 +50,27  <at>  <at> 
 import org.apache.axiom.om.OMNamespace;
 import org.apache.axiom.om.OMNode;
(Continue reading)


Gmane