I tried overloading the route with both addresses.  This does not work either
-- I still get the Jetty 404 error, regardless if I try to reach the service
on localhost, the ipv4 address, or the ipv6 address.  Any other ideas? 
Thanks for the help so far.

<route>
    <from uri="cxfrs:bean:HardwareSrv"/>
    <to uri="bean:HardwareSrvToXML?method=transform"/>
</route>
<route>
    <from uri="cxfrs:bean:HardwareSrvIpv6"/>
    <to uri="bean:HardwareSrvToXML?method=transform"/>
</route>

<cxf:rsServer id="HardwareSrv"
    address="http://0.0.0.0:8181/PowerCellHardware/HardwareSrv";
    serviceClass="[redacted].HardwareSrv"/>
<cxf:rsServer id="HardwareSrvIpv6"
    address="http://[0:0:0:0:0:0:0:0]:8181/PowerCellHardware/HardwareSrv";
    serviceClass="[redacted].HardwareSrv"/>

-----
Brett E. Meyer
Software Engineer, R&D
Raytheon NCS, Fort Wayne, IN
--
View this message in context: 
http://camel.465427.n5.nabble.com/CXF-0-0-0-0-route-with-IPV6-tp5062071p5068328.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to