Re: [Resteasy-users] Problem using RESTEasy mock framework withexception mapper

2012-09-04 Thread Bill Burke
, but then our test configuration differs from our runtime configuration in too many ways. *Sent:* Monday, August 27, 2012 9:42 AM *To:* resteasy-users@lists.sourceforge.net mailto:resteasy-users@lists.sourceforge.net *Subject:* [Resteasy-users] Problem using RESTEasy mock framework withexception mapper

Re: [Resteasy-users] Problem using RESTEasy mock framework withexception mapper

2012-08-28 Thread Jim Showalter
Does anyone on this list have a pointer to a working example of RESTEasy mock + exception mapper? Is it known to work?-- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and

Re: [Resteasy-users] Problem using RESTEasy mock framework withexception mapper

2012-08-28 Thread Bill Burke
Also, FYI, we'll probably be deprecating and then removing the mock framework in favor of an in-memory client executor. So, you'll be building requests with JAX-RS 2.0 client api that execute directly on server side without going over the wire. On 8/28/2012 4:20 PM, Jim Showalter wrote: Does

Re: [Resteasy-users] Problem using RESTEasy mock framework withexception mapper

2012-08-28 Thread Jim Showalter
-users@lists.sourceforge.net Subject: Re: [Resteasy-users] Problem using RESTEasy mock framework withexception mapper Should work. If you have a simple case that isn't working post it and we'll try and reproduce. On 8/28/2012 4:20 PM, Jim Showalter wrote: Does anyone on this list have a pointer