[Resteasy-users] Resteasy 3.0-beta-4 ejb-integrtation-test fails on AS 7.1.1.Final

2013-04-10 Thread Tom Coleman
Can someone please help with trying to get a Resteasy ear/ejb/war project running on AS7? Below is the output from the deployment of the ejb-integration test in the jboss-integration-testing directory of the current Resteasy.master. It looks like the test is run against jboss-4.2.3.GA, so my

Re: [Resteasy-users] Resteasy 3.0-beta-4 ejb-integrtation-test fails on AS 7.1.1.Final

2013-04-12 Thread Tom Coleman
First of all, I may have had my versions mixed up and I apologize for any confusion that may have caused. After performing a clean install I now get different errors. To reproduce the issue: 1) Download jboss-as-7.1.1.Final.zip from http://www.jboss.org/jbossas/downloads. Note the timestamp

Re: [Resteasy-users] Resteasy 3.0-beta-4 ejb-integrtation-test fails on AS 7.1.1.Final

2013-04-17 Thread Tom Coleman
Is this problem maybe due in part to JNDI changes in AS7 Does AS7 need some other param-value in web.xml? resteasy.jndi.resources ejb-integration/SimpleResourceBean/local,ejb-integration/LocatingResourceBean/local Getting nowhere, the stack trace below is the result

[Resteasy-users] Resteasy 3.0-beta-4 TRACE logging in AS 7.1.1.Final

2013-04-18 Thread Tom Coleman
Is there some trick to getting Resteasy TRACE level logging working in AS7? I've bumped the level in the AS7 log configuration to TRACE level, but TRACE [org.jboss.resteasy] log entries are suspiciously absent. --

Re: [Resteasy-users] Resteasy 3.0-beta-4 TRACE logging in AS 7.1.1.Final

2013-04-19 Thread Tom Coleman
ava:671) org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) java.lang.Thread.run(Thread.java:680) On Apr 18, 2013, at 8:59 PM, Bill Burke wrote: > Maybe its because there's very little we log? What exactly are you > looking for? Since Resteasy is embeddable, I

[Resteasy-users] Resteasy 2.3.5/2.3.6.Final ejb-integration-test examples fail on EAP 6.1.0 beta

2013-04-20 Thread Tom Coleman
The ejb-integration-test seems to be broken pretty consistently. Basically the same steps to reproduce as in 3.0-beta-4: 1) In the resteasy /examples/ejb-integration directory: Edit pom.xml in the root directory. Change the property to the location of the EAP 6.1.0 installation The follo

Re: [Resteasy-users] Resteasy 2.3.5/2.3.6.Final ejb-integration-test examples fail on EAP 6.1.0 beta

2013-04-20 Thread Tom Coleman
Technically, the subject should read, "Resteasy 2.3.5/2.3.6.Final ejb-integration-test examples fail on EAP 6.1.0 Alpha (not Beta). > 14:47:47,099 INFO [org.jboss.as] (MSC service thread 1-16) JBAS015950: JBoss > EAP 6.1.0.Alpha1 (AS 7.2.0.Alpha1-redhat-4) stopped in 6ms ---

[Resteasy-users] Resteasy 2.3.6.Final oreilly-workbook-as7 ex11_1 example fails on EAP 6.1.0

2013-04-22 Thread Tom Coleman
On Apr 22, 2013, at 9:19 AM, Bill Burke wrote: > That's a bad example to use as its a container agnostic example. I > might remove it. Instead look at this example: > > https://github.com/resteasy/Resteasy/tree/3.0-beta-4/jaxrs/examples/oreilly-workbook-as7/ex11_1 > > Using EJBs + JAX-RS is

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

2013-04-22 Thread Tom Coleman
First let me apologize for all the threads I have the vanilla (not AS7 ) oreilly_workbook ex11_1 example working on 5.1.0.GA and the ejb-integration-test example working on 4.2.3.GA, so at least I've got some basepoints. That's probably all I need for now but the JAX RS 2.0/AS7 integration

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 l

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: > 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 have > to download or manually start a