Hi,

Did you try to use the address 0:0:0:0:0:0:0:0 which is IPV6 version of 0.0.0.0 ?

On Fri Dec  9 23:15:13 2011, bmeyer2 wrote:
Hello!  We use the following CXFRS bean and route:

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

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

This works perfectly on IPV4 machines.  However, on several IPV6 Windows 7
laptops, Jetty refuses to bind to it (returns a Jetty 404).

Things I've tried:
1.) Disabled IPV6 on the network card.
2.) Disabled IPV6 for the entire OS.
3.) Disabled IPV6 on the JVM via servicemix.bat
(-Djava.net.preferIPv4Stack=true)

None of these work.  I can get the service to work if I use 'localhost' in
the route, but we need to be able to support remote thin clients.

Any ideas?  Should this be something for the bug tracker?  Thanks for any
help available.

--
View this message in context: 
http://camel.465427.n5.nabble.com/CXF-0-0-0-0-route-with-IPV6-tp5062071p5062071.html
Sent from the Camel - Users mailing list archive at Nabble.com.



--
Willem
----------------------------------
FuseSource
Web: http://www.fusesource.com
Blog:    http://willemjiang.blogspot.com (English)
         http://jnn.javaeye.com (Chinese)
Twitter: willemjiang
Weibo: willemjiang

Reply via email to