Re: [Resteasy-users] Resteasy 3.0-beta-4 oreilly-workbook-as7 ex11_1 example fails on AS 7.1.1.Final

2013-04-23 Thread Tom Coleman
On Apr 23, 2013, at 9:27 AM, Bill Burke wrote: The deprecated ClientResponse object extends javax.ws.rs.core.Response. Response has had a bunch of new methods added to it in JAX-RS 2.0 which I didn't implement (or want to implement) for our deprecated client framework. But it looks like

Re: [Resteasy-users] Resteasy 3.0-beta-4 oreilly-workbook-as7 ex11_1 example fails on AS 7.1.1.Final

2013-04-23 Thread Bill Burke
On 4/23/2013 1:28 PM, Tom Coleman wrote: On Apr 23, 2013, at 9:27 AM, Bill Burke wrote: First apologies. This is a beta and I didn't really go through and manually test the examples that were not automated. I'm currently working on greatly improving the JBoss examples so that you do not

Re: [Resteasy-users] Resteasy 3.0-beta-4 oreilly-workbook-as7 ex11_1 example fails on AS 7.1.1.Final

2013-04-23 Thread William Antônio Siqueira
Tom, I think I something similar in this project: https://github.com/jesuino/crud-frameworks/blob/master/crud-frameworks-server/crud-frameworks-rest/src/main/java/org/jugvale/crudframeworks/resource/FrameworkResource.java I put the EJB in a JAR and I'm using it in my WAR, all in a mavenized