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
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
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
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
" 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
>>
>
>
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
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
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);
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