I just entered a JIRA. Yes, turns out I was supplying a totally invalid publisherreference. I corrected it to use a wsa:Address with the URI of my publisher application, but now I'm getting an error about it not being able to locate the consumer reference endpoint.
org.apache.servicemix.wsn.jaxws.PublisherRegistrationFailedFault: Unable to resolve consumer reference endpoint It says consumer reference, but as it's in the validatePublisher function I would think that to be a typo, and so I'm interpreting it to mean publisher reference endpoint. This sounds like it's just a configuration issue or misunderstanding of the reference endpoint on my behalf, but any help would be appreciated. Do I need to configure this endpoint in ServiceMix? I wouldn't think so, but I can't really find good documentation describing what I need to do for this. Is there some more in depth WSN documentation for ServiceMix, besides the one page on the main site? gnodet wrote: > > When registering a publisher, the WS-Notification SE > expects a valid PublisherReference element to be in the > publisher registration request. Otherwise it should return > a fault at that time. But there may be some problems when > this is not done, as the publisher seems to be registered > nonetheless and the fault is thrown after that. > Could you raise a JIRA and copy your stack trace there please ? > > -- > Cheers, > Guillaume Nodet > ------------------------ > Architect, LogicBlaze (http://www.logicblaze.com/) > Blog: http://gnodet.blogspot.com/ > > -- View this message in context: http://www.nabble.com/WS-Notification-Broker-in-ServiceMix-3.1-not-behaving-as-I-would-expect-tf3351459s12049.html#a9343721 Sent from the ServiceMix - User mailing list archive at Nabble.com.
