Re: Does anyone uses a wadl-to-java inheritResourceParams ?

2014-08-14 Thread Daniel Kulp
... Thanks, Sergey [1] https://issues.apache.org/jira/browse/CXF-5948 -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Apache CXF with WS-Security

2014-08-14 Thread Daniel Kulp
: On 8/13/14 4:32 PM, Daniel Kulp dk...@apache.org wrote: The policy has a sp:EncryptSignature/ assertion in it so I would have expected the signatures to be encrypted. The CXF request has two ncryptedData elements which MAY correspond to the two Signatures that the .NET client is sending

Re: returning exception from In AbstractPhaseInterceptor

2014-08-13 Thread Daniel Kulp
the underlying exception. Is there a way to do this? Thanks! -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: returning exception from In AbstractPhaseInterceptor

2014-08-13 Thread Daniel Kulp
, Aug 13, 2014 at 2:31 PM, Daniel Kulp dk...@apache.org wrote: You could likely just mimic what the AbstractInvoker does in your interceptor. Something like: message.put(FaultMode.class, FaultMode.CHECKED_APPLICATION_FAULT); throw new Fault(ex); Dan On Aug 13, 2014, at 2:04 PM

Re: Enquiry about xsd:import in WSDL

2014-08-13 Thread Daniel Kulp
.The xsd:imports are required within the xsd:schema elements for each namespace that it uses within that schema. That has nothing to do with the namespace prefix declarations. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Apache CXF with WS-Security

2014-08-13 Thread Daniel Kulp
On Aug 13, 2014, at 5:06 PM, Longsine, Pohl pohl_longs...@gallup.com wrote: I am replying to my own question to provide one more interesting piece of information, in hopes of helping someone read and interpret what is going on here. I asked the .NET team to capture the SOAP messag from

Re: [Cxf-Interceptor] @InInterceptor/@OutInterceptor annotations ignored (JBoss 5.1.0, not 6 or 7)

2014-08-12 Thread Daniel Kulp
/author/display/JBWS/JBoss+Modules -- View this message in context: http://cxf.547215.n5.nabble.com/Cxf-Interceptor-InInterceptor-OutInterceptor-annotations-ignored-JBoss-5-1-0-not-6-or-7-tp5747625.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk

Re: WS-SecureConversation not working with .NET client

2014-08-12 Thread Daniel Kulp
-tp5747626.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: RPCOutInterceptor.java //WSI-BP R2211 - RPC/Lit parts are not allowed to be xsi:nil

2014-08-04 Thread Daniel Kulp
-- View this message in context: http://cxf.547215.n5.nabble.com/RPCOutInterceptor-java-WSI-BP-R2211-RPC-Lit-parts-are-not-allowed-to-be-xsi-nil-tp5747317.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend

Re: Must use JDK 7 to build 3.0.1?

2014-08-04 Thread Daniel Kulp
. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Could not find conduit initiator for transport

2014-07-31 Thread Daniel Kulp
dependency is gone starting with 3.0.0. Thus, if you upgrade in the future, you will need to deal with the individual jars that provide the needed functionality. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Could not find conduit initiator for transport

2014-07-30 Thread Daniel Kulp
in context: http://cxf.547215.n5.nabble.com/Could-not-find-conduit-initiator-for-transport-tp5747091.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: How to retrieve return value in out interceptor?

2014-07-28 Thread Daniel Kulp
in the xxx.jaxws_asm Any pointers? -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Message.INBOUND_MESSAGE in PREPARE_SEND_ENDING Interceptor

2014-07-28 Thread Daniel Kulp
in context: http://cxf.547215.n5.nabble.com/Message-INBOUND-MESSAGE-in-PREPARE-SEND-ENDING-Interceptor-tp5746968.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Using CXF with Https Proxy

2014-07-24 Thread Daniel Kulp
! kind regards O -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: cxf transformation feature - could code be ported and used in Camel?

2014-07-23 Thread Daniel Kulp
as the transformationFeature stuff in CXF. Would take a couple Maps of properties and wrappers the XMLStreamReader/Writers. You could then easily configure that processor on the route. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: CXF do not generate operation parameters

2014-07-18 Thread Daniel Kulp
This is due to: https://issues.apache.org/jira/browse/CXF-5888 which I fixed yesterday. Too late for 2.7.12/3.0.1 though. Dan On Jul 18, 2014, at 9:24 AM, Thomas Manson dev.mansontho...@gmail.com wrote: Note : Seems like a CXF issue, Work around provided by Daniel Kulp that did solve

Re: CXF do not generate operation parameters

2014-07-18 Thread Daniel Kulp
Regards, Thomas. On Fri, Jul 18, 2014 at 3:59 PM, Daniel Kulp dk...@apache.org wrote: This is due to: https://issues.apache.org/jira/browse/CXF-5888 which I fixed yesterday. Too late for 2.7.12/3.0.1 though. Dan On Jul 18, 2014, at 9:24 AM, Thomas Manson dev.mansontho

Re: Need help to review a pom.xml to generate a client with CXF 2.7.11

2014-07-15 Thread Daniel Kulp
operation parameters where the arguments of a method is not generated with CXF while it's usable in SAOPUI and one other propriatary tool. Can you have a look ? Thanks, Thomas. On Fri, Jul 11, 2014 at 9:21 PM, Daniel Kulp dk...@apache.org wrote: Remove the cxf-common-utilities

Re: Need help to review a pom.xml to generate a client with CXF 2.7.11

2014-07-15 Thread Daniel Kulp
, Daniel Kulp dk...@apache.org wrote: We’d need to see the WSDL. Dan On Jul 15, 2014, at 9:06 AM, Thomas Manson dev.mansontho...@gmail.com wrote: Thanks Daniel, Removing this dependencies did solve the problem. However, going for CXF 2.7.11 didn't solve my original problem described

Re: Need help to review a pom.xml to generate a client with CXF 2.7.11

2014-07-15 Thread Daniel Kulp
. Dan On Jul 15, 2014, at 12:36 PM, Thomas Manson dev.mansontho...@gmail.com wrote: Sorry, here is the full WSDL (and plenty of other ones) https://drive.google.com/file/d/0Bz-ZrfMHlBlHWWhxOURDOFNISW8/edit?usp=sharing Thanks, Thomas. On Tue, Jul 15, 2014 at 5:27 PM, Daniel Kulp dk

Re: web service with void method returning 202

2014-07-14 Thread Daniel Kulp
a 202 Accepted to be sent back, you need to update the WSDL to have an output message. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: WS-Addressing example from CXF 3.0.0

2014-07-11 Thread Daniel Kulp
a service as well. Thus, you can easily get a bit mix-matched between client/service depending on how they are created. Dan Regards, Ivan 2014-07-10 21:12 GMT+02:00 Daniel Kulp dk...@apache.org: On Jul 10, 2014, at 2:48 PM, Jose María Zaragoza demablo...@gmail.com wrote

Re: WS-Addressing example from CXF 3.0.0

2014-07-11 Thread Daniel Kulp
, this will be available in 3.0.1/2.7.12. Dan On Jul 11, 2014, at 9:52 AM, Daniel Kulp dk...@apache.org wrote: On Jul 10, 2014, at 5:17 PM, Iván Brencsics ivan.brencs...@gmail.com wrote: Hi Daniel, Please correct me if I am wrong, but one task of a web service stack is to route incoming SOAP

Re: Need help to review a pom.xml to generate a client with CXF 2.7.11

2014-07-11 Thread Daniel Kulp
the very last version of the 2.7.X branch ? Thanks, Thomas. pom.xml -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Problem with @ResponseWrapper in authentication client CXF

2014-07-10 Thread Daniel Kulp
at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: WS-Addressing example from CXF 3.0.0

2014-07-10 Thread Daniel Kulp
://www.w3.org/2005/08/addressing/anonymous /Address /ReplyTo /soap:Header soap:Body greetMe xmlns=http://apache.org/hello_world_soap_http/types; requestTypersnowden/requestType /greetMe /soap:Body /soap:Envelope -- Daniel Kulp dk...@apache.org - http

Re: WS-Addressing example from CXF 3.0.0

2014-07-10 Thread Daniel Kulp
On Jul 10, 2014, at 2:48 PM, Jose María Zaragoza demablo...@gmail.com wrote: 2014-07-10 15:21 GMT+02:00 Daniel Kulp dk...@apache.org: In general, CXF routes requests based on the target URI/address, not the Action, although there are some exceptions to that…. In general, CXF only allows

Re: [CXF 3.0.0.] Response with closed entity after client.invoke: could it be?

2014-07-09 Thread Daniel Kulp
in. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: CXF 3.0.0 JavaToWS Error

2014-07-09 Thread Daniel Kulp
should be grabbed via it’s manifest. That could simplify things a bit. In anycase, make sure asm-3.3.1.jar is on the classpath. HOWEVER, if you are using Java8, you may need to replace that with the latest asm-5.x version. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend

Re: cxf 3.0.0 issue

2014-07-04 Thread Daniel Kulp
more Thanks, Krzysztof Nowicki -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Cannot create URL for this address soap.udp://239.255.255.250:3702

2014-07-03 Thread Daniel Kulp
:96) at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256) at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http

Re: Apache CXF 2.7.12 release approximate date

2014-07-02 Thread Daniel Kulp
archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Outofmemory error in datahandler

2014-07-02 Thread Daniel Kulp
Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Classloader leak in ExtensionManagerBus (on tomee)

2014-06-26 Thread Daniel Kulp
Any help would be appreaciated Thanks in advance. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: CXF JaxWs Endpoint fail with 'The given SOAPAction does not match an operation' when the action contains accented characters

2014-06-25 Thread Daniel Kulp
in production consumed by a BizTalk-base client (the server is also a BizTalk based server, as you can see it in the WSDL). I will give a try to the Async Client and let you know the outcome. Warm regards Younes On Fri, Jun 20, 2014 at 5:29 PM, Daniel Kulp dk...@apache.org wrote

Re: This mailing list seems broken to send replies from Nabble now [SEC=UNCLASSIFIED]

2014-06-25 Thread Daniel Kulp
. Seems to be working. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Return SOAP Fault in CXF Interceptor

2014-06-25 Thread Daniel Kulp
interceptors? -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: CXF String transport?

2014-06-25 Thread Daniel Kulp
like MTOM could be put in affect. For a starter, I’d put a custom interceptor on a client the just does System.out.println(message.getInterceptorChain().toString()) to see what interceptors are on there and use those as a starting point. -- Daniel Kulp dk...@apache.org - http://dankulp.com

Re: Outofmemory error in datahandler

2014-06-25 Thread Daniel Kulp
the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Error after upgrade from 3.0.0-milestone2 to 3.0.0

2014-06-20 Thread Daniel Kulp
=http://wsmaggioliservice.informatica.maggioli.it/; richiesta xmlns= ... /richiesta /getClienteEnabled (i omitted a few parts to keep things short) it seems like the empty xmlns is ignored. What should i do? -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder

Re: CXF JaxWs Endpoint fail with 'The given SOAPAction does not match an operation' when the action contains accented characters

2014-06-20 Thread Daniel Kulp
Ouadi -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: CXF JaxWs Endpoint fail with 'The given SOAPAction does not match an operation' when the action contains accented characters

2014-06-20 Thread Daniel Kulp
the ASCII characters work. Kind of wrong if you ask me, but that does mean that you really can only rely on the ASCII level character being transferred properly. Dan On Jun 20, 2014, at 12:06 PM, Daniel Kulp dk...@apache.org wrote: Some bad news…. with a little bit of good news

Re: default behaviour of cxf on base64 encoded message

2014-06-16 Thread Daniel Kulp
is necessary to put that data on the wire. An important note is that if MTOM is turned on, the data would never actually be base64 encoded.A xop element is stuck in the SOAP part and the data is then attached via a mime attachment set to binary and no encoding is needed. -- Daniel Kulp dk

Re: NAMESPACE_ERR with DynamicClientFactory createClient

2014-06-11 Thread Daniel Kulp
-- View this message in context: http://cxf.547215.n5.nabble.com/NAMESPACE-ERR-with-DynamicClientFactory-createClient-tp5744708p5744932.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http

Re: programmatic way to shutdown cxf jaxrs bus or endpoint?

2014-06-09 Thread Daniel Kulp
the endpoints or the cxf jaxrs server after the first test case run? If you have access to the Bus, just call bus.shutdown() and it should go through and shut down all the services and such that are registered on it. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder

Re: Is @WebService annotation a must in service class?

