[gwt-contrib] static findEntity method cannot access jndi resources

2010-11-12 Thread Cory
Hi, The static findEntity methods required by RequestFactory in 2.1.0 seem to prevent looking up JNDI resources? I am not using a normal persistence layer in my JEE server side code, and instead need to access a JNDI resource and marshal my entity objects without the aid of JPA or JDO. So I

Re: [gwt-contrib] static findEntity method cannot access jndi resources

2010-11-12 Thread BobV
If anything I'm putting this out there in the hopes there's a better way, or that at least it's considered within the upcoming design of RequestFactory in 2.1.1 The code is starting to make its way into trunk. The request processing code is now separated from all of the reflection /