Hello
I tried my 3.2 application with 4.0.8 and found the bug :

java.lang.ArrayIndexOutOfBoundsException: 8192
at com.caucho.vfs.i18n.UTF8Writer.write(UTF8Writer.java:136)

which seems to be corrected in 4.0.9 
(http://bugs.caucho.com/view.php?id=4104)

So I tried the 4.0 snap available in the download area. I had to add 
some @Temporal(TemporalType.DATE) in date/time fields, no problem. But 
now there is an error I do not understand :

[EL Severe]: 2010-07-27 10:38:42.931--ServerSession(27007150)--Local 
Exception Stack:
Exception [EclipseLink-7215] (Eclipse Persistence Services - 
2.0.0.v20091127-r5931): 
org.eclipse.persistence.exceptions.ValidationException
Exception Description: Could not load the field named [redacrate] on the 
class [class msentities.Mytitle_]. Ensure there is a corresponding field 
with that name defined on the class.
Internal Exception: java.lang.IllegalAccessException: Class 
org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl can not 
access a member of class msentities.Mytitle_ with modifiers ""
        at 
org.eclipse.persistence.exceptions.ValidationException.invalidFieldForClass(ValidationException.java:2562)

There is actually a field [redacrate] on the class [class 
msentities.Mytitle_] with its getter/setter, and I do not find the problem.

Thanks for any help

-- 
Riccardo Cohen
Architecte du Logiciel
http://www.architectedulogiciel.fr
+33 (0)6.09.83.64.49
Membre du réseau http://www.reflexe-conseil-centre.org




_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to