2014-06-06 Thread Daniel Kulp
something here. ( I'm using CXF 2.7.7 ) CXF doesn’t mandate them, but other JAX-WS implementations may. Depends on how portable you want your code to be. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: CXF 2.7.11 xfire compatibility.

2014-06-02 Thread Daniel Kulp
? Please help. -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-2-7-11-xfire-compatibility-tp5744595.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Adding SAAJInInterceptor breaks the RPCInInterceptor

2014-06-02 Thread Daniel Kulp
your system and destroy any copies. You may not further disclose or distribute this email or its attachments. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Is there going to be a cxf-bundle 3.0.0 release as well

2014-05-30 Thread Daniel Kulp
and completely” in OSGi since 2.5 and has been a pain to maintain. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Fediz IDP - implication of removing OGNL dependency?

2014-05-23 Thread Daniel Kulp
:bean id=expressionParser class=org.springframework.webflow.expression.WebFlowOgnlExpressionParser / Does anyone know the impact of replacing OGNL with SpringEL in the IDP? -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Exception in webservice-communication. How to get additional informations?

2014-05-23 Thread Daniel Kulp
-communication-How-to-get-additional-informations-tp5744151p5744379.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: 3.0.0 release

2014-05-20 Thread Daniel Kulp
attached. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

[ANNOUNCE] Apache CXF 3.0.0 released!

2014-05-20 Thread Daniel Kulp
The Apache CXF community is proud to announce that CXF 3.0.0 has been released. After a very long development cycle, 2 “milestone” releases, and lots of testing efforts, we’re glad to say that 3.0.0 is now available. CXF 3.0.0 contains several new features: * JAX-RS 2.0 support * Bean

Re: HTTP proxy problem with wsdl-first client

2014-05-20 Thread Daniel Kulp
) and wrapper it with a new on that checks the bean passed in to see if it’s an HTTPConduit and if so, reconfigure based on whatever else you need. Set your wrapper back in via bus.setExtension(….) -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http

Re: Issue with WS-Trust using security tokens/SAML assertions

2014-05-20 Thread Daniel Kulp
in it and client that uses it is fine. Since you mention nothing is even being sent to the server, the server part is kind of irrelevant for a test case. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Exception in webservice-communication. How to get additional informations?

2014-05-20 Thread Daniel Kulp
-informations-tp5744151p5744209.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: wsdl2java - Encountered illegal extension attribute 'message'

2014-05-20 Thread Daniel Kulp
wsdl:service name=MyServiceProvider wsdl:port binding=tns:localhostBinding name=localhost soap:address location= http://localhost:8080/services/MyServiceProvider// /wsdl:port /wsdl:service /wsdl:definitions -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend

Re: Named Bus in jaxws endpoint not working

2014-05-15 Thread Daniel Kulp
(which is what the Servlet really needs) by adding a bean of interface DestinationRegistry, implementation DestinationRegistryImpl to your context. Dan Rick -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: Tuesday, May 13, 2014 3:01 PM To: users

Re: GZIPInInterceptor throws EOFException for a GET Request

2014-05-15 Thread Daniel Kulp
Sample Request: -- View this message in context: http://cxf.547215.n5.nabble.com/GZIPInInterceptor-throws-EOFException-for-a-GET-Request-tp5743882.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community

Re: Logging clear-text message

2014-05-14 Thread Daniel Kulp
[] array of org.apache.cxf.message.MessageImpl. But I haven't been able to retrieve it yet. Any idea what I am doing wrong? Thanks, Giriraj. On Tue, May 13, 2014 at 11:00 AM, Daniel Kulp dk...@apache.org wrote: The Logging interceptors run at a byte stream level and only would see

Re: CXF - JAX-WS - Set HTTP Response Code

2014-05-14 Thread Daniel Kulp
response code in this case. Please help. Thanks in advance. Regards Paul -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Empty target node with external binding file

2014-05-14 Thread Daniel Kulp
archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: the given soapaction does not match an operation, cxf bug?

2014-05-13 Thread Daniel Kulp
? Why cxf modify the original wsdl used to generate java code? thanks Nicola P.S. tested with both cxf 2.7.8 and 2.7.11 cxf_generated.wsdloriginal.wsdl -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: AbstractFeature/Interceptors in CXF 3.0

2014-05-13 Thread Daniel Kulp
/blob/master/src/main/java/org/restdoc/cxf/RestDocFeature.java line 82 -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Named Bus in jaxws endpoint not working

