Found the problem... the jar file was not copied to the "exploded" directory when I ran the webapp inside my IDE..... :-|
BTJ On Wed, 09 May 2007 14:37:32 +0200 David Delbecq <[EMAIL PROTECTED]> wrote: > Check the tag-lib is present in the jar (META-INF/) folder. It can be a > case of bad snapshot compilation, or a case of truncated .jar file > during transfert. I already got the last case a while before with > another taglib, it seems truncated .jar file stay unnoticed, only the > truncated content is silently made unavalaible. Since most jar building > scripts do put the META-INF/ content in the last entries of the .jar, > those are the first dropped. > > > En l'instant précis du 09/05/07 14:28, Bjørn T Johansen s'exprimait en > ces termes: > > I am suddenly getting this error but I am not sure what I have done to get > > this....: > > > > The absolute uri: http://myfaces.apache.org/sandbox cannot be resolved in > > either web.xml or the jar files deployed with this > > application > > > > > > Any idea how to fix this? > > (I have tomahawk-sandbox-1.1.5-SNAPSHOT.jar in my lib dir...) > > > > > > Regards, > > > > BTJ > >

