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 WebLogic

Re: CXF on WebLogic 9.2

2008-01-31 Thread William Zhu
on CXF2.0.4, it's geronimo-stax-api_1.0_spec-1.0.jar. chengas123 [EMAIL PROTECTED] wrote: Haha. I would have realized that was the same .jar The only one included in 2.0.4 is stax-utils-20060502.jar YI (William) ZHU wrote: actually, it's stax-api-1.0.1.jar. (on CXF 2.0.2 and CXF

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 ERRORs? although the sample seems function correctly. Is this bug in CXF? Please see the error messages:

Re: About sample integration\JBI\external_provider_internal_consumer

2008-01-22 Thread YI (William) ZHU
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. I followed the README, when I started the CXF Service Engine, I found the following message on ServiceMix console: ... SEVERE

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 init ERROR [STDERR]

Re: About sample integration\JBI\external_provider_internal_consumer

2008-01-18 Thread YI (William) ZHU
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 ServiceMix console

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'm studing the sample integration\JBI

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

Re: sample failure: restfull_http_binding

2007-12-20 Thread YI (William) ZHU
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 that there two issues in the CXF 2.0.2 sample restfull_http_binding: 1) the test.html page

RE: sample failure: restfull_http_binding

2007-12-17 Thread YI (William) ZHU
:[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 I think these are logged as: https://issues.apache.org/jira/browse/CXF-873 https://issues.apache.org/jira/browse/CXF-889 Patches

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 customers,

Re: Basic problem with running CXF samples

2007-10-31 Thread William Zhu
The server will time-out in 5 minutes (You can change it in server class). So you need to test your client in 5 minutes after the server was started. Hope this can give your help. [EMAIL PROTECTED] wrote: I'm using the CXF binary distribution apache-cxf-2.0.2-incubator. I tried