2014-05-13 Thread Daniel Kulp
=com.wellsfargo.service.provider.wmg.example.pingService.PingSoapBindingImpl/ cxf:bus name=server /cxf:bus jaxws:endpoint bus=server id=ping implementor=#pingWebService address=/ping / /beans -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Logging clear-text message

2014-05-13 Thread Daniel Kulp
have used JAXB marshaller to print the message but I am trying to avoid writing any code to see the message. Thanks, Giriraj. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Named Bus in jaxws endpoint not working

2014-05-13 Thread Daniel Kulp
” to the cxf servlet. Dan -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: Tuesday, May 13, 2014 10:13 AM To: users@cxf.apache.org; Hansen, Richard W. Subject: Re: Named Bus in jaxws endpoint not working On May 8, 2014, at 10:16 AM, richard.w.han

Re: GZIPInInterceptor throws EOFException for a GET Request

2014-05-13 Thread Daniel Kulp
java.io.EOFException/ns1:faultstring/ns1:XMLFault Mon May 12 23:07:25 PDT 2014:DEBUG: [\r][\n] Mon May 12 23:07:25 PDT 2014:DEBUG: 0[\r][\n] Mon May 12 23:07:25 PDT 2014:DEBUG: [\r][\n] On Tue, May 13, 2014 at 8:38 AM, Daniel Kulp dk...@apache.org wrote: On May 12, 2014, at 4:02 PM, Sanjeev Chopra

Re: integrate to wcf service using wsHttpBinding

2014-05-13 Thread Daniel Kulp
(HTTPConduit.java:1543) at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1513) at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1318) ... 36 more* -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community

Re: CXF Inbound Interceptor - Access to POJO

2014-05-06 Thread Daniel Kulp
the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Removing WS-Addressing headers on faults in CXF

2014-05-05 Thread Daniel Kulp
in it. I've tried playing around with the interceptor phase (it is currently in Phase.MARSHALL) but that hasn't helped at all. Is there some other way to remove headers during fault processing that anyone can recommend? Thanx, Stephen W. Chappell -- Daniel Kulp dk...@apache.org

Re: Karaf java.lang.IllegalArgumentException when using JaxWsDynamicClientFactory

2014-05-05 Thread Daniel Kulp
-JaxWsDynamicClientFactory-tp5743682.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: CXF Client Performance Issue: Service Invocation time increases Linearly over the period (.net WCF Webservice)

2014-05-05 Thread Daniel Kulp
. Regards, Karthik -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-Client-Performance-Issue-Service-Invocation-time-increases-Linearly-over-the-period-net-WCF-Webs-tp5743664p5743702.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk

Re: CXF Client Performance Issue: Service Invocation time increases Linearly over the period (.net WCF Webservice)

2014-05-05 Thread Daniel Kulp
(AddressingFeature(true, ture)); I will give it a try by removing headers before every request and update you how it goes. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: How to deal with corrupted namespace

2014-04-30 Thread Daniel Kulp
and ignore what package names are used? -Dave -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Julian to Gregorian calendar Switch. CXF behavior managing dates before 15/10/1582

2014-04-30 Thread Daniel Kulp
.nabble.com/Julian-to-Gregorian-calendar-Switch-CXF-behavior-managing-dates-before-15-10-1582-tp574.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Large data stream caching - Causing Truncated Response

2014-04-30 Thread Daniel Kulp
Office Address : 31 Cloverdale Gardens, High Heaton, Newcastle Upon Tyne, NE7 7QJ -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Possible to use arbitrary xml with a JAX-WS client and JAXB?

2014-04-30 Thread Daniel Kulp
%3Aemail.naml -- View this message in context: http://cxf.547215.n5.nabble.com/Possible-to-use- arbitrary-xml-with-a-JAX-WS-client-and-JAXB-tp5743219p5743278.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend

Re: DynamicClientFactory ex.printStackTrace ignore

2014-04-30 Thread Daniel Kulp
. Fixing….. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: WS-Discovery: Not working for a .net-WCF-Service

2014-04-30 Thread Daniel Kulp
artifactIdjaxb-api/artifactId version2.1/version /dependency /dependencies /project -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Asynchronous http transport keep alive property query

