|
From: Gregor J. <gr...@ja...> - 2013-05-27 10:10:08
|
Hi there, I was switching to the resteasy 3.0 beta-5 to see what's new and what impact it has on our system (migration..). I encountered troubles when using JSAPI. The client side JS-Rest-Interfaces don't get generated anymore, like it wouldn't find my rest implementations anymore. (I didn't change any code, only replaced the libs) According to the logs they get loaded though - but maybe to late?! I use "resteasy.scan" to scan my resources - works perfectly with resteasy 2.3.*, but not with the current beta. Even handing over an implementation of javax.ws.rs.Application doesn't do it.. Any ideas? Thanks, Gregor |