You are viewing a plain text version of this content. The canonical link for it is here.
- Re: WSD2JS Not Creating Schema Objects - posted by Benson Margulies <bi...@gmail.com> on 2009/11/01 15:59:41 UTC, 5 replies.
- Re: Start time of cxf - posted by fl...@icw.de on 2009/11/02 13:22:09 UTC, 2 replies.
- Can schema validation detect more than one error? - posted by easternwahoo <ja...@siemens.com> on 2009/11/02 17:23:57 UTC, 4 replies.
- What kind of Web Service is this? - posted by Steve Cohen <st...@comcast.net> on 2009/11/02 17:41:01 UTC, 4 replies.
- Re: Use of CXF without javax.wsdl.extensions.soap12 package - posted by Fabrice Fontenoy <fa...@sophia.inria.fr> on 2009/11/02 18:15:48 UTC, 0 replies.
- Re: WSDLs, Schemas in a jar separate from Web Service impl - posted by Craig Tataryn <cr...@tataryn.net> on 2009/11/02 18:25:09 UTC, 0 replies.
- Would like to send custom XML back whenever a 400 or 500 category error happens - posted by Henrik Martin <he...@rovicorp.com> on 2009/11/02 19:07:05 UTC, 7 replies.
- JAX-RS service hiding? - posted by Benson Margulies <bi...@gmail.com> on 2009/11/02 21:16:29 UTC, 2 replies.
- WADL, WADL, QUACK! (explosion requesting WADL from JAX-RS service) - posted by Benson Margulies <bi...@gmail.com> on 2009/11/02 21:38:40 UTC, 2 replies.
- CXF Aegis data binding timeout - posted by Eric Ma <er...@db.com> on 2009/11/02 22:26:02 UTC, 1 replies.
- Re: WADL, WADL, QUACK! (explosion requesting WADL from JAX-RS service) - posted by Benson Margulies <bi...@gmail.com> on 2009/11/02 22:31:13 UTC, 1 replies.
- CXF Aegis data binding timeout after 20 seconds - posted by Eric Ma <er...@db.com> on 2009/11/02 22:32:32 UTC, 3 replies.
- Bug in the CXF JAXB marshaller when using attributes with namespaces? - posted by Jim Talbut <jt...@spudsoft.co.uk> on 2009/11/03 07:28:38 UTC, 0 replies.
- Need an introduction to Apache CXF - posted by Kanthan <ka...@hcl.in> on 2009/11/03 09:19:21 UTC, 5 replies.
- JBoss 5.1 - posted by Benson Margulies <bi...@gmail.com> on 2009/11/03 14:23:24 UTC, 9 replies.
- JavaScript and OSGi - posted by Eric Johnson <EM...@progress.com> on 2009/11/03 15:34:57 UTC, 1 replies.
- Re : Need an introduction to Apache CXF - posted by ku...@yahoo.fr on 2009/11/03 17:10:42 UTC, 1 replies.
- Using WS-Addressing 2004/08 - posted by Jason Clark <je...@gmail.com> on 2009/11/03 17:37:25 UTC, 7 replies.
- Using REST/CXF to return an Image - posted by cgswtsu78 <cg...@proofpoint.com> on 2009/11/03 18:22:00 UTC, 1 replies.
- Return an Image from a REST webservice api - posted by cgswtsu78 <cg...@proofpoint.com> on 2009/11/03 18:23:18 UTC, 6 replies.
- CXF, don't want it to init lazy Spring beans at startup - posted by "Kessel, Christopher" <ck...@transunion.com> on 2009/11/03 18:27:04 UTC, 1 replies.
- Using cxf java2wsdl causes anonymous type exception when deploying (crosspost) - posted by Randd12 <ra...@hushmail.com> on 2009/11/03 21:30:42 UTC, 1 replies.
- SSL Woes. Can't get past handshake_failure message - posted by cj91 <Jo...@argushealth.com> on 2009/11/03 22:34:52 UTC, 1 replies.
- JMS message type clarification - posted by Bryan99 <br...@comcast.net> on 2009/11/03 23:50:20 UTC, 2 replies.
- Spring Bean Injection for Endpoint - posted by Григорий Лобач <sc...@gmail.com> on 2009/11/04 09:54:42 UTC, 3 replies.
- wsdl2java :Java Parameter Name Customization - posted by phplover <ph...@yahoo.com> on 2009/11/04 11:35:51 UTC, 1 replies.
- Problem with illegal characters I guess... - posted by vlaladim <vl...@gmail.com> on 2009/11/04 13:50:45 UTC, 9 replies.
- Re: Trouble wireing up Spring-DM Server & CXF in Eclipse (with Maven support) - posted by Raughan <dc...@perimeterusa.com> on 2009/11/04 21:23:36 UTC, 0 replies.
- CXF and XmlJavaTypeAdapter annotation at the method level - posted by Eric Ma <er...@db.com> on 2009/11/04 23:44:25 UTC, 1 replies.
- NPE when doing a post with null content type - posted by Mustafa Sezgin <ms...@aconex.com> on 2009/11/05 08:03:19 UTC, 4 replies.
- Re: Marshalling Error when Schema Validation is On - posted by Suneet Shah <su...@gmail.com> on 2009/11/05 08:15:01 UTC, 0 replies.
- Calling web service in JBoss generates ERROR, but not in Tomcat - posted by Lisa S <li...@bluegarden.se> on 2009/11/05 08:57:47 UTC, 2 replies.
- REST CustomOutInterceptor.java actually working? - posted by Andreas Sahlbach <an...@gmail.com> on 2009/11/05 19:17:30 UTC, 4 replies.
- Re: Rest and Static Content - posted by Sergey Beryozkin <sb...@progress.com> on 2009/11/05 19:40:04 UTC, 0 replies.
- Re: JAXRS: Multiple service beans problem - posted by Sergey Beryozkin <se...@iona.com> on 2009/11/05 19:58:17 UTC, 2 replies.
- Combining SOAP (JAX-WS) and REST(JAX-RS) for same method - posted by "Pydipati, Karuna" <kp...@stubhub.com> on 2009/11/05 20:31:13 UTC, 1 replies.
- Calling SOAP Services via Axis1/2 from within OSGi bundle - posted by Chris Blunck <ch...@thebluncks.com> on 2009/11/05 21:36:51 UTC, 4 replies.
- Is it possible to parse json response using JAXRS WebClient? - posted by Sadhana Jain <Sa...@rovicorp.com> on 2009/11/06 09:47:10 UTC, 12 replies.
- wsdl2java bug? bad classname for DatatypeConverter - posted by Linus Kamb <ka...@emsc-csem.org> on 2009/11/06 10:40:32 UTC, 1 replies.
- Problem Creating JAXWS Client - posted by Suneet Shah <su...@gmail.com> on 2009/11/06 16:49:29 UTC, 8 replies.
- Re: Deployment on WebSphere 6.1 Fails - Please help! - posted by oakridge <ce...@yahoo.com> on 2009/11/07 18:30:40 UTC, 0 replies.
- No such operation on 'service list' page - posted by Matthew Cordes <co...@gmail.com> on 2009/11/07 21:13:09 UTC, 2 replies.
- Re: JAX-RS form reading, I'm stumped - posted by Sergey Beryozkin <se...@iona.com> on 2009/11/08 20:00:46 UTC, 0 replies.
- RE: Issues marshalling a JSON String to Java Objects (works fine from Java to JSON) - posted by Sergey Beryozkin <se...@iona.com> on 2009/11/08 20:05:25 UTC, 0 replies.
- Unmarshalling Error - posted by Suneet Shah <su...@gmail.com> on 2009/11/09 07:47:00 UTC, 9 replies.
- Classloader leakage when using JAXB binding in appServer - posted by Daniel Feist <df...@gmail.com> on 2009/11/09 13:25:21 UTC, 3 replies.
- testing wsdl generation - posted by Laurent Michenaud <lm...@adeuza.com> on 2009/11/09 13:57:27 UTC, 1 replies.
- Strategy for CXF integration with Spring Security - posted by easternwahoo <ja...@siemens.com> on 2009/11/09 16:12:46 UTC, 3 replies.
- UsernameToken with encryption... - posted by Steven Thein <st...@oracle.com> on 2009/11/09 17:33:03 UTC, 1 replies.
- Pointer to a strategy on interface versioning? - posted by "Kessel, Christopher" <ck...@transunion.com> on 2009/11/09 18:40:45 UTC, 4 replies.
- WS-SecureConversation and RequireDerivedKeys causes Exception - posted by bschuette <bj...@schuetteonline.de> on 2009/11/09 20:03:35 UTC, 2 replies.
- CXF and Custom Annotation - posted by "Pydipati, Karuna" <kp...@stubhub.com> on 2009/11/10 00:48:58 UTC, 8 replies.
- Using @CookieParam to retrieve a cookie only returns the last cookie - posted by jongraf <Jo...@hbo.com> on 2009/11/10 16:18:32 UTC, 3 replies.
- random SAXParseException : The declaration for the entity "ContentType" must end with '>'. - posted by Thomas Manson <de...@gmail.com> on 2009/11/10 16:38:07 UTC, 3 replies.
- Unmarshalling Error: cvc-complex-type.2.4 - posted by Suneet Shah <su...@gmail.com> on 2009/11/10 16:51:44 UTC, 1 replies.
- Dynamic CXF WebService powered by OSGI - posted by Raughan <dc...@perimeterusa.com> on 2009/11/10 17:26:13 UTC, 1 replies.
- Re: random SAXParseException : The declaration for the entity "ContentType" must end with '>'. - posted by Daniel Kulp <dk...@apache.org> on 2009/11/10 18:43:20 UTC, 1 replies.
- CXF on Weblogic 10 cluster - posted by vickatvuuch <vl...@gmail.com> on 2009/11/11 03:44:11 UTC, 3 replies.
- JAXB xml response marshalling issue - posted by Cristian Botiza <Cr...@endava.com> on 2009/11/11 11:14:41 UTC, 12 replies.
- How to get rid of certain runtime exceptions in the log? - posted by Tomas Majak <to...@nasdaqomx.com> on 2009/11/11 11:28:03 UTC, 3 replies.
- How to configure CXF client consume wsdl with overloaded methods? - posted by "Alpin, Luba" <Lu...@lsi.com> on 2009/11/11 13:02:27 UTC, 17 replies.
- cxf 2.1.5 release - posted by Alexandre Jaquet <al...@gmail.com> on 2009/11/11 13:37:10 UTC, 1 replies.
- Enabling WS-RM interceptors via the JAX-WS factory API not possible? - posted by Alexandros Karypidis <ak...@yahoo.gr> on 2009/11/11 14:50:53 UTC, 0 replies.
- Error handling - posted by suraj chhetry <su...@gmail.com> on 2009/11/11 16:26:41 UTC, 1 replies.
- Argument appears in message but is null in implementation method - posted by ddyer <dd...@artifact-software.com> on 2009/11/11 18:45:50 UTC, 3 replies.
- AbstractSoapInterceptor can't access Addressing Properties - posted by Jason Clark <je...@gmail.com> on 2009/11/11 19:14:34 UTC, 2 replies.
- Unmarshalling error while processing soap fault. - posted by deepika vadapalli <de...@gmail.com> on 2009/11/11 21:29:05 UTC, 7 replies.
- CXF REST Map as argument can it handle it? - posted by vickatvuuch <vl...@gmail.com> on 2009/11/12 04:02:01 UTC, 8 replies.
- SOAP Interceptor question - posted by "Pydipati, Karuna" <kp...@stubhub.com> on 2009/11/12 06:52:45 UTC, 1 replies.
- Problem deploying CXF project (war) to Weblogic 10.1 - posted by KnutIvar <kn...@gmail.com> on 2009/11/12 16:19:20 UTC, 1 replies.
- jetty management support for http-jetty - posted by "Frueh, Shane A." <Sh...@Pearson.com> on 2009/11/12 16:27:43 UTC, 1 replies.
- @XmlValue complaining about non existent @XmlElement - posted by "Kessel, Christopher" <ck...@transunion.com> on 2009/11/12 19:29:19 UTC, 4 replies.
- Re: Problem with Distributed OSGi and complex data types (AWT) - posted by David Bosschaert <da...@gmail.com> on 2009/11/13 01:41:10 UTC, 0 replies.
- help [SEC=UNCLASSIFIED] - posted by Andrew Rowe <an...@abs.gov.au> on 2009/11/13 05:19:33 UTC, 0 replies.
- Jason Laskowski/HEI/AHC is out of the office. - posted by ja...@aurora.org on 2009/11/13 05:34:12 UTC, 0 replies.
- JAX-RS : possibly a breaking change for code dealing with multipart/form-data requests - posted by Sergey Beryozkin <sb...@progress.com> on 2009/11/13 10:38:15 UTC, 0 replies.
- Integrating DOSGi RI into ServiceMix 4 - posted by Sergey Beryozkin <sb...@progress.com> on 2009/11/13 13:22:04 UTC, 0 replies.
- Deploying RESTful Webservice on JBOSS 5.1.0 using Apache CXF framework - posted by damica <da...@hotmail.com> on 2009/11/13 16:04:31 UTC, 1 replies.
- CXF wsdl loosing wsdl:types after the first request goes through - posted by mars_82 <ta...@oclc.org> on 2009/11/13 17:36:20 UTC, 1 replies.
- Re: Multiple Custom Providers - posted by rkam <ra...@gmail.com> on 2009/11/13 19:05:22 UTC, 2 replies.
- WSDL to Java and SOAP 1.2 - posted by John Hite <jh...@appsecinc.com> on 2009/11/13 19:34:00 UTC, 4 replies.
- wsdl2java problem - posted by tog <gu...@gmail.com> on 2009/11/14 03:52:40 UTC, 1 replies.
- WSDL2JAVA, store WSDLs and XSDs locally - posted by Dominik Raymann <ra...@gmx.ch> on 2009/11/14 15:31:43 UTC, 5 replies.
- Problems in wsdl2java generation of no-argument method - posted by Marco Tedone <ma...@googlemail.com> on 2009/11/15 18:56:31 UTC, 1 replies.
- Basic question regarding the client. - posted by Andres Olarte <ol...@gmail.com> on 2009/11/16 05:24:58 UTC, 2 replies.
- injecting configuration info (JAX-RS) - posted by John Klassa <jo...@klassa.com> on 2009/11/16 15:01:46 UTC, 2 replies.
- Aegis with complex types - posted by tog <gu...@gmail.com> on 2009/11/16 16:22:38 UTC, 1 replies.
- Consecutive messages are sent in the same POST request - posted by sirdsoriano <so...@strands.com> on 2009/11/16 17:51:58 UTC, 3 replies.
- WS-Security field level encryption pass through - posted by Howard Points <ho...@aa.com> on 2009/11/16 18:49:07 UTC, 2 replies.
- Exception : getWriter() has already been called for this response - posted by Parimal Dhinoja <pd...@gmail.com> on 2009/11/16 20:47:25 UTC, 10 replies.
- CXF jaxrs REST exception stack trace propagated to REST client, can exception be wrapped up or filtered out or AOP intercepted? - posted by vickatvuuch <vl...@gmail.com> on 2009/11/16 23:30:16 UTC, 6 replies.
- Unmarshalling problems with returned wrapped lists using xmlbeandatabinding - posted by Matias Urbieta <mu...@gpi.com.ar> on 2009/11/17 00:00:38 UTC, 1 replies.
- High memory usage with web service registration - posted by Basavaraja U T <ba...@huawei.com> on 2009/11/17 08:40:06 UTC, 1 replies.
- Spring 3.0-RC2 and CXF2.2.4 leads to "No binding factory for namespace http://schemas.xmlsoap.org/soap/" - posted by moslm <mo...@lastminute.de> on 2009/11/17 15:40:42 UTC, 3 replies.
- Building and deploying in different locations - posted by "Hale,Katherine" <ha...@oclc.org> on 2009/11/17 16:00:20 UTC, 1 replies.
- How to control the number of threads available for processing SOAP requests? and what is the default? - posted by Kent Närling <ke...@seamless.se> on 2009/11/17 16:45:02 UTC, 0 replies.
- Re: How to control the number of threads available for processing SOAP requests? and what is the default? - posted by Daniel Kulp <dk...@apache.org> on 2009/11/17 17:06:07 UTC, 0 replies.
- Deploying JAXWS&JAXRS together - error - posted by "Pydipati, Karuna" <kp...@stubhub.com> on 2009/11/18 00:49:35 UTC, 21 replies.
- RE: CXF REST and SOAP exception propagation - posted by vickatvuuch <vl...@gmail.com> on 2009/11/18 01:01:08 UTC, 1 replies.
- Stateful webservices - posted by Andres Olarte <ol...@gmail.com> on 2009/11/18 02:08:00 UTC, 7 replies.
- wsdl2java does not generate serviceName in @WebService-Annotation?! - posted by Malte Finsterwalder <ma...@finsterwalder.name> on 2009/11/18 16:16:49 UTC, 1 replies.
- Soap Fault handling in the Out Interceptor - posted by vickatvuuch <vl...@gmail.com> on 2009/11/18 17:37:28 UTC, 4 replies.
- Programatically change the WSDL address location - posted by Guðmundur Stefán Þorvaldsson <gu...@eplica.is> on 2009/11/18 17:47:53 UTC, 2 replies.
- JAX-RS and cache-control - posted by Benson Margulies <bi...@gmail.com> on 2009/11/18 18:09:38 UTC, 6 replies.
- Namespace issues - posted by Suneet Shah <su...@gmail.com> on 2009/11/18 18:22:13 UTC, 0 replies.
- CXF newbie with client troubles - posted by Jonathan Bricker <je...@gmail.com> on 2009/11/18 19:22:11 UTC, 0 replies.
- pretty printing XML - posted by John Klassa <jo...@klassa.com> on 2009/11/18 19:35:02 UTC, 7 replies.
- [ANN] Apache CXF versions 2.2.5 and 2.1.8 released - posted by Daniel Kulp <dk...@apache.org> on 2009/11/18 21:00:03 UTC, 0 replies.
- How to communicate JAX-RS with https - posted by Parimal Dhinoja <pd...@gmail.com> on 2009/11/18 21:27:13 UTC, 3 replies.
- CXF code first schema validation - posted by vickatvuuch <vl...@gmail.com> on 2009/11/19 01:09:13 UTC, 0 replies.
- WSDL2JS and Ext JS woes - posted by noosy <va...@dsto.defence.gov.au> on 2009/11/19 06:51:44 UTC, 4 replies.
- RE: pretty printing XML - AtomFeedProvider - posted by Paul Wilton <Pa...@bbc.com> on 2009/11/19 14:58:31 UTC, 1 replies.
- interceptors - message - posted by Ernst Oberortner <e....@infosys.tuwien.ac.at> on 2009/11/19 15:11:10 UTC, 0 replies.
- CXF SOAP over JMS and Camel/Generic Interceptor - posted by Coder One <co...@yahoo.com> on 2009/11/20 00:40:20 UTC, 4 replies.
- WSDL2Java with -allowElementReferences with cxf 2.2.x - posted by Shannon Hastings <sh...@osumc.edu> on 2009/11/20 02:06:36 UTC, 0 replies.
- JAXWS&JAXRS together - error handling? - posted by "Pydipati, Karuna" <kp...@stubhub.com> on 2009/11/20 05:48:50 UTC, 2 replies.
- HTTP Basic authentication in JAX-RS programmatically - posted by Dabernig Josef <da...@freemails.at> on 2009/11/20 09:11:47 UTC, 1 replies.
- Problem creating JAX-WS Client - posted by Suneet Shah <su...@gmail.com> on 2009/11/20 12:54:42 UTC, 0 replies.
- Problems with spring web client - posted by Jonathan Bricker <je...@gmail.com> on 2009/11/20 15:46:20 UTC, 0 replies.
- ServiceConstructionException when upgrading to 2.2.5 - posted by Andrew Clegg <an...@gmail.com> on 2009/11/20 15:55:51 UTC, 0 replies.
- Hooking into CXF's XML<->Object handling? - posted by "Kessel, Christopher" <ck...@transunion.com> on 2009/11/20 19:19:02 UTC, 3 replies.
- log file noise... is this normal? - posted by John Klassa <jo...@klassa.com> on 2009/11/20 19:20:33 UTC, 2 replies.
- How to specify QueryParam name in a Java object being passed in? - posted by Simona Afifi <si...@yahoo.com> on 2009/11/20 19:39:55 UTC, 3 replies.
- [New feature] Logging in ATOM Feeds and pushing to client - posted by amichalec <an...@gmail.com> on 2009/11/21 01:33:46 UTC, 3 replies.
- CXF & Camel & Spring & ActiveMQ Integration Problems - posted by Coder One <co...@yahoo.com> on 2009/11/21 17:05:52 UTC, 7 replies.
- Handling Special Characters In CXF - posted by Carlo Camerino <ca...@gmail.com> on 2009/11/23 01:44:15 UTC, 3 replies.
- unsupported operation exception - posted by Matthew Shaw <Ma...@facet.com.au> on 2009/11/23 06:58:59 UTC, 5 replies.
- CXF JAX-WS implementation creates a new JAXBContext for each webservice published - posted by Basavaraja U T <ba...@huawei.com> on 2009/11/23 08:57:40 UTC, 0 replies.
- Fake the understanding of a "soap:mustUnderstand" header - posted by Alexandros Karypidis <ak...@yahoo.gr> on 2009/11/23 11:38:43 UTC, 2 replies.
- To implement chat application between server and client - posted by Kanthan <ka...@hcl.in> on 2009/11/23 12:47:56 UTC, 0 replies.
- URI parsing (for fun and profit) - posted by John Klassa <jo...@klassa.com> on 2009/11/23 16:09:20 UTC, 2 replies.
- CXF bean property validation - posted by vickatvuuch <vl...@gmail.com> on 2009/11/23 18:07:41 UTC, 3 replies.
- How to create W3CEndpointReference within my impl class - posted by Oliver Wulff <ow...@progress.com> on 2009/11/24 11:21:31 UTC, 0 replies.
- org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:75) - posted by Kanthan <ka...@hcl.in> on 2009/11/24 15:50:32 UTC, 0 replies.
- JAX-RS service and JMX Performance Monitoring - posted by devylon <in...@gmail.com> on 2009/11/24 17:51:03 UTC, 4 replies.
- Helper for copying values between database and response object - posted by Ralf Heydenreich <rh...@justmail.de> on 2009/11/24 19:57:54 UTC, 1 replies.
- Simple front end: IllegalArgumentException: A fault with name already exists - posted by sassjh <sa...@sas.com> on 2009/11/24 20:43:09 UTC, 0 replies.
- One endpoint handling multiple URL paths - posted by Lukasz Lichota <Lu...@sabre.com> on 2009/11/25 10:41:05 UTC, 3 replies.
- .ServiceConstructionException: Could not resolve a binding for null - posted by Ralf Heydenreich <rh...@justmail.de> on 2009/11/25 12:30:48 UTC, 0 replies.
- How to pass HttpClient properties? - posted by Daniel Travin <dt...@gmail.com> on 2009/11/25 17:09:25 UTC, 1 replies.
- CXF Weblogic 10 services page not listing CXF services deployed - posted by vickatvuuch <vl...@gmail.com> on 2009/11/25 20:06:08 UTC, 0 replies.
- REST and Jasper - posted by Matthew Shaw <Ma...@facet.com.au> on 2009/11/26 00:53:42 UTC, 3 replies.
- Dispatch - how to get exception as soap message - posted by Lukasz Lichota <Lu...@sabre.com> on 2009/11/26 11:02:39 UTC, 0 replies.
- Re: help with using cxf-dosgi in a web container. - posted by David Bosschaert <da...@gmail.com> on 2009/11/26 12:35:51 UTC, 2 replies.
- Signing an MTOM attachment only, not the entire message - posted by emilSverige <es...@gmail.com> on 2009/11/26 13:39:32 UTC, 0 replies.
- Using CXF in Eclipse RCP - posted by Christian Schneider <ch...@die-schneider.net> on 2009/11/26 17:22:22 UTC, 9 replies.
- JAXB bean with no root element - posted by Matthew Shaw <Ma...@facet.com.au> on 2009/11/27 03:24:01 UTC, 1 replies.
- @Produce - MIME TYPE implemented in CXF-JAXRS - posted by cmoulliard <cm...@gmail.com> on 2009/11/27 13:14:03 UTC, 3 replies.
- MTOM OutOfMemory - posted by baeschtu baeschtu <ba...@gmail.com> on 2009/11/27 17:08:00 UTC, 1 replies.
- JMS - JAX-RS multiple service beans - only one is managed - posted by Paul Wilton <Pa...@bbc.com> on 2009/11/27 17:39:36 UTC, 3 replies.
- WSDL wsaw:Action vs soapAction in MAPs on the response message - posted by rduhard <re...@duhard.ca> on 2009/11/27 17:54:47 UTC, 0 replies.
- DOSGi - Dynamic Web Services (no service interface at compile time) - posted by Bernd Wiswedel-2 <Be...@gmail.com> on 2009/11/27 18:25:59 UTC, 0 replies.
- Problem getting SOAP client to read jaxws:properties - posted by Glen Mazza <gl...@gmail.com> on 2009/11/29 14:02:46 UTC, 0 replies.
- CXF client not getting custom exceptions thrown as defined by server impl - posted by vickatvuuch <vl...@gmail.com> on 2009/11/29 22:46:54 UTC, 0 replies.
- Any best practise to make CXF better support large amount data transmit - posted by Jessie914 <sh...@yahoo.com.cn> on 2009/11/30 04:58:43 UTC, 1 replies.
- Re: DOSGi - Dynamic Web Services (no service interface at compile time) - posted by David Bosschaert <da...@gmail.com> on 2009/11/30 13:19:28 UTC, 0 replies.
- explicitQosEnabled + timeToLive problem - posted by sergey_l <si...@epam.com> on 2009/11/30 16:46:25 UTC, 0 replies.
- Re: JMX - JAX-RS multiple service beans - only one is managed - posted by Sergey Beryozkin <sb...@progress.com> on 2009/11/30 17:05:46 UTC, 1 replies.
- how to close inputStream before returning response - posted by Parimal Dhinoja <pd...@gmail.com> on 2009/11/30 18:27:12 UTC, 2 replies.
- NPE caused by cxf-rt-ws-policy with WS-Addressing policy in WSDL - posted by Alexandros Karypidis <ak...@yahoo.gr> on 2009/11/30 19:23:24 UTC, 1 replies.