2014-04-16 Thread Daniel Kulp
is never called again so I just can't work out how my actual properties get set on the connection! Any help much appreciated :-) Many thanks Mandy Sent from a mobile device -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: The wsdl generated from cxf contains elements with minOccurs=0 instead of a choice

2014-04-16 Thread Daniel Kulp
it via the wsdlLocation. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Basic authorization in dynamic client

2014-04-16 Thread Daniel Kulp
-tp5742882.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Please help me with HTTP authentication/XML message modification

2014-04-16 Thread Daniel Kulp
the environment before printing this email -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: cxf-rt-transports-http-hc Maven dependency convergence error

2014-04-16 Thread Daniel Kulp
device -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

[ANN] Apache CXF 2.6.14 and 2.7.11 are available!

2014-04-15 Thread Daniel Kulp
The Apache CXF team is proud to announce the availability of the latest patches: 2.7.11, and 2.6.14. One very important note: there will only be one more planned 2.6.x release. If there are any important fixes needed, get them in ASAP. Users are strongly encouraged to start moving toward

Re: Set default package for objects generated by the dynamic client

2014-04-14 Thread Daniel Kulp
-client-tp5742640p5742819.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Migrating to CXF with Jaxb from xfire with agesi

2014-04-11 Thread Daniel Kulp
at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Getting java.lang.ClassCast Exception: javax.xml.ws.Holder cannot be cast to java.lang.String

2014-04-11 Thread Daniel Kulp
this message in context: http://cxf.547215.n5.nabble.com/Getting-java- lang-ClassCast-Exception-javax-xml-ws-Holder-cannot-be-cast-to-java-la ng- String-tp5742667.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog

Re: Force namespace prefix in request

2014-04-11 Thread Daniel Kulp
, xmlns = { @javax.xml.bind.annotation.XmlNs(prefix = blah, namespaceURI=http://lalalala;)} ) but it does not seem to work. Could someone help me? Thank you very much Best regards! -- Daniel Kulp dk...@apache.org

Re: UnmarshallingExceptions after upgrading to cxf 2.7.10

2014-04-11 Thread Daniel Kulp
Topicus BV Postbus 317 7400 AH Deventer Leeuwenbrug 23 (bezoekadres) T. +31 (0)6 3400 9545 T. +31 (0)570 662 662 E. sven.has...@topicus.nlmailto:sven.has...@topicus.nl I. http://www.topicus.nl -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http

Re: Detecting unmarshalling error with Oneway operations

2014-04-08 Thread Daniel Kulp
-with-Oneway-operations-tp5742536.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Access to SOAP parameters and parameter names in interceptor

2014-03-31 Thread Daniel Kulp
Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Signed/encrypted MTOM

2014-03-24 Thread Daniel Kulp
is will to contribute a test-case then I can look into the interoperable inlining approach for the next release. Colm. -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http

Re: Is CXF 2.6.1 Compatible with Spring 3.2.8

2014-03-24 Thread Daniel Kulp
them). Dan On Mar 24, 2014, at 10:46 AM, Bruce Bateman bruce.bate...@telus.com wrote: -- View this message in context: http://cxf.547215.n5.nabble.com/Is-CXF-2-6-1-Compatible-with-Spring-3-2-8-tp5741776.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel

Re: Long delay before sending SOAP request

2014-03-24 Thread Daniel Kulp
the response was received on the first execution than the rest of threads will also receive response almost instantly at the same time. Is this an expected behavior? Regards, Felix Ngaserin -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community

Re: Runtime exception

2014-03-19 Thread Daniel Kulp
(Message.PROTOCOL_HEADERS)); so something is setting the PROTOCOL_HEADERS to just a String, not a a Map like it would need to be. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: http-conduit timeout for long delay decoupled responses

2014-03-17 Thread Daniel Kulp
://addressing.test/}add. Exception in thread main java.lang.NullPointerException at com.sun.proxy.$Proxy40.add(Unknown Source) at test.addressing.cxf.clientsample.AddressingCXFClientSample.main(AddressingC XFClientSample.java:46) thanks in advance Regards -- Daniel Kulp dk

Re: WSDL2JAVA question

2014-03-17 Thread Daniel Kulp
://localhost:8080/; / /wsdl:port /wsdl:service /wsdl:definitions -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

<    1   2   3   4   5   6   7   8   9   10   >