[Discussion]Problem passing parameters to a Method ( Looking for incorrect argument Type )

2011-12-21 Thread Paul Nicolucci
I'm just following up on this issue as I did not see any responses from the community. Can anyone help out here? (See attached file: JSF20EL.war) Instructions for reproducing this issue are in the previous email attached below. Thanks for your time and help, Regards, Paul Nicolucci __

Re: [Discussion]Problem passing parameters to a Method ( Looking for incorrect argument Type )

2011-12-21 Thread Pid
On 21/12/2011 18:05, Paul Nicolucci wrote: > > > I'm just following up on this issue as I did not see any responses from the > community. Can anyone help out here? Please don't cross post. > (See attached file: JSF20EL.war) The list strips attachments. > Instructions for reproducing this iss

Re: [Discussion]Problem passing parameters to a Method ( Looking for incorrect argument Type )

2011-12-21 Thread Paul Nicolucci
Thanks for the response, I'll try to clarify as best I can and can provide a test case directly if needed ( since the mailing list strips attachments, sorry about that I was unaware ). -We are experiencing this problem on Websphere Application Server V8 which included a snap shot of the org.apach

Re: [Discussion]Problem passing parameters to a Method ( Looking for incorrect argument Type )

2011-12-21 Thread Konstantin Kolinko
2011/12/22 Paul Nicolucci : > Thanks for the response, I'll try to clarify as best I can and can provide > a test case directly if needed ( since the mailing list strips attachments, > sorry about that  I was unaware ). > > -We are experiencing this problem on Websphere Application Server V8 which

Re: [Discussion]Problem passing parameters to a Method ( Looking for incorrect argument Type )

2011-12-22 Thread Paul Nicolucci
Thanks for your input! I've actually figured out what I was missing. I had to also pull in the following fix: https://issues.apache.org/bugzilla/show_bug.cgi?id=50790 With the above fix everything works as it does on Tomcat 7.0.23 ( I was able to successfully execute my test on Tomcat). Regards