Hi Dan,
Could you please let me know whether the attached project is sufficient to
reproduce the problem or any other inputs needed from my side?.
Thanks
--
View this message in context:
http://cxf.547215.n5.nabble.com/CXF-Client-issue-with-upgrade-from-CXF-2-2-7-to-2-4-2-tp4845738p5051272.html
I am running CXF 2.4.2 based web services on Tomcat 7. When put under a
moderately heavy load I am occasionally receiving the following error:
org.apache.cxf.interceptor.Fault: Marshalling Error: cvc-complex-type.2.4.b:
The content of element ... is not complete. One of ... is expected.
My web s
On 29/11/11 10:13, Sergey Beryozkin wrote:
Hi
On 29/11/11 01:19, douglassparker wrote:
If a server method is annotated with @Produces(
{MediaType.APPLICATION_JSON,
MediaType.APPLICATION_XML} ) and the client does not provide an Accept
Header, my understanding is that the response MIME type shoul
Hi
On 05/12/11 10:55, Jeff Wang wrote:
> 1) I have 2 service classes with the following annotations:
> @Path("/user/{userId}")
> public class Foo {
>@GET
>@Path("/fooResourceA")
>public FooResourceA fooResourceA();
>
>@GET
>@Path("/fooResourceB")
>public FooResourceB fooReso
1) I have 2 service classes with the following annotations:
@Path("/user/{userId}")
public class Foo {
@GET
@Path("/fooResourceA")
public FooResourceA fooResourceA();
@GET
@Path("/fooResourceB")
public FooResourceB fooResourceB();
}
@Path("/user/{userId}")
public class Bar {
@GET