Re: RequestFactory binding exception 'getId() is overloeded on ...'

2010-10-27 Thread invinity
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

RequestFactory binding exception 'getId() is overloeded on ...'

2010-10-27 Thread invinity
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