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

2011-12-07 Thread Paul Nicolucci
Object.class), so that then when we reach "javax.el.BeanELResolver.invoke()" we can't find the method due to the fact we are looking for method(Object param1, Object param2), rather than method (String param1, String param2). Thanks for the help! Regards, Paul Nicolucci

[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 Nico

Re: Jakarta EE 11 may be changing minimum Java version to 17

2024-02-20 Thread Paul Nicolucci
Some additional manifest updates will be required that I can work on if the community is open to this option. Thanks, Paul Nicolucci On Tue, Feb 20, 2024 at 4:48 PM David Blevins wrote: > > On Feb 20, 2024, at 8:08 AM, Mark Thomas wrote: > > > > Looking at the latest vers

OSGI Portable Java Contract Definitions for the Expression Language

2023-07-17 Thread Paul Nicolucci
vaEL contract definition. It looks as though new contracts were published for Jakarta Expression Language: https://docs.osgi.org/reference/portable-java-contracts.html#java-ee-contracts Should this be updated from JavaEL to JakartaExpressionLanguage for Expression Language 4.0/5.0/6.0? Regards, Paul Nicolucci

Re: OSGI Portable Java Contract Definitions for the Expression Language

2023-08-02 Thread Paul Nicolucci
I opened: https://bz.apache.org/bugzilla/show_bug.cgi?id=66834 Thanks, Paul Nicolucci On Wed, Jul 19, 2023 at 7:31 AM Mark Thomas wrote: > > 18 Jul 2023 00:50:29 Paul Nicolucci : > > > Hi, > > > > I was looking over the Expression Language API and implementation an