What's odd is that we have this route:
from("mina:udp://0.0.0.0:" + cBean.udpReceivePort +
"?sync=false").to("bean:PCBean?method=transform");That works just fine under both IPV4 and IPV6. So, could this be a CXF-specific bug? -- View this message in context: http://camel.465427.n5.nabble.com/CXF-0-0-0-0-route-with-IPV6-tp5062071p5062122.html Sent from the Camel - Users mailing list archive at Nabble.com.
