You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2005/09/26 03:28:18 UTC

DO NOT REPLY [Bug 36810] New: - source that declares namespace fails JXPath/Linkrewriter/Input Modules

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36810>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36810

           Summary: source that declares namespace fails
                    JXPath/Linkrewriter/Input Modules
           Product: Cocoon 2
           Version: Current SVN 2.2
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sitemap components
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: crossley@apache.org


At Apache Forrest we use the wonderful Cocoon Linkrewriter block. When we
upgrade from commons-jxpath-20030909.jar to commons-jxpath-1.2.jar then we get
failures with the linkrewriter protocols "site:" etc.

This issue can also be demonstrated as broken in the current Cocoon trunk
samples for Linkrewriter. Make the following change to
src/blocks/linkrewriter/trunk/samples/sitedemo/linkmap.xml and then note that
the sample shows the links in their unresolved form.

------
-<site href="">
+<site href="" xmlns="http://apache.org/cocoon/linkmap/1.0">
------

Not sure whether it is due to an incomplete implementation in the Linkrewriter
or something to do with the Cocoon input modules or both.

There is more discussion about the issue at Forrest
http://issues.apache.org/jira/browse/FOR-675

There is a relevant note about the namespaces at
http://jakarta.apache.org/commons/jxpath/release-notes-1.2.html

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.