Re: Keep tmp files around

2013-05-21 Thread Daniel Kulp
? That should be fine. That said, if you are doing that, you could also then do: Client client = ClientProxy.getClient(apt); client.getOutInterceptors().add(new LoggingOutInterceptor(1000)); and that should also accomplish what you want. Dan On Tue, May 21, 2013 at 2:38 PM, Daniel Kulp

Re: polymorphic parameters not working

2013-05-17 Thread Daniel Kulp
with a simple test case. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: cxf 2.2.1 schema validation throws error

2013-05-17 Thread Daniel Kulp
) at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:82) ... 29 more -- View this message in context: http://cxf.547215.n5.nabble.com/cxf-2-2-1-schema-validation-throws-error-tp5727471p5727741.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk

Re: Please help, I cannot (and do not want) to connect to the Internet at runtime

2013-05-17 Thread Daniel Kulp
? -- View this message in context: http://cxf.547215.n5.nabble.com/Please-help-I-cannot-and-do-not-want-to-connect-to-the-Internet-at-runtime-tp5721283p5727802.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend

Re: Unable to generate wsdl properly with cxf 2.6.2

2013-05-17 Thread Daniel Kulp
problem Thanks in advance: Srikanth -- View this message in context: http://cxf.547215.n5.nabble.com/Unable-to-generate-wsdl-properly-with-cxf-2-6-2-tp5727604.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog

Re: SOAP Parameters with namespaces - puzzling inconsistency

2013-05-13 Thread Daniel Kulp
, another in the same class requires an empty namespace! I'm baffled by SOAP most of the time but this has be stumped. Any ideas what to do next? Thanks, James -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: CXF 2.2.10 FastInfoset with attachments

2013-05-10 Thread Daniel Kulp
.547215.n5.nabble.com/CXF-2-2-10-FastInfoset-with-attachments-tp5727487.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: WS-Eventing for CXF

2013-05-09 Thread Daniel Kulp
enhancing what Jan has done and eventually merge it into trunk (only), targetting the 3.0 release. I believe this is interesting stuff. Cheers Alessio -- Alessio Soldano Web Service Lead, JBoss -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http

Re: web service client via maven

2013-05-07 Thread Daniel Kulp
(Unknown Source) at srcs.srcs.mycontract.v1_1.CostingService.init(CostingService.java:40) at com.example.Services.Client.TestRequest.main(TestRequest.java:79) - Any idea what I can do? kind regards Christian -- Daniel Kulp dk

Re: What is the proper way of setting client Timeout per Webservice method ?

2013-05-06 Thread Daniel Kulp
to clarify this as it seems to me kind of difficult to find the right answer. Many thanks for your help and thanks for CXF ! Regards Philippe -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Problems with http conduit declared in OSGi spring configuration

2013-05-06 Thread Daniel Kulp
.547215.n5.nabble.com/Problems-with-http-conduit-declared-in-OSGi-spring-configuration-tp5727009p5727286.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: Problems with http conduit declared in OSGi spring configuration

2013-05-06 Thread Daniel Kulp
for the conduit is saved in the Bus. If it's picking up the wrong bus somehow, that would cause the issue. The fact that you are creating a separate bus MIGHT be part of the issue. That all said, a test case is the best option. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend

Re: Problems with http conduit declared in OSGi spring configuration

2013-05-06 Thread Daniel Kulp
. -- View this message in context: http://cxf.547215.n5.nabble.com/Problems-with-http-conduit-declared-in-OSGi-spring-configuration-tp5727009p5727294.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder

Re: What is the proper way of setting client Timeout per Webservice method ?

2013-05-06 Thread Daniel Kulp
On Mon, May 6, 2013 at 4:09 PM, Daniel Kulp dk...@apache.org wrote: On May 6, 2013, at 10:06 AM, Philippe Mouawad pmoua...@apache.org wrote: Many Thanks Daniel for your clarification. And what about the described ways, are they OK to you ? 12 is correct. It would work outside of spring

Re: Problems with http conduit declared in OSGi spring configuration

2013-05-06 Thread Daniel Kulp
. Only thing I can suggest is a breakpoint in org.apache.cxf.configuration.spring.ConfigurerImpl to which conduits are being configured and which ApplicationContext is being used for that. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http

