Re: new snapshot (may 11)
Jan Kriesten <[email protected]> Fri, 12 May 2006 19:08:32 +0200
| Newsgroups | gmane.text.xml.resin.user |
|---|---|
| Organization | sign of renitence GmbH & Co. KG |
| Message-ID | <[email protected]> |
hi scott, > This one has a fix for the ClassLoader.getResources() problem, so it > would be good if the people who have run into the loading-from-jar issue > can verify the fix. > > thanks to everyone for checking the snapshots. sorry to say this, but my ClassLoader issue (1052) isn't resolved with this snapshot yet. :-/ i still have to extract all the files from the jar and reference them by hand in the web.xml: ---8<--- <param-name>facelets.LIBRARIES</param-name> <param-value>/WEB-INF/facelets/jsf-core.taglib.xml;/WEB-INF/facelets/jsf-html.taglib.xml;/WEB-INF/facelets/jsf-ui.taglib.xml;/WE B-INF/facelets/jstl-core.taglib.xml;/WEB-INF/facelets/jstl-fn.taglib.xml</param-value> </context-param> ---8<--- best regards, --- jan.