[jira] Commented: (COCOON-1933) [Patch] Automatic loading of flow scripts in "flow/" must not load directories

2006-10-13 Thread Carsten Ziegeler (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1933?page=comments#action_12442085 ] Carsten Ziegeler commented on COCOON-1933: -- I think this wouldn't help us in this case as even the Excalibur source resolver can't tell if a resource is

[jira] Commented: (COCOON-1933) [Patch] Automatic loading of flow scripts in "flow/" must not load directories

2006-10-13 Thread Alexander Klimetschek (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1933?page=comments#action_12441964 ] Alexander Klimetschek commented on COCOON-1933: --- Why don't use Excalibur Sources for retrieving the contents? > [Patch] Automatic loading of flow s

[jira] Commented: (COCOON-1933) [Patch] Automatic loading of flow scripts in "flow/" must not load directories

2006-10-12 Thread Carsten Ziegeler (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1933?page=comments#action_12441773 ] Carsten Ziegeler commented on COCOON-1933: -- Looking into the Spring code, I think Spring doesn't support unpacked war files at all. This would mean that

[jira] Commented: (COCOON-1933) [Patch] Automatic loading of flow scripts in "flow/" must not load directories

2006-10-12 Thread Carsten Ziegeler (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1933?page=comments#action_12441770 ] Carsten Ziegeler commented on COCOON-1933: -- All the contents of a block or an application can be served directly from within a jar or war. So we have to

[jira] Commented: (COCOON-1933) [Patch] Automatic loading of flow scripts in "flow/" must not load directories

2006-10-12 Thread Alexander Klimetschek (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1933?page=comments#action_12441768 ] Alexander Klimetschek commented on COCOON-1933: --- Good question. I don' t know the spring Resource abstraction apart from looking at the interface m

[jira] Commented: (COCOON-1933) [Patch] Automatic loading of flow scripts in "flow/" must not load directories

2006-10-12 Thread Carsten Ziegeler (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1933?page=comments#action_12441752 ] Carsten Ziegeler commented on COCOON-1933: -- Does this also work with an unexpanded war? What does the getFile() method on the resource return in that ca