Re: axis 1.4 client to cxf 2.0 service

2013-05-06 Thread Daniel Kulp
client(axis1.4) -- proxy service(axis1.4) -- proxy service(cxf2.x) -- new service(cxf2.x) Edward W. Rouse -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Problems with CXF2.6.1 and jbossws-native-saaj.jar

2013-05-03 Thread Daniel Kulp
/Problems-with-CXF2-6-1-and-jbossws-native-saaj-jar-tp5727143p5727150.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: Handle Message for interceptor getting called after the service method is called

2013-05-03 Thread Daniel Kulp
(ServiceInvokerInterceptor.class.getName()); -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: can't unmarshal an EObject from EMF

2013-05-02 Thread Daniel Kulp
to use only objects of type myObject. Thank you :) -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: WS-Discovery of ONVIF devices - Update

2013-04-29 Thread Daniel Kulp
you do a quick double check to make sure that all works and I didn't screw something up? Dan Best regards, Matteo On 26/04/2013 17:11, Daniel Kulp wrote: On Apr 23, 2013, at 11:05 AM, Pampolini Matteo matteo.pampol...@selex-es.com wrote: Hi again Daniel, I compiled 2.7.5

Re: Reason: Missing Constraint: Import- Package: META-INF.wsdl; version=0.0.0

2013-04-26 Thread Daniel Kulp
: http://cxf.547215.n5.nabble.com/Reason-Missing-Constraint-Import-Package-META-INF-wsdl-version-0-0-0-tp5726821.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: Problem with UsernameToken

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

Re: UsernameToken Credentials not coming to Server side Wss4jInInterceptor

2013-04-26 Thread Daniel Kulp
.547215.n5.nabble.com/UsernameToken-Credentials-not-coming-to-Server-side-Wss4jInInterceptor-tp5726797.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: Microsoft XSD files causing MANY name collisions

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

Re: WS-Discovery of ONVIF devices - Update

2013-04-26 Thread Daniel Kulp
) at java.lang.Thread.run(Thread.java:722) Which is the release plan for 2.7.5? Best regards, Matteo On 08/04/2013 20:36, Daniel Kulp wrote: I just committed a bunch of updates to the WS-Discovery stuff that adds a setVersion10() method onto the WSDiscoveryClient that should allow

Re: Unmarshall Error associated with CXF 2.7.4 with datatype.XMLGregorianCalendarImpl

2013-04-26 Thread Daniel Kulp
this message in context: http://cxf.547215.n5.nabble.com/Unmarshall-Error-associated-with-CXF-2-7-4-with-datatype-XMLGregorianCalendarImpl-tp5726836.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: add security policy to wsdl (first)

2013-04-25 Thread Daniel Kulp
-send_instant_email%21nabble%3Aemail.naml -- View this message in context: http://cxf.547215.n5.nabble.com/R-add-security-policy-to-wsdl-first-tp5726715.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend

Re: CXF and Maven 3.0.5

2013-04-25 Thread Daniel Kulp
but takes a while trying to fetch that and it always does every time I build, looks like CXF has a repository reference in its POM ? This works great with maven 2.2.1. Any thoughts ? Thanks ! -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder

Re: Problem with web service client encoding

2013-04-25 Thread Daniel Kulp
I guess that encoding document is first one , but I'm not sure Thanks 2013/3/13 Daniel Kulp dk...@apache.org On Mar 13, 2013, at 7:39 AM, Angel L. Garcia elpi...@gmail.com wrote: I´ve a problem with client encoding, when I read some element with special characters in response I

Re: Add class to jaxb context in wsdl first case

2013-04-25 Thread Daniel Kulp
the systests is spring specific. Any idea how to do this in blueprint? Christian -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: XSD Declarations that caused a collision not listed in stack trace

2013-04-25 Thread Daniel Kulp
is. I'm clueless as to what I should add as custom bindings. Any pointers as to how to resolve? -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Properties on a per operation level on same client proxy

2013-04-25 Thread Daniel Kulp
a simple interceptor that runs very very early in the out chain that would set the mtom-enabled property on the message depending on the operation. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: enable jmx management

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

Re: Problem with web service client encoding

