resteasy
RESTEasy java.lang.LinkageError: LinkageError while defining class: org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
I am trying to implement RESTEasy in my project, which is giving java.lang.LinkageError: LinkageError while defining[详细]
2023-04-13 00:34 分类:问答Send object to restful service
I am using restEasy(Restful implementation for jboss) ejb3.0, Jboss5.1.1 AS I did restful service which accepting simple object.[详细]
2023-04-09 23:34 分类:问答JBoss6 with RestEasy client
I want to consume a REST service in my web app (.war with 6.0.0.Final), and recently switched from jersey to resteasy (because of JBoss6 with REST client (jersey-client)).[详细]
2023-04-09 23:09 分类:问答JBoss AS7 + RestEasy : How to enable a custom MessageBodyReader using @Provider did nothing
I have a wierd problem. I\'m using @Provider to annote my Mapper Exception and it\'s work fine, but when I\'m using it to annote the class below it won\'t work at all.[详细]
2023-04-08 19:53 分类:问答Tomcat 6.0.24 Exception: javax.servlet.ServletException: Servlet execution threw an exception
I am using java RestEasy Framwork for my application. I have some exception when I am trying to make a requet in tomcat server.[详细]
2023-04-08 14:57 分类:问答JBoss RESTeasy JAX-RS JAXB schema validation with Decorator
I am trying to validate all incoming XML files that come over my (contract first) REST interface in an application running inside JBoss AS 7. I have written a @Decorator for Pretty-Printing (as by the[详细]
2023-04-07 18:28 分类:问答Adding description to RestEasy's web service parameters?
Is there some way/annotation by which I can add the description to the parameters of a RestEasy web service? I went through the api-开发者_如何学Pythondoc of the annotations, but found nothing there.[详细]
2023-04-07 16:23 分类:问答resteasy, jaxb - How to produce a collection/list of strings?
Simple task, I need to produce this XML: <collection> <name>bill</name> <name>monica</name>[详细]
2023-04-07 07:59 分类:问答User Login Authentication in RESTEasy java
I want to make user Login Authentication in my web application. I am using RESTEasy restful framwork. I want to do advance login system that will generate token, make an email to user for verification[详细]
2023-04-06 17:34 分类:问答Resteasy/JAX-RS URL Encoding @PATH
I am trying to build a client for a restful webservice with Resteasy. The issue is with my client code(below)[详细]
2023-04-06 07:24 分类:问答