Re: new snapshot (may 11)
Scott Ferguson <[email protected]> Fri, 12 May 2006 12:01:07 -0700
| Newsgroups | gmane.text.xml.resin.user |
|---|---|
| Message-ID | <[email protected]> |
On May 12, 2006, at 10:08 AM, Jan Kriesten wrote: > > 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've reopened it. It won't be fixed in 3.0.19. You should take a look at http://bugs.caucho.com/view.php?id=1095 as an example of a much better bug report. 1095 reports on the actual API that's failing and gives enough information to duplicate the problem, which is why it could be fixed quickly. 1052 doesn't really give much information at all. It just says facelets doesn't work, which means that for us to track it down, we would need to download facelets, create a test case, figure out how to reproduce it, and then track down the actual API that's failing. So although we will fix 1052, it's not something we can do quickly. Certainly not something we can fix the week of the release. -- Scott > > 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. > >