Hunsberger, Peter wrote:
Sylvain Wallez <[EMAIL PROTECTED]> writes:
<snip/>
<>2) someway to reconfigure the Cocoon sitemap to move the location of a sub-sitemap dynamically.
Can you write an input module that gets the deployment information from jboss, i.e.
<map:mount src="{jboss-deployment:myapp}/" uri-prefix="my-app"/>
The Mbean could build a static pointer to the info passed over from
JBoss and this could be picked up from an input module -- that sounds
pretty simple. The issue then is, would this then be resolved
dynamically by the sitemap processor each time the map:mount is
encountered (or just when the site map is first loaded)? If it's each
time (and I think it is), then yes, this would do what I need.
Expressions in <map:mount> are evaluated at each execution of the statement just like in any other statement. So yes, this should work.
Just throwing in some random thoughts...
Many thanks, these are exactly the kind of ideas I'm looking for.
You're welcome :-)
Sylvain
-- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects }
