[Resteasy-users] Issues updating from 3.0.6 to 3.0.9 and Tomcat 8

2015-07-09 Thread Gabriella Turek
I updated my RestEasy libraries from 3.0.6 to 3.0.9 on Tomcat 8 and I get the error failed to execute javax.ws.rs.NotFoundException: Could not find resource for full path: http://host/archive/modules/0.3.1 where my web.xml file looks like ?xml version=1.0 encoding=UTF-8? web-app

[Resteasy-users] Another issue while migrating form RESTEasy 2.4 to 3.0.5 : file upload

2013-12-02 Thread Gabriella Turek
the migration. I am obviously missing something :-( Gaby -- Dr Gabriella Turek Sr. Software Engineer, Systems Development Team NIWA Auckland, New Zealand Tel: +64 9 3754645 www.niwa.co.nz NIWA - Enhancing the benefit of New Zealand’s natural resources. -- Please consider the environment before

Re: [Resteasy-users] Replacing ProxyFactory with RestEasyWebTarget does not work

2013-11-26 Thread Gabriella Turek
) at java.lang.reflect.Method.invoke(Method.java:606) -- Dr Gabriella Turek Sr. Software Engineer, Systems Development Team NIWA Auckland, New Zealand Tel: +64 9 3754645 www.niwa.co.nz NIWA - Enhancing the benefit of New Zealand¹s natural resources. Date: Tue, 26 Nov 2013 15:51:56 -0500 From: Bill Burke

Re: [Resteasy-users] Replacing ProxyFactory with RestEasyWebTarget does not work

2013-11-26 Thread Gabriella Turek
So, I've resolved my issue by updating my schema with jaxb:version=2.0 and regenerating the jaxb classes. The tip off was Bill's mention of there being a Resteasy Client - JAX-RS 2.0 mismatch migration problem Cheers! Gaby On 27/11/13 10:00 AM, Gabriella Turek gabriella.tu...@niwa.co.nz wrote

[Resteasy-users] How do I set proxy information when using a ProxyClient

2013-03-27 Thread Gabriella Turek
In a client call to my service, MyService client = ProxyFactory.create(MyService.class, www.myservice.com); Response response = client.doSomething(); I see no way to set proxy information when the client sits behind a proxy. How do you set proxy information? Thanx Gaby -- Dr Gabriella

Re: [Resteasy-users] Error when executing a post request with a complex (List) object - solved

2013-01-23 Thread Gabriella Turek
) @Produces(MediaType.APPLICATION_XML) public Response getUpdateStatus(ClientModuleInfoList clientModules); Still, it's too bad it wouldn't work the other way, it seems more intuitive Gaby -- Dr Gabriella Turek Sr. Software Engineer, Systems Development Team NIWA Auckland, New Zealand Tel: +64 9

[Resteasy-users] Cannot upload file to RESTEasy service using @MultipartForm , POJO and Client Framework

2013-01-20 Thread Gabriella Turek
Hello, I need a little help on making requests from a desktop client to a RESTEasy service. The service works great with a web form, but this is not the intended client, I need to implement client in a desktop application. I've followed examples on the web, but I still cannot get my client to