Re: js client

2008-07-11 Thread Christine Karman
On Fri, 2008-07-11 at 12:54 -0400, Benson Margulies wrote: > Now we are moving in the right direction. > > I'd recommend turning on CXF logging, as explained in confluence. It will > log messages in both directions. Some message logs and the WSDL should give > us a clue. Ok. I thought cxf was log

WSDLToJava Task throwing AbstractMethodError

2008-07-11 Thread smodekurti
We have upgraded our application from CXF2.0.7 to CXF2.1.1 on Websphere 6.1.0.11. The WSDLToJava ant task is failing to generate stubs since then. The exception is copied below. The same task works with no issues if I change the JRE to sun jdk but fails on IBM JRE. Would really appreciate a solut

CXF cannot create webservice in JDK 1.5 with libraries but succeeds in 1.6

2008-07-11 Thread Tim Burns 2
If I create a CXF project and compile the project under Java 1.6, I am able to connect to SQL server reporting Services with no problems. public static ReportingService2005Soap getService() throws MalformedURLException { //return new ReportingService2005().getReportingSe

Re: js client

2008-07-11 Thread Benson Margulies
Now we are moving in the right direction. I'd recommend turning on CXF logging, as explained in confluence. It will log messages in both directions. Some message logs and the WSDL should give us a clue. I'm leaving on vacation on Sunday morning. On Fri, Jul 11, 2008 at 12:20 PM, Christine Karman

Re: js client

2008-07-11 Thread Christine Karman
Benson, you were right about rewrite rules not being the same as a proxy. I have added two lines to my apache config ProxyPass /soap http://localhost:9000 ProxyPassReverse /soap http://localhost:9000 which causes the js request to be passed to the server. I can see the reply being created, but t

CXF Spring Configuration - multiple endpoints in one service

2008-07-11 Thread Scott Archer
I currently have 10 or so java services I'd like to expose as web services. CXF is allowing me to do this currently as separate services. Is it possible to expose one service with multiple ports all coming from 10 different java "Services"? (correct me if my terminology is wrong) I'm currently ex

RE: A CXF 2.1 CPU consumption question

2008-07-11 Thread David Soroko
The attachment was stripped out; you can see the snapshot image here: http://drop.io/pul3us5/media# -- david -Original Message- From: David Soroko [mailto:[EMAIL PROTECTED] Sent: 11 July 2008 15:19 To: users@cxf.apache.org Subject: A CXF 2.1 CPU consumption question Hi all We ar

Re: JAXRS custom provider selection based on media type

2008-07-11 Thread Sergey Beryozkin
Hi Thanks for fixing it, much appreciated. So it was an ordering issue... I'll try to commit it this evening... Anthony : Brad also confirmed that the resource class selection (discussed erlier in this thread) is working properly - you'll need to get the update from the trunk... Cheers, Serge

A CXF 2.1 CPU consumption question

2008-07-11 Thread David Soroko
Hi all We are now in profiling stages of some CXF 2.1 based web services. In all our services we observe that most of the CPU time is not consumed by the service logic itself but by CXF. I attach a picture (worth 1000 words) of a JProfiler snapshot. In the snapshot we see the PhaseInterceptorCha

how to retrieve and save header information in SoapMessage using interceptors

2008-07-11 Thread nmt999
Is there a way to intercept an inbound SoapMessage and retrieve the header information and save it. I couldn't find an example for this. Please provide a sample example or how it can can if it can be done using interceptors. Regards nmt -- View this message in context: http://www.nabble.com/how

wsdl2java error

2008-07-11 Thread nmt999
When trying to run wsdl2java on the wsdl file http://searchmarketing.yahoo.com/developer/docs/V4/wsdl/V4/MasterAccountService.wsdl using the command wsdl2java -p com.test.masteraccountservice -exsh true -verbose MasterAccountService.wsdl I'm getting the following error. Loading FrontEnd jaxws ...

Any IDE plug-in needed/available for CXF fast touch?

2008-07-11 Thread ye
Hi, Dear all: Since I am a novice to CXF, I am wandering is there any plug-ins (such as eclipse serials) for CXF fast developement (extremly useful and intuitive for the freshman)? I noticed most of the CXF tutorial are referenced to manual configuration. Considering the XFire eclipse plug-in are

Re: webservice binding issue

2008-07-11 Thread Kjartan Aanestad
Hi, Any chance you could elaborate on what you removed to avoid the issue? I'm having the same problem.. Regards, Kjartan Den 9. juni. 2008 kl. 15.07 skrev Daniel Wood: I've ended up thoroughly going thought my classpath and resolved some possible conflicts with CXF. everything is now wor

Re: js client

2008-07-11 Thread Christine
sorry, please ignore this message. Hadn't read Benson's last email. Christine On Fri, 2008-07-11 at 13:24 +0200, Christine wrote: > On Thu, 2008-07-10 at 16:02 -0400, Benson Margulies wrote: > > Anthony, > > > > Thanks for joining in. We know exactly what Christine needs to do. She needs > > to

Re: js client

2008-07-11 Thread Christine
On Thu, 2008-07-10 at 16:02 -0400, Benson Margulies wrote: > Anthony, > > Thanks for joining in. We know exactly what Christine needs to do. She needs > to arrange for the static content and the web service to appear at the same > host:port. Benson, just to make sure. What do you mean by "static

Re: JAX-RS: CXF + Spring + Tomcat

2008-07-11 Thread Sergey Beryozkin
Hi I'm presuming it's a GET request from a browser which is failing given a very involved Accept value, can you please say what is the URI you're using ? Thanks, Sergey - Original Message - From: Emily Gu To: users@cxf.apache.org ; [EMAIL PROTECTED] Sent: Friday, July 11, 200

Re: JAXRS custom provider selection based on media type

2008-07-11 Thread Brad
Hi, I have created a JIRA for this issue: https://issues.apache.org/jira/browse/CXF-1699 I included a patch which fixes the problem for me. Cheers, Brad. On Thu, Jul 10, 2008 at 8:46 PM, Anthony Schexnaildre <[EMAIL PROTECTED]> wrote: > I gave it a test with my setup and I get the same result

Re: Any example service over JMS Transport using Spring or Servlet?

2008-07-11 Thread Ulhas Bhole
Here it is. I used IONA certified FUSE Services Framework 2.0.5 for the sample but it should work without or with minor changes with CXF 2.1. Regards, Ulhas Bhole Ulhas Bhole wrote: Hi Emily, Take a look at http://ulhasbhole.blogspot.com/2008/06/running-cxf-jmsqueue-sample-in-tomcat.html

Re: Fail to access a (webmethod based) SOAP service with CXF client

2008-07-11 Thread nicolas de loof
I was a little wrong in my previous post, as I didn't read the tcpdump fully : The TCP stream used by CXF to connect to webmethods service is : First packet: POST /soap/linkback HTTP/1.1 Content-Type: text/xml; charset=UTF-8 Authorization: Basic T1BBTDpPUEFM SOAPAction: "http://localhost:/so

Re: Any example service over JMS Transport using Spring or Servlet?

2008-07-11 Thread Ulhas Bhole
Hi Emily, Take a look at http://ulhasbhole.blogspot.com/2008/06/running-cxf-jmsqueue-sample-in-tomcat.html unfortunately, I was unable to attach the archive of the sample to my blog message. I will see if I still have that and mail it to you if I find it. Regard, Ulhas Bhole Emily Gu wrote