2013-04-25 Thread Daniel Kulp
2013/4/25 Daniel Kulp dk...@apache.org On Apr 24, 2013, at 6:32 PM, Jose María Zaragoza demablo...@gmail.com wrote: Hello: I' looking this example and I'd like to understand some things: 1) Does 'Encoding: ISO-8859-1' refer to the HTTP header for defining content charset

Re: Realted to WS-Discovery using CXF

2013-04-12 Thread Daniel Kulp
that would filter on your requirements, and register that as an extension on the bus. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Apache CXF app deployment in Weblogic 10.3.2

2013-04-12 Thread Daniel Kulp
a location like /META-INF/myservice.wsdl or it would go in with the rest of the classes and you could use a location like classpath:/com/foo/blah/myservice.wsdl. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Apache CXF app deployment in Weblogic 10.3.2

2013-04-12 Thread Daniel Kulp
, Usually you would use a location like /META-INF/myservice.wsdl or it would go in with the rest of the classes and you could use a location like classpath:/com/foo/blah/myservice.wsdl. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http

Re: The famous Cant find the request Observer

2013-04-11 Thread Daniel Kulp
() ); factory.setProviders( Arrays. Object asList( jsonProvider() ) ); return factory.create(); } Thanks, Al -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: The famous Cant find the request Observer

2013-04-11 Thread Daniel Kulp
On Apr 11, 2013, at 4:13 PM, Daniel Kulp dk...@apache.org wrote: What's interesting is that it works fine for me with Tomcat when using Java6, but not with Java7. Not sure what that means yet. And I cannot reproduce it at all if I update to CXF 2.7.4. Please update and try again

Re: The famous Cant find the request Observer

2013-04-11 Thread Daniel Kulp
suspect some classpath/class loading issue. I'm not sure how to debug that. Al. On 11 April 2013 22:18, Daniel Kulp dk...@apache.org wrote: On Apr 11, 2013, at 4:13 PM, Daniel Kulp dk...@apache.org wrote: What's interesting is that it works fine for me with Tomcat when using Java6

Re: cxf wsdl generation

2013-04-10 Thread Daniel Kulp
. The problem is that the external party can't connect with our server because of the differences between the WSDL's. Is it possible to tell CXF not to generate a wsdl, but return the WSDL that is in the import-statement? best regards, Ted -- Daniel Kulp dk...@apache.org - http

Re: how to add bus extension to the existing bus on the osgi env?

2013-04-09 Thread Daniel Kulp
add them in your activate. You MAY be able to do something like: ((ExtensionMangerImpl)bus.get(ExtensionManager.class)).add(ext) but I'm not sure if that would affect anything or not. Dan Thanks! Xilai -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent

Re: how to add bus extension to the existing bus on the osgi env?

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

Re: CXF OSGi bundle to require for a web service provider?

2013-04-08 Thread Daniel Kulp
properly. Hope that helps! Dan Thanks, Glen -- Glen Mazza http://www.jroller.com/gmazza/ Twitter: glenmazza -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: WS-Discovery of ONVIF devices

2013-04-08 Thread Daniel Kulp
a bit of mapping to do to map the various scopes. Right now, they only look at the 1.1 scope names. Dan On Apr 4, 2013, at 1:27 PM, Daniel Kulp dk...@apache.org wrote: Hit send too soon…. On Apr 4, 2013, at 1:25 PM, Daniel Kulp dk...@apache.org wrote: On Apr 4, 2013, at 10:06 AM

Re: cxf-2.7.4: configuring woodstox limits.

2013-04-05 Thread Daniel Kulp
its own pipeline of drugs in CNS, oncology, auto-immune and rare diseases. Biovista is collaborating with biopharmaceutical companies on indication expansion and de-risking of their portfolios and with the FDA on adverse event prediction. -- Daniel Kulp dk...@apache.org - http

Re: Problem while reading soap response

2013-04-05 Thread Daniel Kulp
()); //sayHello System.out.println(fuzzimpl.sayHello()); -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: WS-Discovery of ONVIF devices

2013-04-04 Thread Daniel Kulp
packets out2) WS-Discovery 2005/04. No idea what to do about (1). -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: WS-Discovery of ONVIF devices

2013-04-04 Thread Daniel Kulp
Hit send too soon…. On Apr 4, 2013, at 1:25 PM, Daniel Kulp dk...@apache.org wrote: On Apr 4, 2013, at 10:06 AM, Pampolini Matteo matteo.pampol...@selex-es.com wrote: Hello there, I'm trying to write a simple application to discover ONVIF devices in my network. Very interesting

