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 2001/07/23 14:15:21 UTC

[Bug 2737] New: - subsitemap xsp components seems to be compiled into wrong package

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2737

*** shadow/2737	Mon Jul 23 05:15:21 2001
--- shadow/2737.tmp.2301	Mon Jul 23 05:15:21 2001
***************
*** 0 ****
--- 1,44 ----
+ +============================================================================+
+ | subsitemap xsp components seems to be compiled into wrong package          |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2737                        Product: Cocoon 2                |
+ |       Status: NEW                         Version: 2.1alpha CVS            |
+ |   Resolution:                            Platform: Other                   |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: Other                     Component: sitemap components      |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: cocoon-dev@xml.apache.org                                    |
+ |  Reported By: javacocoon@yahoo.co.in                                       |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ Subsitemap xsp components seems to be compiled into wrong package names.
+ Here is the actual scenario tried out..
+ 
+ Scenario:
+   There are two subsitemaps named "Test1" and "Test2" mapped to folders "Test1" 
+ and "Test2" in the main sitemap. Folders Test1 and Test2 have similar directory 
+ structure, i.e both have subfolder docs/, stylesheets/, etc. They both use 
+ their own docs/ folder for xsp source. They both have xsp called "index.xsp", 
+ ofcourse with different content.
+ 
+ System config:
+   Tomcat 4.0 & c2.1 dev
+ 
+ Test:
+   Try to access the index.xsp of subsitemaps Test1 and Test2 respectively & 
+ separately
+ 
+ Anticipated:
+   To have the both index.xsp's compiled into separate packages (which should 
+ depend on the subsitemap) and display different content upon access.
+ 
+ Actual Result:
+   Subsitemaps are compiled into separate package like www/test1/sitemap_xsp and 
+ www/test2/sitemap_xsp, but only first one got compiled into www/docs/index_xsp 
+ and second never did(as the system trying to compile second one also to the 
+ same place but it finds it already compiled so never did). And the contents 
+ shown on the browser are same for both sitemaps(contents from xsp which ever 
+ got first compiled shows up for both sitemap urls)..

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org