]
Vaughn Butt commented on JBWS-3539:
-----------------------------------
There _appears_ to be a workaround for this. You can put the <cxf:bus> element in a
cxf.xml file that is in the classpath. This file is in addition to the jbossws-cxf.xml
file. I have tested this with:
{code:title=cxf.xml|borderStyle=solid}
<?xml version="1.0"?>
<beans
<cxf:bus>
<cxf:features>
<cxf:logging />
</cxf:features>
</cxf:bus>
</beans>
{code}
I say _appears_ because I have not checked what happens with any other elements.
java.net.BindException: Address already in use when <cxf:bus>
is defined in jbossws-cxf.xml
-------------------------------------------------------------------------------------------
Key: JBWS-3539
URL:
https://issues.jboss.org/browse/JBWS-3539
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jbossws-cxf
Affects Versions: jbossws-cxf-4.1.0.Beta1
Reporter: Jim Ma
Assignee: Jim Ma
When the <cxf:bus> is defined in jbossws-cxf.xml, cxf tries to create http
connector and fails with address in use error. We need to look at how to replace the
DestinationFactory in the bus created by jbossws-cxf with ServletDestinationFactory.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: