Re: base-address for CXF

2012-03-23 Thread William Tam
d you please raise a jira and append a patch? Thanks Freeman On 2012-1-14, at 上午3:40, William Tam wrote: Anyone else can response, too. (Perhaps, Freeman is unavailable). Thanks. On 01/11/2012 06:20 PM, William Tam wrote: Hi Freeman, I think I see an issue that can prevent publishedEndpoi

Re: base-address for CXF

2012-01-13 Thread William Tam
Anyone else can response, too. (Perhaps, Freeman is unavailable). Thanks. On 01/11/2012 06:20 PM, William Tam wrote: Hi Freeman, I think I see an issue that can prevent publishedEndpointUrl property to be set on EndpointInfo object if the endpoint is created by a non-jaxws frontend. (it

Re: 2.2.8 release?

2010-05-05 Thread William Tam
Could someone review https://issues.apache.org/jira/browse/CXF-2767? I'd like to see it included in 2.2.8. Thanks. On 05/04/2010 04:11 AM, S. Ali Tokmen wrote: Hello Daniel Thank you for these links, it's always good to have these kind of comparisons. I guess people at CAMEL should also hav

Jaxws handlers in JaxWsClientFactoryBean

2008-11-14 Thread William Tam
Hi, The org.apache.cxf.jaxws.JaxWsClientFactoryBean does not seem to support setting jaxws handlers. Is it something can be added or is it omitted for a reason? Thanks, William

Re: Freeing port after a server/endpoint has been stopped

2008-10-15 Thread William Tam
" can't be set to be > true. > > Willem > > William Tam wrote: >> Hi, >> >> If I deploy a CXF service endpoint in a container (e.g. spring >> container, websphere, etc), the endpoint seems to hold on to the >> socket even after it has been stopped. Is there a way to free the >> socket? >> >> Thanks, >> William >> > >

Freeing port after a server/endpoint has been stopped

2008-10-15 Thread William Tam
Hi, If I deploy a CXF service endpoint in a container (e.g. spring container, websphere, etc), the endpoint seems to hold on to the socket even after it has been stopped. Is there a way to free the socket? Thanks, William

Re: configure endpoint created by JaxWsServerFactoryBean

2008-10-15 Thread William Tam
super(); setBeanClass(org.apache.cxf.jaxws.EndpointImpl.class); } On Wed, Oct 15, 2008 at 2:02 PM, William Tam <[EMAIL PROTECTED]> wrote: > Hi, > > If I create a server with JaxWsServerFactoryBean, is it possible to > configure my endpoint using Spring? It does no

configure endpoint created by JaxWsServerFactoryBean

2008-10-15 Thread William Tam
Hi, If I create a server with JaxWsServerFactoryBean, is it possible to configure my endpoint using Spring? It does not work when I am doing the following. JaxWsServerFactoryBean factory = new JaxWsServerFactoryBean(); // populate my factory with setXXX() methods. ... factory.setStart(false);

Re: svn commit: r702961 - in /cxf/branches/2.0.x-fixes: ./ distribution/bundle/all/pom.xml distribution/bundle/minimal/pom.xml integration/jca/src/main/java/org/apache/cxf/jca/outbound/ManagedConnecti

2008-10-09 Thread William Tam
Hi Dan, -@SuppressWarnings("unchecked") public ManagedConnection matchManagedConnections(Set mcs, Subject subject, ConnectionRequestInfo reqInfo) throws ResourceException { Without the @SuppressWarnings, my Eclipse IDE flags me a warning loud and clear. (I do mvn -Psetup.ecl