Re: client interceptor to send parameters with headers

2008-04-23 Thread Daniel Kulp
/Default.aspx?source=TXT _TAGHM_MSN_Make_IM_Yours IONA Technologies PLC (registered in Ireland) Registered Number: 171387 Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland -- J. Daniel Kulp Principal Engineer, IONA [EMAIL

Re: Failed to read schema document 'http://schemas.xmlsoap.org/wsdl/'

2008-04-23 Thread Daniel Kulp
On Wednesday 23 April 2008, Abid Hussain wrote: Hi Daniel, today everything works fine. As you said, it seems that http://schemas.xmlsoap.org/ was kind of down. Is there anything one can do if this happens again...? Upgrade to 2.0.5? Dan Best regards, Abid Daniel Kulp schrieb: Yea

Re: client interceptor to send parameters with headers

2008-04-23 Thread Daniel Kulp
_TAGHM_MSN_Make_IM_Yours IONA Technologies PLC (registered in Ireland) Registered Number: 171387 Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland-- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Failed to read schema document 'http://schemas.xmlsoap.org/wsdl/'

2008-04-22 Thread Daniel Kulp
) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433) -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED

Re: Eclipse XSD validation for jaxws.xsd

2008-04-22 Thread Daniel Kulp
. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Failed to read schema document 'http://schemas.xmlsoap.org/wsdl/'

2008-04-22 Thread Daniel Kulp
Yea, it looks like: http://schemas.xmlsoap.org/ is pretty much hosed. None of the schemas from there are working correctly. Dan On Tuesday 22 April 2008, Daniel Kulp wrote: Is this with CXF 2.0.5 or an older version? From the stack trace, it LOOKS like it's due to: https

Re: Attributes portName, serviceName and endpointInterface are not allowed in the @WebService annotation

2008-04-22 Thread Daniel Kulp
) at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:232) at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:183) -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: create artifacts from WSDL published on the internet

2008-04-22 Thread Daniel Kulp
run: wsdl2java -d gen \ http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl just fine. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Using JAXB--can I obtain the underlying XML of SOAP request?

2008-04-22 Thread Daniel Kulp
/#Exercise_2 [2] http://www.jroller.com/gmazza/date/20080417#WFstep6 -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Exception logging on server:

2008-04-22 Thread Daniel Kulp
org.apache.cxf.phase.PhaseInterceptorChain doIntercept INFO: Application has thrown exception, unwinding now: null ... -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: soap fault question

2008-04-22 Thread Daniel Kulp
if so post me the details also.. i'm also struggling to solve this issues.. Thanks in advance Regards Suzane -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Using CXF In Existing Spring Context

2008-04-22 Thread Daniel Kulp
, it's just import the cxf stuff you want, then define your beans, configure the CXFServlet on the context you want (and don't create a cxf-servlet.xml), and it works. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Fwd: Problem when trying to test JAX-RS service

2008-04-22 Thread Daniel Kulp
; Cheers, Sergey IONA Technologies PLC (registered in Ireland) Registered Number: 171387 Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http

Re: Exception logging on server:

2008-04-22 Thread Daniel Kulp
() + : + ex.getMessage()); That should help. Thanks! -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: WS-Addressing in CXF (webapp)

2008-04-22 Thread Daniel Kulp
to the cxf-servlet.xml endpoints. cxf:features wsa:addressing/ /cxf:features thanks and regards, Bharath In theory, that's all that should be neccessary. I'm not sure if it's been completely tried though. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL

Re: IndexOutOfBoundsException in MessageContentsList

2008-04-22 Thread Daniel Kulp
, please contact the sender and delete this communication and any copies immediately. Thank you. http://www.encana.com -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: CXF 2.1 Release Date

2008-04-22 Thread Daniel Kulp
date that you are looking at to release 2.1. We would love to use CXF provide we are able to get a stable release for 2.1 at the earliest. Srinivas -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Eclipse XSD validation for jaxws.xsd

2008-04-22 Thread Daniel Kulp
and have it set to validate, eclipse needs to find it and eclipse doesn't know about the spring stuff in META-INF. Thus, a separate catalog is needed for eclipse if they aren't resolvable online. This is the same for any XML editor. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED

Re: Attributes portName, serviceName and endpointInterface are not allowed in the @WebService annotation

