Re: wsdl returns No service was found. after refreshing Spring context

2007-08-16 Thread choreo
Hi Dan, Hmm - I've never tried such a thing. I'm wondering, does Spring fully destroy all the previous beans? I hope so! I've never experienced memory leaks while reloading app a coulple of ten times. As you mentioned, I tried to retrieve a Server instance, but the result was:

Re: Problems consuming rpc literal service

2007-08-16 Thread Daniel Dienhardt
Hi, I did a little more research and figured out how the soap respone has to be modified , so that the test works, and the object is correctly unmarshalled. To me it seems like a Bug inside the RPCInInterceptor This is the response that causes the exception: soapenv:Envelope

RE: [U] RE: Deploying CXF to Weblogic 10.0

2007-08-16 Thread Tchang, Jeffrey (Genworth)
I have 2.0-incubator working fine in Weblogic 9.2 using a JAX-WS frontend. Are you using HTTPS? smime.p7s Description: S/MIME cryptographic signature

[U] RE: RE: Deploying CXF to Weblogic 10.0

2007-08-16 Thread Ridgway, Jamie Mr CONT USAAC
UNCLASSIFIED No, just HTTP at this point. -Original Message- From: Tchang, Jeffrey (Genworth) [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 10:00 AM To: cxf-user@incubator.apache.org Subject: RE: [U] RE: Deploying CXF to Weblogic 10.0 I have 2.0-incubator working fine

Unable to create message factory for SOAP

2007-08-16 Thread Christian Vest Hansen
Hello people, I'm writing an interceptor to do some custom WS-Secutity integration to our single sign-on system, and my interceptor is based on the WSS4JInInterceptor. But alas, I'm having some trouble getting it to work. In the constructor for my interceptor, I specify my phase and a

Re: Deploying CXF to Weblogic 10.0

2007-08-16 Thread Randy Burgess
From: Tchang, Jeffrey (Genworth) [EMAIL PROTECTED] Reply-To: cxf-user@incubator.apache.org Date: Wed, 15 Aug 2007 17:24:02 -0400 To: cxf-user@incubator.apache.org Conversation: Deploying CXF to Weblogic 10.0 Subject: RE: Deploying CXF to Weblogic 10.0 I have not tried in Tomcat yet but

RE: java2wsdl - wsdl2java lossy? (newbie alert!)

2007-08-16 Thread Christopher Moesel
Yep-- Metro does have Spring support-- but it is an add-on feature. I think the original point was that Spring is treated as a first-class citizen in CXF. Since CXF was designed with Spring in mind, you'll find that its Spring integration tends to feel a lot more natural (and complete) than

deployment on eclipse {cxf newbie}

2007-08-16 Thread Anne Racel
Where can I find the syntax for the eclipse .deploy file? I can't get the system to recognize the servers I have installed, so I thought I'd manually add the information.

RE: deployment on eclipse {cxf newbie}

2007-08-16 Thread Anne Racel
Thanks. I read it. I also saw the comment here (http://cwiki.apache.org/CXF20DOC/cxf-tools-in-eclipse.html) that said that that tutorial was out of date, so I both read the document and viewed the referenced flash-like movie on the tools page. In both cases, you're to create the Deployment file

Re: Problems consuming rpc literal service

2007-08-16 Thread Daniel Kulp
Daniel, That SOAP message is NOT a valid message for RPC/Literal according to the WSI Basic Profile. Specifically: R2735 A MESSAGE described with an rpc-literal binding MUST place the part accessor elements for parameters and return value in no namespace. In the message below, the

Re: CXFServlet throws NullPointerException when using cxf.xml

2007-08-16 Thread Dan Diephouse
What does your servlet/web.xml config look like? If you're using it with Spring the ContextLoaderListener, you need to import the cxf config files inside your cxf.xml: import resource=classpath:META-INF/cxf/cxf.xml / import resource=classpath:META-INF/cxf/cxf-extension-soap.xml /

RE: AJAX - [JSON] - REST service

2007-08-16 Thread Liu, Jervis
You have to set your REST service to unwrapped mode if you want URL template /employees/{id} maps to a simple type long id. Otherwise CXF HTTP binding will marshal the request (the URL in the case of HTTP GET) into a wrapper class GetEmployee. Cheers, Jervis -Original Message- From:

RE: Unable to create message factory for SOAP

2007-08-16 Thread Liu, Jervis
Not familiar with JBOSS, look likes JBOSS has its own SAAJ impl, and the exception was caused by initializing the MessageFactory. I suggest you try following code in your JBOSS env to see what happens: MessageFactory factory = MessageFactory.newInstance(); Cheers, Jervis

problem when using jaxws:databinding/ in jaxws:endpoint/ in cxf 2.0.1

2007-08-16 Thread suiaing
i have the following section in my spring config file: jaxws:endpoint id=simpleWsEndpoint implementor=#SimpleImpl address=/Simple jaxws:dataBinding bean class=org.apache.cxf.aegis.databinding.AegisDatabinding/ /jaxws:dataBinding /jaxws:endpoint

Re: deployment on eclipse {cxf newbie}

2007-08-16 Thread Mustafa Egilmezbilek
I am sorry I forgot to mention you creating a connection profile for the servers. In fact that was the point where I struggled with. FileNewConnection ProfilesConnection Profile and add one server impl. In case you need it urgent, I also attached the .deploy file. On 8/16/07, Anne Racel [EMAIL

Re: deployment on eclipse {cxf newbie}

2007-08-16 Thread James Mao
Hi Guys, If it works for you, can you guys kindly update the wiki page, http://cwiki.apache.org/confluence/display/CXF20DOC/CXF+tools+in+Eclipse That's quite useful information. You can list all the requirement steps, if you feel it's necessary Thanks James I am sorry I forgot to mention

DataBinding problems (Timestamp and HashMap) using JAXB

2007-08-16 Thread suiaing
Does the JAXB using in the CXF 2.0.1 support the java.sql.Timestamp and java.util.HashMap?:-( i have a web method like this: public void echo(java.util.Date date, java.sql.Timestamp timestamp); Howerver, i find this message defination in the wsdl which is generated by cxf wsdl:message name=echo

RE: deployment on eclipse {cxf newbie}

2007-08-16 Thread Anne Racel
Thanks, Mustafa, I'm one step closer. Now I'm getting an error about missing packages? Could not locate package constructor (2x's) And yes, James, I'd be happy to update the wiki as soon as I get this working! -Original Message- From: James Mao [mailto:[EMAIL PROTECTED] Sent: