Re: Compiling Error (not Present in Eclipse) with Generics (requestfactory related interface)

2013-05-29 Thread Thomas Broyer
On Tuesday, May 28, 2013 7:54:29 PM UTC+2, GWTter wrote: Hi all, I can't figure this out, haven't found anything on the interwebs, and it's really, really getting to me. I have the following interface: public interface PersistedClassRCP extends EntityProxy, N extends Serializable {

Re: Compiling Error (not Present in Eclipse) with Generics (requestfactory related interface)

2013-05-29 Thread GWTter
Thanks yet again Thomas. Although I don't extend RequestContext there directly it does interact with it so that I have some interfaces extending both RequestContext and this interface which maybe causing the issue. So I think you're right. I added my post to the issue, hopefully it helps. I

Compiling Error (not Present in Eclipse) with Generics (requestfactory related interface)

2013-05-28 Thread GWTter
Hi all, I can't figure this out, haven't found anything on the interwebs, and it's really, really getting to me. I have the following interface: public interface PersistedClassRCP extends EntityProxy, N extends Serializable { RequestP save(P entityProxy,int version); RequestVoid delete(P