Details
Description
The method Cayenne method DataObjectUtils.objectForPK() used in CayenneForm cannot be resolved at runtime:
Caused by: java.lang.NoSuchMethodError:
org.apache.cayenne.DataObjectUtils.objectForPK(Lorg/apache/cayenne/ObjectContext;Ljava/lang/Class;Ljava/lang/Object;)Lorg/apache/cayenne/DataObject;
10:59:06,990 INFO [STDOUT] at
net.sf.click.extras.cayenne.CayenneForm.getDataObject(CayenneForm.java:336)
Not sure if the issue is present on JDK 1.6, as college was not able to reproduce this error.