Re: CXF on WebLogic 9.2

2008-01-31 Thread YI (William) ZHU
stax-api jar file is in \{CXF-home}\lib unpackage it, you will find the javax.xml.namespace.QName class. delete it, and re-package the file. try it. chengas123 wrote: > > Hi, > I was getting a "java.lang.NoSuchMethodError: > javax.jws.WebService.portName()Ljava/lang/String;" error on WebLog

Re: CXF on WebLogic 9.2

2008-01-31 Thread YI (William) ZHU
How about you put the jar file "xml-resolver-1.2.jar" in your webLogic classpath? (keep this -Djavax.xml.stream.XMLInputFactory=com.ctc.wstx.stax.WstxInputFactory setting) Or make sure CXF's jars in your classpath. I agree that "Configuring the proxy" is not a good solution. Hope this can help.

Re: JCA demo raises java.lang.UnsupportedOperation when deployed in JBOSS

2008-01-23 Thread YI (William) ZHU
I tested using JBoss4.0.5 and CXF 2.0.2 as Jeff suggested to the sample, it works. But I still found error messages from JBoss 4.0.5 console. I don't know why there are so many "ERROR"s? although the sample seems function correctly. Is this bug in CXF? Please see the error messages: =

Re: JCA demo raises java.lang.UnsupportedOperation when deployed in JBOSS

2008-01-22 Thread YI (William) ZHU
Hi, I met some similar troubles with JBoss 4.2.2, CXF2.0.2 and JDK 1.5.0_14. When I deploy the JCA J2ee connector on JBoss, I found the following error messages on JBoss console: ERROR [STDERR] Jan 22, 2008 3:27:29 PM org.apache.cxf.jca.cxf.ManagedConnectionFactoryImpl ERROR [STDERR] Jan 22,

Re: About sample "integration\JBI\external_provider_internal_consumer"

2008-01-22 Thread YI (William) ZHU
x distribution also comes with an example that you will be able > to deploy. > > > YI (William) ZHU wrote: >> >> Hi, >> >> I'm studing the sample >> "integration\JBI\external_provider_internal_consumer" of CXF 2.0.2. >> >&g

Re: About sample "integration\JBI\external_provider_internal_consumer"

2008-01-18 Thread YI (William) ZHU
move CSE, further more this caused that we can not install CSE next time. (the workaround is to manually remove the CSE folder). Could someone confirm this issue? Thanks, YI (William) ZHU wrote: > > When I stop CXF Service Engine component, I got the following message from > Servi

Re: About sample "integration\JBI\external_provider_internal_consumer"

2008-01-18 Thread YI (William) ZHU
org.apache.cxf.jbi.se.state.ServiceEngineStart changeState INFO: in start state Is the information given "in start state" correct? seems it should be "in stop state". Could anyone anwser this question? Thanks, YI (William) ZHU wrote: > > Hi, > > I

About sample "integration\JBI\external_provider_internal_consumer"

2008-01-16 Thread YI (William) ZHU
Hi, I'm studing the sample "integration\JBI\external_provider_internal_consumer" of CXF 2.0.2. I followed the README, when I started the "CXF Service Engine", I found the following message on ServiceMix console: ... SEVERE: Could not find Apache CXF configuration in C:\apps\servicemix321

about sample "ws_addressing"

2008-01-07 Thread YI (William) ZHU
Hi there, I'm studying the sample "ws_addressing" of CXF2.0.2. I have two questions about the configure file "handler_chain.xml": 1) where is the Java file for "demo.ws_addressing.common.HeaderSnooper" class? I have searched the whole samples, but can not find it; 2) when this file "handler_ch

Re: sample failure: restfull_http_binding

2007-12-20 Thread YI (William) ZHU
think these are logged as: > > https://issues.apache.org/jira/browse/CXF-873 > https://issues.apache.org/jira/browse/CXF-889 > > Patches are most welcome. > > Dan > > > On Friday 14 December 2007, YI (William) ZHU wrote: >> Hi, >> >> I found t

RE: sample failure: restfull_http_binding

2007-12-17 Thread YI (William) ZHU
t; > >> -Original Message- >> From: Daniel Kulp [mailto:[EMAIL PROTECTED] >> Sent: 2007年12月15日 4:20 >> To: cxf-user@incubator.apache.org >> Cc: YI (William) ZHU >> Subject: Re: sample failure: restfull_http_binding >> >> &g

Re: sample failure: restfull_http_binding

2007-12-14 Thread YI (William) ZHU
...continue... should the return from JSON server be like: {"acme.Customers":{"acme.customer":[{"acme.id":"789","acme.name":"William Zhu"},{"acme.id":"123","acme.name":"Dan Diephouse"}]}} or like this? {"acme.Customers":{"acme.customer":{"acme.id":"789","acme.name":"William Zhu"}},{"acme.cust

sample failure: restfull_http_binding

2007-12-14 Thread YI (William) ZHU
Hi, I found that there two issues in the CXF 2.0.2 sample "restfull_http_binding": 1) the "test.html" page to test the "Jettison/CXF AJAX Demo" is not working, I found that the javascript has problem. 2) if I change the "CustomerServiceImpl.java" file to let the web service to return two custom

Re: sample "wsdl_first_pure_xml" don't work in CXF 2.0.2

2007-10-26 Thread YI (William) ZHU
ut it appears to have > been fixed in the latest trunk and 2.0.x branch. We will keep an eye on > this > for 2.0.3 release. > > Thanks for reporting issue. > > Cheers, > Bo > > On 10/26/07, YI (William) ZHU <[EMAIL PROTECTED]> wrote: >> >&

Re: sample "wsdl_first_pure_xml" don't work in CXF 2.0.2

2007-10-25 Thread YI (William) ZHU
I'm using the following command(under folder : samples\wsdl_first_pure_xml) ant client or ant server (up to now, I'v tried several other examples, and all others are working, except this one). Thanks, YI (William) ZHU wrote: > > Hi there, &g

sample "wsdl_first_pure_xml" don't work in CXF 2.0.2

2007-10-25 Thread YI (William) ZHU
Hi there, I'm using CXF 2.0.2, and trying to test the example "wsdl_first_pure_xml". But when I'm building the example, I got the following error message: === [java] WSDLToJava Error : Binding(Greeter_XMLBinding):BindingOperation({htt p://apache.o