Re: Injecting a LoggingFeature with org.apache.cxf.jaxws.ServiceImpl?

2013-04-04 Thread Daniel Kulp
, but it's a little clumsier that way. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: How to log request/response with CXF dynamic client

2013-04-04 Thread Daniel Kulp
that. Example code: MyWebservice ws = new MyWebservice_Service().getChargePointServiceSoap12(); How can i add interceptors to this client? Client c = ClientProxy.getClient(ws); c.getEndpoint().getInInterceptors().add(…..); -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog

Re: WS-Mex issue on CXF 2.6.7

2013-04-03 Thread Daniel Kulp
-- Alessio Soldano Web Service Lead, JBoss -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Provider with MTOM Stream

2013-04-02 Thread Daniel Kulp
or not for your situation. Dan Thanks, Sam On Mon, Apr 1, 2013 at 9:56 AM, Daniel Kulp [via CXF] ml-node+s547215n5725641...@n5.nabble.com wrote: On Mar 29, 2013, at 3:16 PM, sam.tech [hidden email]http://user/SendEmail.jtp?type=nodenode=5725641i=0 wrote: One additional piece of info. I

[ANN] Apache CXF 2.7.4/2.6.7/2.5.10 Released

2013-04-02 Thread Daniel Kulp
The Apache CXF team is proud to announce the availability of the latest patches: 2.7.4, 2.6.7, and 2.5.10. Apache CXF is an open source services framework. CXF helps you build and develop services using front end programming APIs, like JAX-WS and JAX-RS. These services can speak a variety of

Re: Provider with MTOM Stream

2013-04-01 Thread Daniel Kulp
-tp5725571p5725610.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: Problem writing SAAJ model to stream

2013-03-30 Thread Daniel Kulp
, Yogesh -- View this message in context: http://cxf.547215.n5.nabble.com/Problem- writing-SAAJ-model-to-stream-tp5725406.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: org.xml.sax.SAXParseException: Content is not allowed in prolog.

2013-03-28 Thread Daniel Kulp
mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: No DestinationFactory was found for the namespace http://cxf.apache.org/bindings/xformat

2013-03-28 Thread Daniel Kulp
-tp5725329p5725375.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: No DestinationFactory was found for the namespace http://cxf.apache.org/bindings/xformat

2013-03-28 Thread Daniel Kulp
-- View this message in context: http://cxf.547215.n5.nabble.com/No-DestinationFactory-was-found-for-the-namespace-http-cxf-apache-org-bindings-xformat-tp5725329p5725566.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog

Re: org.xml.sax.SAXParseException: Content is not allowed in prolog.

2013-03-27 Thread Daniel Kulp
-1.4 more pdf data -- View this message in context: http://cxf.547215.n5.nabble.com/org-xml-sax-SAXParseException-Content-is-not-allowed-in-prolog-tp5725407.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog

Re: TCP KeepAlives

2013-03-27 Thread Daniel Kulp
.If the second call times out or connection is dropped, just call it again. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: TCP KeepAlives

2013-03-27 Thread Daniel Kulp
On Mar 27, 2013, at 4:15 PM, Jim Talbut jtal...@spudsoft.co.uk wrote: On 27/03/2013 19:22, Daniel Kulp wrote: On Mar 27, 2013, at 3:02 PM, Jim Talbut jtal...@spudsoft.co.uk wrote: Hi, Is there any way to get TCP KeepAlives (NOT HTTP KeepAlives) enabled for a CXF client? The normal

Re: Dynamic service from WSDL+imports loaded from database

2013-03-25 Thread Daniel Kulp
Main +421 2 5443-5502 | Fax +421 2 5443-5512 -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Schema validation errors on publish.... top level elements may not have a 'use'

2013-03-22 Thread Daniel Kulp
. Must I really call create the service in a static method every time? Not sure what you mean by that. In any case, if there is a problem with a particular schema construct, create a test case so we can look at it. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community

Re: Schema validation errors on publish.... top level elements may not have a 'use'

2013-03-22 Thread Daniel Kulp
-elements-may-not-have-a-use-tp5724860p5725013.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: Schema validation errors on publish.... top level elements may not have a 'use'

