RE: What companies are using CXF?

2010-01-19 Thread Dale Ogilvie
Does Redhat/Jboss count? http://press.redhat.com/2009/03/25/red-hat-adds-muscle-to-apache-cxf/ -Original Message- From: easternwahoo [mailto:janet.mo...@siemens.com] Sent: Wednesday, 20 January 2010 11:17 a.m. To: users@cxf.apache.org Subject: What companies are using CXF? I am writi

RE: [JAX-WS] Setting timeout for Service.create()

2009-02-18 Thread Dale Ogilvie
We have moved to loading local wsdl from file in WEB-INF/classes to avoid a hung ajp process in tomcat where the wsdl is unavailable. URL wsdlURL = getClass().getClassLoader().getResource("/ourservice.wsdl"); Service s = new Service(wsdlURL); Once we have a service, we use the c