On 10/4/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:
On 10/4/06, Adam Winer <[EMAIL PROTECTED]> wrote: > > > I'm implementing JSF 1.2 support for Apache Trinidad, and one > significant roadblock is the lack of real JSF 1.2 support from Shale > Test. I'm mostly working around this by subclassing MockFacesContext > to add getELContext() (the most important missing method), but > I'm wondering: > - Is real JSF 1.2 support planned? Interesting timing ... I am running into the same issue trying to test Shale itself against the 1.2 RI. - Shouldn't the jsfri12 profile list jsf-api and jsf-impl as "provided" > dependencies, since JSF 1.2 is part of EE5? They are in the shale-apps parent POM for sample apps, but I forgot to deal with shale-test. I'll see what needs to be done there. I hope I can compile shale-test against a 1.2 API and have it still work against 1.1. - Can Shale bump up to RI 1.2_02 instead of the RI 1.2_01 snapshot? Will do. I'm happy to contribute any of my workaround code back to Shale. Let me take a crack at the idea described above ... if it's not going to work, I'll probably come back and ask for the workaround temporarily.
OK, this is a pretty important issue to tackle in the short term. You can follow progress via [1]. By the way, do you urgently need value expression and method expression evaluation to work in the mock environment? It's likely to take a bit longer to do that part than just the 1.2 additions to the JSF API itself. Thanks,
> Adam Winer > Apache Trinidad Craig
Craig [1] https://issues.apache.org/struts/browse/SHALE-304