2013-03-21 Thread Daniel Kulp
on attributes of complexTypes. Thus, from what we have tests for, it's working. We'd need a new test that shows what exactly is not working. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Schema validation errors on publish.... top level elements may not have a 'use'

2013-03-20 Thread Daniel Kulp
hoping someone knows straight away what the problem is... -- View this message in context: http://cxf.547215.n5.nabble.com/Schema-validation-errors-on-publish-top-level-elements-may-not-have-a-use-tp5724860.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk

Re: Reject Service Request based on headers

2013-03-20 Thread Daniel Kulp
)); fault.setFaultCode(new QName(Client)); InterceptorChain chain = message.getInterceptorChain(); chain.abort(); throw fault; } } Thanks, Sam -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Handling of SOAP-Arrays using the wsdl2js-creator

2013-03-20 Thread Daniel Kulp
value xsi:type=soapenc:string -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Automated documentation for Webservices API

2013-03-19 Thread Daniel Kulp
of the java clients if using the CXF wsdl2java tool. Not sure if that's enough for your case or not. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: stack trace with non-existent line number

2013-03-19 Thread Daniel Kulp
. Not something to worry about. Dan Benji From: Daniel Kulp [mailto:dk...@apache.org] Sent: Wednesday, March 13, 2013 4:04 PM To: users@cxf.apache.org; Shults, Benji Subject: Re: stack trace with non-existent line number This looks like there is some annotation on the impl or in the hierarchy

Re: How would I turn on keepalives?

2013-03-15 Thread Daniel Kulp
for this to work. Not much we need to do. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Backwards compatiblity between cxf-2.7.3 and cxf-2.3.1

2013-03-15 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: java2ws potential issue - generating JDK classes

2013-03-15 Thread Daniel Kulp
no references to any 'arrayList' or anything of that nature in the WSDL generated by Metro. I am using CXF 2.7.3 (I tried the same with 2.7.1 and 2.6.1 - same result) and JDK 6. I tried it with JDK 7 with same result again. I would appreciate some help on this! Thanks! -- Daniel Kulp

Re: CXF throws an UnsupportedOperationException

2013-03-15 Thread Daniel Kulp
! -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Is there a way to use Gemini-blueprint instead of Aries?

2013-03-15 Thread Daniel Kulp
based. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Auto-generation of CXF code in test and production environments

2013-03-14 Thread Daniel Kulp
been signed-off in testing, before it reaches production! Thanks for any advice! -- Geeb If you ain't keen to show me the source, I ain't keen to execute the program. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Howto update TLSClientParameters after the the first WScall

2013-03-14 Thread Daniel Kulp
this message in context: http://cxf.547215.n5.nabble.com/Howto-update-TLSClientParameters-after-the-the-first-WScall-tp5724549.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: http-conduits, different endpoint URLs but same serviceClass

2013-03-13 Thread Daniel Kulp
miss something. cheers -- Oliver Moser -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Problem with web service client encoding

2013-03-13 Thread Daniel Kulp
, wrapper it with an InputStreamReader using whichever encoding works, and set that into the message content as a Reader.class. CXF will then delegate to that to handle the charset stuff. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http

Re: CXF With Spring AOP is not working.

2013-03-13 Thread Daniel Kulp
structure it is working good, but not with CXF. Is there any way / we need to tell CXF, that i am using AspectJ AOP. It is not throwing any exception, it is silently ignoring the Aspect. -- Regards, Rajagopal Yendluri(Raj) -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend

Re: gzip compression issues with threshold and client compression

2013-03-12 Thread Daniel Kulp
above are also missing the gzip entry in the header, I do get those on larger outbound objects though so I know the setting is at least taking effect sometimes. On 3/12/13, Daniel Kulp dk...@apache.org wrote: By default, the GZIP out stuff on the client uses a negotiated method where

Re: Interceptors for WS security

2013-03-12 Thread Daniel Kulp
. Regards, ~Adam -- View this message in context: http://cxf.547215.n5.nabble.com/Interceptors-for-WS-security-tp5722285p5724423.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder

Re: java.io.FileNotFoundException: OSGi resource[classpath:META-INF/cxf/cxf.xml]