2008-04-22 Thread Daniel Kulp
) at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:232) at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:183) -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: CXF 2.1 Release Date

2008-04-22 Thread Daniel Kulp
very much for the quick response. What could be a possible date for official release after tomorrow's build, provided no road blocks. Srinivas On Tue, Apr 22, 2008 at 5:27 PM, Daniel Kulp [EMAIL PROTECTED] wrote: If things go well with the TCK's and stuff tonight, I'll be doing the build

Re: How to use wsdl2js output?

2008-04-21 Thread Daniel Kulp
? All the prototype classes are in there, but I cant see which one I would need to call? Has anyone got any advice? Cheers Tim -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: problem serializing class hierarchy

2008-04-21 Thread Daniel Kulp
of the execution of FakeCli is something like: [EMAIL PROTECTED] If I try to cast it to FooBar I get a ClassCastException, as expected since this class was really instantiated as Foo instead of FooBar -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Does JavaToWSDL support generics ?

2008-04-21 Thread Daniel Kulp
you should find several threads to help. Ian -- Ian Roberts | Department of Computer Science [EMAIL PROTECTED] | University of Sheffield, UK -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Using HTTPClient as a transport

2008-04-21 Thread Daniel Kulp
it registers and your Conduit stuff would be called. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: CXF 2.1 B2

2008-04-18 Thread Daniel Kulp
I thought. Thus, I expect to have full 2.0.6 and 2.1 releases ready to be voted on early/mid next week. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Does JavaToWSDL support generics ?

2008-04-17 Thread Daniel Kulp
if JavaToWSDL supports generics or should I specify an additional parameter to generate a reference to the 'Car' element in the 'getAllCarsResponse' element ? Regards, Stefan Lecho. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Invalid SOAP message

2008-04-16 Thread Daniel Kulp
. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: soap requests with no attributes or elements

2008-04-16 Thread Daniel Kulp
type instead of anyType. (it's an anonymous type, but it IS a type) -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: CXF, WS-Policy and Spring

2008-04-16 Thread Daniel Kulp
won't be able to use Spring's dependency injection then, will I? :-( [1] http://netzooid.com/blog/2007/04/23/cxf-spring-and-ws-policy-internals / -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Q: Issues when attempting to send . Wind up with gt;

2008-04-16 Thread Daniel Kulp
wrote: Interestingly, when I inspect the variable I see http://www.papernapkin.org/pastebin/view/500/ But the result in the trace to the Console via the LoggingOutInterceptor is still incorrect. Adam -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Embedded jetty with session support

2008-04-16 Thread Daniel Kulp
+ embedded jetty with session support The setup should be as easy as possible. Thanks for any help! -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com

Re: ws-transaction

2008-04-16 Thread Daniel Kulp
to see someone pick this up and start working on it. I just don't know if any of us would have the time to prioritize it. If you are interested in doing so, I'd be happy to be a mentor and help you get started. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http

Fwd: CXF has graduated!

2008-04-16 Thread Daniel Kulp
meeting, we have approved CXF's graduation out of the Incubator and as a TLP. Dan Kulp was approved as VP of the PMC. Congrats to one and all! --- -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: [2.0.5] no write methods....

2008-04-15 Thread Daniel Kulp
://www.djmick.com http://www.myspace.com/mickknutson http://www.myspace.com/BLiNCMagazine http://tahoe.baselogic.com --- -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: [2.0.5] no write methods....

2008-04-15 Thread Daniel Kulp
. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Qualified/unqualified namespace interoperability problem

2008-04-14 Thread Daniel Kulp
that parameter elements are always qualified? Moreover, perhaps someone uses CXF with the MS Web services toolkit and can share his experiences with me? Unfortunately, the toolkit seems quite buggy ... :-( Thank you very much for any comments. Best regards, Pierre -- J. Daniel Kulp

Re: [CXF] deployment problems

2008-04-14 Thread Daniel Kulp
Thx for any help, Lorenzo -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: [CXF] deployment problems

2008-04-14 Thread Daniel Kulp
for the tomcat path.. ant deployto deploy ant run_Client to run the client (edit client/org/rivenditore/ordine/OrdineInterface_OrdineInterfaceEndpoint_ Client.java uncomment the call for oneway operation to add it) Thx, Lorenzo -- J. Daniel Kulp Principal Engineer, IONA [EMAIL

Re: [2.0.5] Help to get soap message from Spring service...

2008-04-14 Thread Daniel Kulp
. Not the object I see in my soap envelope above. How do I get my User Object? All the examples I see show me to do the same thing I am already doing, but this does not work Thanks for your help -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Embedded jetty with session support

2008-04-14 Thread Daniel Kulp
side? What I want to setup is: unit testing framework = cxf + embedded jetty with session support The setup should be as easy as possible. Thanks for any help! -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: [CXF] deployment problems

2008-04-14 Thread Daniel Kulp
This is now fixed on trunk. I'll get another 2.1 snapshot out later today as there are several other fixes that need to get out to people to test as well. Dan On Monday 14 April 2008, Daniel Kulp wrote: I got the testcase, thanks. Just to clarify, I need to uncomment the operation

Re: Really Silly Deploy on Tomcat without Spring

2008-04-14 Thread Daniel Kulp
and it seems like some steps were accidentally (or intentionally) omitted. Am I doing everything wrong or I had only missed something really stupid (or simple)? best regards, Rafael Ribeiro -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Using cxf with external web-services

2008-04-11 Thread Daniel Kulp
and interfaces, but it's not quite clear how to combine such classes with cxf. In particular, up to now I've been using cxf to generate clients using the ClientProxyFactoryBean...or the DynamicClientfactory to generate the client. So, help is very appreciated. Cheers, Valerio -- J. Daniel

Re: Adding headers to soap request?

2008-04-11 Thread Daniel Kulp
service class? (or any other way) Cheers, Tim -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Problems resolving schemas using http, when wsdl is in a jar

2008-04-11 Thread Daniel Kulp
)703 790 793 e-mail: [EMAIL PROTECTED] - -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Using cxf with external web-services

2008-04-11 Thread Daniel Kulp
(App.java:31) Line 31 in my (extremely basic) application reads: 31: GlobalWeather weather = new GlobalWeather(); I have all the relevant imports etc but still no joy - any ideas? Cheers Tim On 11 Apr 2008, at 16:37, Daniel Kulp wrote: For the most part, you can just do: wsdl2java http

Re: [CXF] deployment problems

2008-04-11 Thread Daniel Kulp
); soapex.printStackTrace(); } catch(Exception ex){ System.out.println(Errore SOAP: + ex); ex.printStackTrace(); } return res; } } Any tip? Thx all, Lorenzo -- J. Daniel Kulp Principal

Re: bi-directional relationships

2008-04-11 Thread Daniel Kulp
using Document/Literal/Wrapped I am seeing this issue. How have others resolved/worked around this issue? Thanks... Chris Mathrusse [EMAIL PROTECTED] Sybase, Inc One Sybase Drive Dublin, CA 94568 (925) 236-5553 -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED

Re: NPE org.apache.cxf.attachment.AttachmentSerializer.writeAttachments

2008-04-11 Thread Daniel Kulp
) at org.apache.cxf.binding.soap.interceptor.Soap11FaultOutInterceptor.hand leMessage(Soap11FaultOutInterceptor.java:71) ... 29 more Can anybody explain me what happens here and how I can change my code this exception disappears? Help is appreciated, Christoph -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http

Re: JiBX and CXF

2008-04-11 Thread Daniel Kulp
-- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Problem with CXF WAS Deployment

2008-04-11 Thread Daniel Kulp
2008, Daniel Kulp wrote: Any chance you can try with CXF 2.0.5? I know I fixed a BUNCH of issues with URL's with spaces in them a little while ago. It MAY have been for 2.0.4, but definitely 2.0.5. Meanwhile, I'll try testing some stuff here. I cannot even get tomcat to start from a dir

Re: Local transport is both up and down at the same time, sort of.

2008-04-10 Thread Daniel Kulp
org.apache.cxf.phase.PhaseInterceptorChain doIntercept [java] INFO: Interceptor has thrown exception, unwinding now [java] java.lang.IllegalStateException: Local destination does not have a MessageObserver on address local://RosetteTextAnalyzer -- J. Daniel Kulp

Re: Multiple addresses for a service

2008-04-09 Thread Daniel Kulp
MyThingImpl(); Endpoint.publish(address1, thing); Endpoint.publish(address2, thing); -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: interceptors and faults

2008-04-09 Thread Daniel Kulp
in the IN and FAULT chain, nevertheless handleFault() is never called upon receiving a fault message from the server. could someone please clarify how faults from the server can be handled in the client-side interceptor chains (i'm using cxf v2.05)? thanks, -Florian -- J. Daniel Kulp

Re: Problem with CXF WAS Deployment

2008-04-09 Thread Daniel Kulp
'IntegrationFault.xsd'.: java.io.FileNotFoundException: C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01\IntegrationFault.xsd (The system cannot find the file specified.) -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Multiple addresses for a service

2008-04-09 Thread Daniel Kulp
tried to access http://localhost:8080/MyThingInstance?wsdl and http://localhost:8080/MyThingInstance2?wsdl. Both the WSDL has the same service definition. I do not see MyThingInstance2 anywhere in the WSDL. Am I missing something? Best regards Arul Daniel Kulp wrote: On Wednesday 09

Re: Multiple addresses for a service

2008-04-09 Thread Daniel Kulp
On Wednesday 09 April 2008, Arul Dhesiaseelan wrote: Daniel Kulp wrote: On Wednesday 09 April 2008, Benson Margulies wrote: A bit of googling got me nowhere here. I want to publish a service on both a http: address and a local: address. Two jaxws:endpoints? Can they point to the same

Re: Problems using Jettison for JSON mapped parsing

2008-04-09 Thread Daniel Kulp
=value) private ListString stringList; Is this a Jettison bug or am I missing something?? Any tip would be greatly appreciated!! Thanks Rui Ramos -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Problem with CXF WAS Deployment

2008-04-09 Thread Daniel Kulp
? (@WebService annotation, in a xml config file, etc..) Can you please let me know how this can be resolved while having spaces in the foder names. thanks and regards, Bharath Daniel Kulp [EMAIL PROTECTED] wrote on 04/09/2008 04:08:34 PM: Couple questions: 1) What version of CXF? 2) What

Re: Manifest puzzle

2008-04-08 Thread Daniel Kulp
thing that ant uses when not forking will read the manifests. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: NoSuchMethodError: When creating SoapFault in WebLogic 9.2

2008-04-08 Thread Daniel Kulp
) at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker. java:82) ... 26 more -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Need help with WSDL2Java

2008-04-08 Thread Daniel Kulp
/definitions . -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Thrown by JAXB : undefined element declaration 's:schema'

2008-04-08 Thread Daniel Kulp
/s:complexType supposed to mean? I see no element named 'schema' . -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Deploy into websphere 6.1

2008-04-08 Thread Daniel Kulp
. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: CXF and http session?

2008-04-08 Thread Daniel Kulp
are you using for that? -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: /soapenv:Envelope

2008-04-07 Thread Daniel Kulp
* There should be a /soapenv:Envelope at the end of this request * -- View this message in context: http://www.nabble.com/%3C-soapenv%3AEnvelope%3E-tp16498308p16498308 .html Sent from the cxf-user mailing list archive at Nabble.com. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED

Re: CXF Service End Points reloaded every time in WebLogic

2008-04-07 Thread Daniel Kulp
: Replaced the http destionFactory with servlet transport factory Apr 5, 2008 12:39:06 PM org.apache.cxf.transport.servlet.CXFServlet loadAdditionalConfig INFO: Build endpoints from config-location: /WEB-INF/cxf-servlet.xml -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http

Re: Base class members not serializing / deserializing

2008-04-07 Thread Daniel Kulp
= info.getQueryParameters(); -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Interceptor throwing exception

2008-04-07 Thread Daniel Kulp
? -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Re-4: Using CXF in OSGi

2008-04-04 Thread Daniel Kulp
. I'm looking forward to seeing the example. Go Guillaume, go! ;-) Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED

Re: Parameters not being resolved - broken going from 2.0.3 - 2.0.4 and still broken in 2.0.5

2008-04-04 Thread Daniel Kulp
is appreciated. Thanks, Zarar -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Parameters not being resolved - broken going from 2.0.3 - 2.0.4 and still broken in 2.0.5

2008-04-04 Thread Daniel Kulp
will expect unqualified. Dan On Friday 04 April 2008, Daniel Kulp wrote: Most likely, it's an element qualification issue. In 2.0.4, we had to fix a bunch of issues with improper soap messages being produced/consumed due to elements that should have been qualified not being qualified

Re: SoapWithAttachments

2008-04-04 Thread Daniel Kulp
get the attachment with CXF client. Any example code is apreciated. --Vijay -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: SoapWithAttachments

2008-04-04 Thread Daniel Kulp
using wsdl2java. Thx for any help. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: JAXB substitutionGroups

2008-04-04 Thread Daniel Kulp
Consider the environment. Please don't print this e-mail unless you really need to. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: I have the TRaX, can you help?

2008-04-04 Thread Daniel Kulp
as it's having problems creating a transformer, but it MAY at least provide a better indication of WHY it's not working. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: I have the TRaX, can you help?

2008-04-04 Thread Daniel Kulp
On Friday 04 April 2008, Daniel Kulp wrote: On Thursday 03 April 2008, jm1468 wrote: ... WARNING: org.apache.cxf.transport.http.WSDLQueryHandler Exception caught writing response: Failed to configure TRaX ... org.apache.cxf.interceptor.Fault: No such operation Ick

Re: Removing namespaces on serialized responses

2008-04-04 Thread Daniel Kulp
) there was a way to configure CXF/ JAXB not to write a namespace into the serialized object that is returned from a service method. Does anyone know how to do this and maybe can post a snippet? Thanks, Brad -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Possible to use CXF without Spring ?

2008-04-03 Thread Daniel Kulp
(transitively) all its Spring depedencies. Thanks, Valerio -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Dynamic Client/Server Side Configuration using API for Java First Spring WS

2008-04-03 Thread Daniel Kulp
a JaxWsServerFactoryBean. jaxws:client is configuring a JaxWsProxyFactoryBean instance. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Possible to use CXF without Spring ?

