JNDI NameNotFoundException from CXF

2008-06-24 Thread Christopher . Mathrusse
I'm deploying my web application that is basically a web service client. When I deploy it to GlassFish I get a JNDI NameNotFoundException that seems to be coming from CXF.

WSDLToJava Error: Thrown by JAXB

2008-06-02 Thread Christopher . Mathrusse
I'm attempting to upgrade from the CXF incubator project to CXF 2.1. I've managed to get my server up and running with the web services exposed successfully, but when I attempt to generate the client files using WSDLToJava I received the following exception: [java] WSDLToJava Error:

Re: WSDLToJava Error: Thrown by JAXB

2008-06-02 Thread Christopher . Mathrusse
It appears that this is not caused by my binding file. When I remove my binding file from the build, meaning I don't tell WSDLToJava about my binding file, I still receive the error. Do I have a library out of sync somewhere? Chris Mathrusse [EMAIL PROTECTED] Sybase, Inc One Sybase Drive

Unable to get CXF to honor http-conf:client ReceiveTimeout

2008-06-02 Thread Christopher . Mathrusse
I'm attempting to increase the connection receive timeout of my client but I am having no luck. I've followed the documentation by adding the following to my spring configuration: http-conf:conduit name=*.http-conduit http-conf:client ConnectionTimeout=6 ReceiveTimeout=0/