2013-03-11 Thread Daniel Kulp
-FileNotFoundException-OSGi-resource-classpath-META-INF-cxf-cxf-xml-tp5724377.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: wsa:addressing can be checked in cxf

2013-03-11 Thread Daniel Kulp
the AddressingProperties from the Message and does whatever extra validation you want to them. Likely just throw and exception if something is invalid. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: wsdl2java and @XmlElementWrapper

2013-03-11 Thread Daniel Kulp
to configure wsdl2java to generate automatically these things Any ideas ? Thanks and regards -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: ReflectionServiceFactoryBean hangs and locks the server

2013-03-11 Thread Daniel Kulp
/beans Same result. Seems that the factory gets called in similar manner either way, and it always hangs. Any ideas? -- Your depth of comprehension may tend to make you lax in worldly ways. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http

Re: gzip compression issues with threshold and client compression

2013-03-11 Thread Daniel Kulp
for. Have I missed something in the configuration? thanks -- Ted. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: JAW-WS Returning Subclasses

2013-03-11 Thread Daniel Kulp
the WSDL myself but as this is an existing web service I'm trying to extend, I'd rather not rock the boat too much if I don't have to. Cheers for any input, Lee -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: JaxWsServerFactoryBean without Spring

2013-03-08 Thread Daniel Kulp
-service (which is successful - I don't get the final two lines in the log). I’d really appreciate any help, as I am out of ideas.* * * *Thanks* * * *Dirk* On Thu, Mar 7, 2013 at 2:08 PM, Daniel Kulp [via CXF] ml-node+s547215n5724283...@n5.nabble.com wrote: On Mar 7, 2013, at 4

Re: JaxWsServerFactoryBean without Spring

2013-03-07 Thread Daniel Kulp
: http://cxf.547215.n5.nabble.com/JaxWsServerFactoryBean-without-Spring-tp5724258p5724271.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: JaxWsServerFactoryBean without Spring

2013-03-07 Thread Daniel Kulp
, Daniel Kulp [via CXF] ml-node+s547215n5724272...@n5.nabble.com wrote: What does your web.xml look like? Does it still reference the CXFServlet? Did you update it to change it to CXFNonSpringServlet? Dan On Mar 7, 2013, at 2:28 PM, dhogan [hidden email]http://user

Re: Question about enableWrapperStyle

2013-03-06 Thread Daniel Kulp
didn't find it. Thank you The wsdl2java tool has a -bareMethods[=method1,method2,...]* flag that can be used for the same purpose. Without the =, all methods would be stuck in the bare mode. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http

Re: CXF Schema Validation Heartburn

2013-03-06 Thread Daniel Kulp
violations to be usable, but also CXF should probably have better default behavior for some of these listed use cases. Let me know if I should file a defect. tia Rouble -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: CXF Schema Validation Heartburn

2013-03-06 Thread Daniel Kulp
On Mar 6, 2013, at 1:28 PM, David Karlsen davidkarl...@gmail.com wrote: 2013/3/6 Daniel Kulp dk...@apache.org: On Feb 27, 2013, at 1:17 PM, rouble r.ou...@gmail.com wrote: Apologies for the late reply. I did not see this response earlier. Throwing an error on unexpected elements breaks

Re: Question about SpringBus

2013-03-06 Thread Daniel Kulp
lost some configuration? Thanks GangLiu -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Webservice with CXF: How to use the ResponseWrapper?

2013-03-06 Thread Daniel Kulp
to do it: Wat is the right way to specify the resulting SOAP xml when using Java2WS? By the way: The above source snippets are just examples taken from our more complex (more fields) classes. Thanks and best regards -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community

Re: upgrade from cxf 2.6.2 to 2.7.3 null pointer error on startup

2013-02-25 Thread Daniel Kulp
in context: http://cxf.547215.n5.nabble.com/upgrade-from-cxf-2-6-2-to-2-7-3-null-pointer-error-on-startup-tp5722982p5723652.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: ClientProxy throws NullPointerException when invoking its invoke()

2013-02-22 Thread Daniel Kulp
-- View this message in context: http://cxf.547215.n5.nabble.com/ClientProxy-throws-NullPointerException-when-invoking-its-invoke-tp5723532.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: How to integrate a new data binding to cxf?

2013-02-22 Thread Daniel Kulp
-a-new-data-binding-to-cxf-tp5723590.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

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