Joerg Heinicke schrieb:
Isn't it simply your jndi-protocol does not get resolved properly? This
code in DirectoryGenerator causes your failure (with FILE set to "file:"):
if (!systemId.startsWith(FILE)) {
throw new ResourceNotFoundException(systemId + " does not denote a
directory");
}
There is probably a jndi protocol handler missing. Or it is resolved not
in an expected manner. Maybe the already mentioned TraversableGenerator
helps.
You are right, I forgot about that speciality with the DirectoryGenerator.
BTW, in the standard sitemap components config you'll only find the
DirectoryGenerator ("directory") but not the TraversableGenerator,
although he is much more advanced. Should actually be the other way
around to help newbies use the right one.
Alex
--
Alexander Klimetschek
http://www.mindquarry.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]