Are there any plans to offer the WS-Notification broker endpoints as a war file?
I'm pretty well versed in JAX-WS in the land of jbossws, but I have little experience with CXF. Regardless, I'm trying to build a war file that makes the CXF implementation of WSN web accessible, however I've ran into a few issues. >From what I understand, JAX-WS service implementations eventually boil down to a servlet, allowing me to just wire up a web.xml and go on my way. The CXF WSN services do not. Has anyone on the list attempted this?