2008-04-03 Thread Daniel Kulp
Thanks, Valerio On Thu, Apr 3, 2008 at 11:42 PM, Daniel Kulp [EMAIL PROTECTED] wrote: CXF can be used without spring for some very basic use cases. Basically, simple JAXWS+JAXB client/server with no configuration (or use API's for configuration) and none of the complex things like

Re: Dynamic Client/Server Side Configuration using API for Java First Spring WS

2008-04-03 Thread Daniel Kulp
=/CustomerService / /beans **Thanks! Arul Daniel Kulp wrote: On Thursday 03 April 2008, Arul Dhesiaseelan wrote: Hello! I am developing a Java first spring based CXF services. Is there a way to dynamically create services and clients at runtime rather using service-beans.xml and client

Re: NTLM Support?

2008-04-02 Thread Daniel Kulp
to serve to a flex client, so I'd like to keep it in the family, so to speak. Thanks for your time, Mario -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: CXF 2.1 release

2008-04-01 Thread Daniel Kulp
later this week. I'd REALLY like any extra eyes on it to give it some good testing. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Error during build !!

2008-04-01 Thread Daniel Kulp
will be there?? Yea. It's not a maven thing. It's internal to the validator unit tests. (and one of the system tests as well I think). I BELIEVE both are fixed in 2.0.5 which I'm waiting for it to sync to the mirrors. Dan -Original Message- From: Daniel Kulp [mailto:[EMAIL

Re: WSDL First Development Cycle - specifically wsdl:port address question

2008-04-01 Thread Daniel Kulp
can use Spring Dependency Injection for that if helpful. Glen [1] http://www.jroller.com/gmazza/date/20071019#notes [2] http://www.jroller.com/gmazza/entry/using_the_ebay_shopping_api1 -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Preferred JDK Version?

2008-04-01 Thread Daniel Kulp
which should work fine for JDK6. (although I don't have JDK6 installed to really test with yet) Dan Thanks, David On 10/4/07, Daniel Kulp [EMAIL PROTECTED] wrote: Also, should I pursue using JDK6 for deployment? Do I gain anything with JDK6 as far as CXF is concerned? I

Re: WSDL First Development Cycle - specifically wsdl:port address question

2008-04-01 Thread Daniel Kulp
, that is what will appear. Dan [1] http://jira.codehaus.org/browse/CXF-1497 Thanks for the help. Brent Daniel Kulp wrote: If the client is grabbing the wsdl view the ?wsdl flag to the endpoint, it SHOULD be getting a modified wsdl that has the proper address in it. If that's

Re: Webservice client sending null parameters to host

2008-04-01 Thread Daniel Kulp
. replacing it with, parameters.put(part, dr.read(part, xmlReader)); results in right behavior. I may be wrong, but sharing my own experience with you all. With Regards, Mayank Daniel Kulp wrote: Any chance you can send a sample project that shows the problem? Kind of hard

Re: CXF via https - Client can't send message ( simple frontend java configuration ServerFactoryBean/ClientProxyFactoryBean)

2008-04-01 Thread Daniel Kulp
();   tlsParams.setSecureSocketProtocol(SSL); .set more TLS things.   httpConduit.setTlsClientParameters(tlsParams); -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Problems in using TLS

2008-04-01 Thread Daniel Kulp
could be? Cheers, Brenan -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: 27 March 2008 18:38 To: cxf-user@incubator.apache.org Cc: Brendan Maguire (brmaguir) Subject: Re: Problems in using TLS I don't suppose there would be any chance of you trying the 2.0.5

[ANNOUNCE] Apache CXF 2.0.5-incubator is released!

2008-04-01 Thread Daniel Kulp
-lists.html If you have feedback, questions or would like to get involved in the CXF project please join the mailing lists and let us know your thoughts. The Apache Incubator CXF Team http://incubator.apache.org/cxf/ -- J. Daniel Kulp [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Error during build !!

2008-03-31 Thread Daniel Kulp
- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2008 11:31 PM To: cxf-user@incubator.apache.org Cc: harbhanu; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Error during build !! Hmm... that one I have NO idea and cannot reproduce. :-( I even upgrade my JDK

Re: Problem with CXF inheritance exception

2008-03-31 Thread Daniel Kulp
it in the future CXF version? Thank you in advance, GUEIDAO Eric -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: cxf-2.0.5 snapshot fails with scope=session

2008-03-28 Thread Daniel Kulp
On Friday 28 March 2008, Vassilis Virvilis wrote: On Thursday 27 March 2008, Daniel Kulp wrote: Any chance you could creaet a small HelloWorld war or similar that demonstrates the problem? Hearing that something worked in 2.0.4, but doesn't in 2.0.5 really concerns me. I'd like to track

Re: cxf-2.0.5 snapshot fails with scope=session

2008-03-28 Thread Daniel Kulp
. Thus, my gut feeling says your 2.0.4 lib dir has those, but that's not something we included by default. Dan On Friday 28 March 2008, Vassilis Virvilis wrote: On Thursday 27 March 2008, Daniel Kulp wrote: Any chance you could creaet a small HelloWorld war or similar that demonstrates

Re: scope=session client side configuraion

2008-03-28 Thread Daniel Kulp
client -- but the message Hi there is never printed. I am obviously missing something but what? Maybe the type of the Interceptor that I am extending? .bill -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Software caused connection abort: recv failed (https and cxf)

2008-03-28 Thread Daniel Kulp
suggestions? Thanks __ Voce Senza Limiti: chiama in tutta Italia a 0 cent. SOLO 9,90 EURO AL MESE fino al 27/03/08! http://abbonati.tiscali.it/promo/vocesenzalimiti_2603/ -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http

Re: CXF client side logging setup with spring throws NPE

2008-03-28 Thread Daniel Kulp
or 2.5.1. Alternatively, you can try the CXF 2.0.5 release candidates found at: http://people.apache.org/~dkulp/stage_cxf/2.0.5-incubator/ That bug is fixed in those. With any luck, 2.0.5 should be released on Monday. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http

Re: service caching

2008-03-28 Thread Daniel Kulp
that the service caching will be available soon so I can migrate the current axis-1.2 application to cxf On Thu, Mar 20, 2008 at 7:33 PM, Daniel Kulp [EMAIL PROTECTED] wrote: On Thursday 20 March 2008, Christopher Cheng wrote: Looks like 2.0.5 is going to release soon, is this service

  1   2   3   4   5   6   7   >