Additional info...
I've determined that his is because the 'getId' method defined in my
interface has a return type of 'Object', which differs from the actual
return type of my concrete classes 'Long'. A structure like this
causes Class.getMethods() to return 2 methods, one for the base-
interface
Hey all 1st post!
I'm building my 1st app with 2.1.0.RC1 (in eclipse helios) and using
the new RequestFactory to map my JPA (eclipselink) entities. Things
were going fine during my initial buildout until I added a "Long
getId()" method to each of my EntityProxy interfaces. After this I get
a Runti