Ok, I've confirmed that I'm having an issue with the trunk, as of at least November 15, possibly earlier.
This morning I built the trunk and 1.2 branch for testing with my application. -------------------- Environment: I am using Facelets/Tomahawk/Ajax4JSF/JSF1.2 and Trinidad. -------------------- Background: Everything "worked" with the November 6 build of the trunk that I got off the apache repo (I got the binary off the apache server). Unfortunately, JIRA ADF-152 (http://issues.apache.org/jira/browse/ADFFACES-152) was preventing images from loading on my commandButtons. After the patches for this were made (btw, fast turnaround!), I loaded the November 15 build of the trunk jars, and was getting an exception. Over the past two days, I've been building the trunk at home after downloading the latest patches via svn and am getting the exception listed below. The 1.2 branch jars that I built at home this morning work just like the Nov 6 trunk build I was using a week ago...my application loads and works, but no images are displayed for my commandButtons (instead, there is text "Submit Query" -- but at least the links work). Of course, the whole point of me grabbing these latest builds is so that I can use the fix for bug 152 that was preventing the commandButton images from displaying. -------------------- To sum up: * The 1.2 branch build, as of this morning, 'works,' but doesn't yet have the patch that was applied for bug 152. * The current build of the trunk, as of this morning, is throwing an exception: Initializing Sun's JavaServer Faces implementation (1.2_03-b02-FCS) for context '/Zadig' Completed initializing Sun's JavaServer Faces implementation (1.2_03-b02-FCS) for context '/Zadig' The log message is null. java.lang.NullPointerException at org.apache.myfaces.trinidadinternal.skin.SkinUtils._registerSkinExtensio ns(SkinUtils.java:310) at org.apache.myfaces.trinidadinternal.skin.SkinUtils.registerSkinExtension s(SkinUtils.java:115) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.init(Trini dadFilterImpl.java:143) at org.apache.myfaces.trinidad.webapp.TrinidadFilter.init(TrinidadFilter.ja va:52) at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFi lterConfig.java:239) at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(Applicatio nFilterConfig.java:33 -----Original Message----- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 9:58 PM To: [email protected] Subject: Re: RE: Re: NoClassDefFoundError: .../RequestContextFactory On 11/16/06, Romanowski, Tim <[EMAIL PROTECTED]> wrote: > You already pushed me in the 1.2 branch direction a day ago =) The only > reason I'm not using that is that I have had a horrible time getting a > local repository setup due to problems using maven from behind my > company's firewall/proxy (I've read the configuration instructions on > the Maven2 site but it still didn't work and I gave up due to lack of > time). Building at home is my only option... There's also a long standing Maven bug that makes https:// repositories fail to use the proxy. Grrr.... -- Adam > Having nightly builds of the 1.2 branch would be very nice! Alas, your > time is likely best spent with the code, though--you guys are doing a > great job, and its great to see that the contributors are so responsive > on this list. I look forward to helping out in the near future as well, > but for now I'm just a novice. > > TR > > -----Original Message----- > From: Adam Winer [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 16, 2006 4:57 PM > To: [email protected] > Subject: Re: Re: NoClassDefFoundError: .../RequestContextFactory > > Well, the 1.1 trunk *should* work. I'd imagine your problem > comes from not having the right set of JARs installed. > > If you do want to try out the 1.2 branch (which'd be great), > I wrote a wiki page on it at: > > http://wiki.apache.org/myfaces/Trinidad_JSF12_Support > > -- Adam > > > On 11/16/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > there is a jsf 12 branch, > > maybe that fit's better with faces 1.2 > > > > > > > > On 11/16/06, Romanowski, Tim <[EMAIL PROTECTED]> wrote: > > > Has something change in the past week or so that would require a > > > configuration change of a trinidad project? I was just swapping in > a > > > November 15th build of the trunk into my project that had a November > 6 > > > build, and the application won't even load... Admittedly, I just > joined > > > the dev list yesterday so hadn't been paying attention to submitted > > > patches until now. > > > > > > > > > > > > I grabbed the binaries from [1]. Is it safe to say that this is the > > > trunk? I built the trunk this morning at home as well, so when that > > > didn't work I assumed it had something to do with my home build and > > > grabbed these binaries. > > > > > > > > > > > > Initializing Sun's JavaServer Faces implementation (1.2_03-b02-FCS) > for > > > context '/Zadig' > > > > > > Completed initializing Sun's JavaServer Faces implementation > > > (1.2_03-b02-FCS) for context '/Zadig' > > > > > > WebModule[/Zadig]PWC1275: Exception sending context initialized > event to > > > listener instance of class com.sun.faces.config.ConfigureListener > > > > > > java.lang.NoClassDefFoundError: > > > org/apache/myfaces/trinidad/context/RequestContextFactory > > > > > > at java.lang.Class.getDeclaredConstructors0(Native Method) > > > > > > at > > > java.lang.Class.privateGetDeclaredConstructors(Class.java:2328) > > > > > > at java.lang.Class.getConstructor0(Class.java:2640) > > > > > > at java.lang.Class.newInstance0(Class.java:321) > > > > > > at java.lang.Class.newInstance(Class.java:303) > > > > > > at > > > > com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java: > > > 889) > > > > > > > > > > > > [1] > > > > http://people.apache.org/maven-snapshot-repository/org/apache/myfaces/tr > > > inidad/ > > > > > > >
