[BUG] recent trouble running Trinidad

2007-02-14 Thread Jeanne Waldman
Hi, I updated my trunk and I'm having problems, and I'm wondering if it is because of one of these patches. To reproduce: - run a demo, like index.jspx --- the page comes up fine, but this renders on the page: com.sun.faces.saveStateFieldMarker I see these warnings: Feb 14, 2007

Re: [BUG] recent trouble running Trinidad

2007-02-14 Thread Scott O'Bryan
The reason I ask is that I was getting a similar error (to the StateFieldMarker markup) when using the 1.2 branch, in the Portal Proof of Concept environment, with some of my extension involved. But I tracked this down to be an issue with the bridge I was using. I did NOT see this behavior

Re: [BUG] recent trouble running Trinidad

2007-02-14 Thread Scott O'Bryan
Jeanne, You're not using this in a Portal POC correct? Scott Jeanne Waldman wrote: Hi, I updated my trunk and I'm having problems, and I'm wondering if it is because of one of these patches. To reproduce: - run a demo, like index.jspx --- the page comes up fine, but this renders on the

Re: [BUG] recent trouble running Trinidad

2007-02-14 Thread Jeanne Waldman
No, I'm not running in a Portal. I'll look into it some. If anyone else sees this issue, let me know. Jeanne Scott O'Bryan wrote: The reason I ask is that I was getting a similar error (to the StateFieldMarker markup) when using the 1.2 branch, in the Portal Proof of Concept environment, with

Re: [BUG] recent trouble running Trinidad

2007-02-14 Thread Scott O'Bryan
Jeanne, I was looking at the trunk and it appears that ADFFACES-379 was not applied to trunk and ADFFACES-374 is 1.2 only. So no, this issue is not related being that none of the patched code is actually in the trunk. :) After you figure out the issue, can you look at applying ADFFACES-379

Re: [BUG] recent trouble running Trinidad

2007-02-14 Thread Jeanne Waldman
I did a clean build and it works fine now. Something must have gotten corrupted. I'll apply your 379 to trunk. - Jeanne Scott O'Bryan wrote: Jeanne, I was looking at the trunk and it appears that ADFFACES-379 was not applied to trunk and ADFFACES-374 is 1.2 only. So no, this issue is not

Re: [BUG] recent trouble running Trinidad

2007-02-14 Thread Scott O'Bryan
Oh cool, thanks Jeanne. Unlike the 1.2 branch, the patch should apply cleanly to the trunk. Adam did all the hard work. :) Scott Jeanne Waldman wrote: I did a clean build and it works fine now. Something must have gotten corrupted. I'll apply your 379 to trunk. - Jeanne Scott O'Bryan