Matt ROSSNER est absent(e).

2012-06-10 Thread matt . rossner
Je serai absent(e) à partir du 11/06/2012 de retour le 02/07/2012. I will be away from June 11th until July 2nd For urgent issues please contact Vincent Klock This message and any attachments (the "message") is intended solely for the intended addressees and is confidential. If you receive

Re: EL Resolver throws InvocationTargetException (char-long conversation)

2012-06-10 Thread burghard.britzke
downgrading to Apache Tomcat 7.0.25 did it. So it may be an issue with Tomcat 7.0.27. Am 10.06.2012 um 22:18 schrieb burghard.britzke: > sorry for missing to indicate the versions: I am using tomcat 7.0.27, > primefaces 3.3, myfaces 2.1.17, weld 1.1.8 > may be it is a weld issue? > > my stackt

Re: EL Resolver throws InvocationTargetException (char-long conversation)

2012-06-10 Thread burghard.britzke
sorry for missing to indicate the versions: I am using tomcat 7.0.27, primefaces 3.3, myfaces 2.1.17, weld 1.1.8 may be it is a weld issue? my stacktrace is (notice the arrow): java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Re: EL Resolver throws InvocationTargetException (char-long conversation)

2012-06-10 Thread Martin Koci
Hi, this is not a Myfaces issue, but bug in EL implementation. You can see org.apache.el.lang in stack = tomcat EL implementation. Do you use tomcat < 7.0.8 or WAS < 8.0.02? If so, please upgrade. See [1] [2] and [3] for details. [1] https://issues.apache.org/jira/browse/MYFACES-3533 [2] https:/

EL Resolver throws InvocationTargetException (char-long conversation)

2012-06-10 Thread burghard.britzke
for the jsf-source Line 57: and the bean public class Person implements Serializable { @Column(name = "\"geschlecht\"", nullable = false, length = 1) private char geschlecht; ... MyFaces 2.1.7 throws java.lang.reflect.InvocationTargetException Caused by:javax.el.ELException - Can