resteasy
RestEasy csv file upload (multipart / form-data) garbles iso-8859-1 characters in FireFox
I have a multipart / form-data form to upload a csv file to a rest easy (JAX RS) webservice. This file can contain[详细]
2023-01-10 02:37 分类:问答Call ExceptionMapper from another ExceptionMapper in JAX-RS
In my RESTEasy application I\'m getting a java.lang.reflect.UndeclaredThrowableException, because a checked exception is being thrown from a method that doesn\'t declare the exception in the throws 开[详细]
2023-01-06 23:46 分类:问答ExceptionMapper issue in RESTEasy
In my JAXRS application, I have 2 ExceptionMapper registered as @Provider public 开发者_如何学JAVAclass MyExceptionMapper implements ExceptionMapper<Exception> {...}[详细]
2023-01-05 08:46 分类:问答How to get details of ClientResponseFailure in RestEasy Client?
How to get http response contents when status >=400 is returned. That\'s my code sample : try { ChatService client = ProxyFactory.create(ChatService.class, apiUrl);[详细]
2023-01-04 23:16 分类:问答Using RestEasy with Windows Live Service, how do you unmarshall the list of Contacts returned?
I\'m trying to get my contacts from Windows Live using RestEasy After succesfully authenticating my user, I\'ve made the call to https://livecontacts.services.live.com/users/@L@/rest/livecontacts[详细]
2023-01-03 18:14 分类:问答Using an EJB inside a JAX-RS resource class in RestEasy?
I would like to have the following kind of resource class work when deployed under RestEasy in JBoss 6:[详细]
2023-01-03 08:57 分类:问答How are you supposed to access EJB when using Easyrest?
I have been trying to get Resteasy to work (and not it dose). However I now have another headache with accessing the EJB:s. I have tried injecting them, looking them up with jndi and most other soluti[详细]
2023-01-02 23:18 分类:问答How to use RESTEasy client framework to send data in a POST
I am using the RESTEasy client framework to call a RESTful webservice.The call is made via a POST and sends some XML data to the server.How do I accomplish this?[详细]
2022-12-31 17:34 分类:问答RESTEasy - access to web folder for geting image
I would like to allow users to access images saved in web folder. For example - I have an image in web root folder \"blank.png\". But the link http://localhost:8080/myapp/blank.png returns 404 (not f[详细]
2022-12-29 14:04 分类:问答How do I do a multipart/form file upload with jax-rs?
(specifically RESTeasy) It would be nice (for a single file)开发者_运维技巧 to have a method signature like:[详细]
2022-12-27 08:52 分类:问答