Bugzilla – Bug 5672
Problem with notification message type in ws-gram
Last modified: 2008-02-04 10:51:14
You need to log in before you can comment on or make changes to this bug.
In GT4.2 WSRF will be supported in version 1.2 and WS-Notification in version 1.3. The new notification code (specifically SimpleSubscriptionTopicListener) seems to require that the notification message is of type org.oasis.wsn.NotificationMessageHolderTypeMessage which itself accepts messages of type org.apache.axis.message.MessageElement[]. Before the specupgrade an arbitrary object was accepted (probably only if an appropriate typeMapping was provided). Java WS Core provides a notification message element of type ResourcePropertyValueChangeNotificationElementType that is not the right type either, but it offers a helper class NotificationTypeConverter that addresses this issue. All services that have different notification messages fail when notifications are to be sent in SimpleSubscriptionTopicListener. WS-GRAM is such a service.