webtier@glassfish.java.net

Re: How to use custom ExpressionFactory? - glassfish classloader problems

From: <webtier_at_javadesktop.org>
Date: Sat, 02 May 2009 02:20:17 PDT

Upgrading to _12 did the job! I looked at tha mojarra source and they changed that one line from newValue=null to newValue=value.
[code]}
        } catch (IllegalArgumentException iae) {
            // If coerceToType fails, per the docs it should throw
            // an ELException, however, GF 9.0 and 9.0u1 will throw
            // an IllegalArgumentException instead (see GF issue 1527).
            newValue = value;
        }
[/code]

Thanks for pointing me to this one.

Still curious about the classloader problem though...
[Message sent by forum member 'cmdrk' (cmdrk)]

http://forums.java.net/jive/thread.jspa?messageID=344729