Thanks Dan.
Thanks your help;
- Original Message -
From: "Daniel Kulp"
To:
Cc: "xuhb"
Sent: Monday, January 16, 2012 11:51 PM
Subject: Re: A defect of JAXWS of RPC Literal operation which has xsd:Element
message part?
> On Monday, January 16, 2012 5:37:23 P
By the way, I am not sure if JAXWS specification support a RPC-Literal
Operation whose message part point to a xsd:element, not to a xsd:type.
Does anyone know about it ?
- Original Message -
From: "xuhb"
To:
Sent: Monday, January 16, 2012 5:17 PM
Subject: A defect of JA
Hi:
CXF support RPC Literal operation which has message part point to a
xsd:element;
But it seems there is a defect;
First I generate a JAXWS interface from such a wsdl, and publish the JAXWS
as service;
If I doesn't specifiy the origical wsdl's location and force CXF create
do so and
> still be JAX-WS compliant.) Be careful what you wish for. :)
>
> Glen
>
> [1] http://www.jroller.com/gmazza/entry/web_service_tutorial#WFstep6
> [2] http://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Endpoint.html
>
> On 12/28/2011 09:03 AM, xuhb w
" which configure two seperate
services. But the cxf actually do is just publish two service, and each service
only activate one port; I cannot got a wsdl which activate two port
simultaneously?
> Glen
>
> On 12/28/2011 04:07 AM, xuhb wrote:
>> - Original Message -
&
F to enable
service to support mult-port, because if so, the invoker may not binding to
service, it should be binding to port or endpoint;
> On 12/28/11 3:53 PM, xuhb wrote:
>> Thanks willem and Glen:
>>
>> I have tried, it seems I can only make CXF to publish a service with singl
CXF. It means CXF supports to create the service module from the
> WSDL which has multiple ports.
>
> On 12/27/11 12:12 PM, xuhb wrote:
>> Hi:
>> I remembered old version CXF doesn't support multiple port(endpoint)
>> for single service of wsdl.
>&
Thanks willem and Glen:
I have tried, it seems I can only make CXF to publish a service with single
port , I still cannot make CXF to publish a service with multi-port taking
effect at same time;
Also I have tried the example of CXF systest which support
multiport(systests\ws-security\src\test
Hi:
I am using camel 's payload CXF component; Now I want publish a service
which doesn't constraint any xml schema, and client can post any xml element to
this webservice; so I define the wsdl which input message's element is xsd:any;
it looks like:
wsdl:operation name="AnyPort">
riday, October 14, 2011 5:42 PM
Subject: Re: Concurrent Problem of CXF on tomcat?
> camel-cxf producer will use the async invocation by default, It's more
> like an issue of CXF client async invocation.
> It could be more helpful if you can show us the stack trace or where
> th
:
- Original Message -
From: "xuhb"
To:
Sent: Friday, October 14, 2011 3:32 PM
Subject: Concurrent Problem of CXF on tomcat?
> Hi:
>I build a simple proxy with cxf(2.4.3) & camel(2.8.1) on tomcat, and
> trying to test the performance with HP LoadRunner;
>the p
Hi:
I build a simple proxy with cxf(2.4.3) & camel(2.8.1) on tomcat, and trying
to test the performance with HP LoadRunner;
the proxy program is build with pay-load model of camel-cxf;
If the concurrent client is only 1, there is nothing wrong, the throughput
capacity is very stable
Thanks for William Jiang.
I also encounter such a problem. maxIdleTime works well;
Will cxf support to configure maxIdleTime for jetty-transport ?
- Original Message -
From: "Willem Jiang"
To:
Sent: Wednesday, September 28, 2011 5:35 PM
Subject: Re: Caused by: java.net.SocketException
Hi:
CXF Chain Interceptor is simple and good mechanism for protocol interpret;
But sometimes it seem "Chain Interceptor " mechanism is not very suitable for
things such as system resource release; To illustrate this, following is a
sample:
1) Recently I am using CXF to expose an existing sys
Hi, Dan
Unfortunately, the fixed for CXF-3750 may cause another question. which I am
not sure if it's a issuem of CXF or things the user should take care;
Details I have comments in CXF-3750;
- Original Message -
From: "xuhb"
To:
Sent: Monday, August 22, 2011 1
Thanks Dan:
I tried, it's ok now;
thanks to your rapid fix;
- Original Message -
From: "Daniel Kulp"
To:
Cc: "xuhb"
Sent: Saturday, August 20, 2011 1:21 AM
Subject: Re: A mysteriously deadlock of CXF OnewayProcessorInterceptor
>
> I just committed
Maybe it is becuase before chain.wait() return, the sync of chain will be
re-locked, so it will block untill chain.resume() finished;
- Original Message -
From: "xuhb"
To:
Sent: Friday, August 19, 2011 1:39 PM
Subject: Re: A mysteriously deadlock of CXF OnewayProcessorI
Sorry, I foget post the issue link:
https://issues.apache.org/jira/browse/CXF-3750
- Original Message -
From: "xuhb"
To:
Sent: Friday, August 19, 2011 1:34 PM
Subject: A mysteriously deadlock of CXF OnewayProcessorInterceptor
> Hi:
>Recently when I am chec
Hi:
Recently when I am checking/testing CXF , there is a mysteriously deadlock
of CXF Oneway Process; Normally CXF engine will invoke the one way bussiness
logical asynchronized ,, so the servlet handle will finished and return back to
servlet engine immediately;
But sometime, I notic
2011/8/9 22:13
> Receiver: users@cxf.apache.org
> : Re: NULL Pointer Exception while processing attachments
>
> On Tuesday, August 09, 2011 11:36:56 AM xuhb wrote:
> > Thanks Jim
> >
> > I just tried the latest version of CXF 2.4.1. This problem doesn't
occurs
> in
Cheers
> Jim
>
> On Tue, Aug 9, 2011 at 10:43 AM, xuhb wrote:
> > Hi:
> > When I use cxf webservice at following situation, there always a null
> > pointer exception occurs
> >
> > 1)MTOM enabled, and multi attachments sent.
> > 2)The first attachment is
Hi:
When I use cxf webservice at following situation, there always a null
pointer exception occurs
1)MTOM enabled, and multi attachments sent.
2)The first attachment is big enough (etc 2M). and the second attachments is
very small (etc: several bytes);
3)the MTOM attachment is mapped to a byte[]
Hi:
When I got a WSDL which contains a HTTP-BINDING.
1)Could I write a client to invoke such a webservice using HTTP-BINDING as
simple as SOAP Binding?
2)Could I write a service and publish it with a WSDL use HTTP-Binding as
simple as SOAP Binding?
Thanks any suggestion.
ices.IRestPort"
> address="/restws" wsdlLocation="classpath:restful.wsdl"
> bindingId="http://apache.org/cxf/binding/http";>
>
> On Sun, Jul 17, 2011 at 3:54 PM, xuhb wrote:
>
> > Hi:
> >
> > Axis2 & .net could pu
Hi:
Axis2 & .net could publish a PortType with Http-Binding in WSDL.
That's to say: when user write a service business logical, the user could
choose to publish the service interface to be a Soap-Binding Webservice or a
Http-Binding Webservice without changed the definition of java /.net so
Recently I always encounter a "Unexpected end of file from server" Exception at
CXF client side. it seems this exception is caused by the CXF Serverside has
unexcepted release the http connection ;
I tried some effort to to use a simple test case to regenerate such a
exception; Following is
26 matches
Mail list logo