<?xml version="1.0" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugzilla.globus.org/bugzilla/bugzilla.dtd">

<bugzilla version="3.2.3"
          urlbase="http://bugzilla.globus.org/bugzilla/"
          maintainer="bacon@mcs.anl.gov"
>

    <bug>
          <bug_id>5671</bug_id>
          
          <creation_ts>2007-11-08 16:48</creation_ts>
          <short_desc>Problem with notification message type in ws-rendezvous</short_desc>
          <delta_ts>2008-02-04 10:51:43</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>GRAM</product>
          <component>wsrf rendezvous</component>
          <version>4.1.2</version>
          <rep_platform>Macintosh</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>4.2</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Martin Feller">feller@mcs.anl.gov</reporter>
          <assigned_to name="Martin Feller">feller@mcs.anl.gov</assigned_to>
          <cc>bacon@mcs.anl.gov</cc>
    
    <cc>bester@mcs.anl.gov</cc>
    
    <cc>smartin@mcs.anl.gov</cc>

      

      
          <long_desc isprivate="0">
            <who name="Martin Feller">feller@mcs.anl.gov</who>
            <bug_when>2007-11-08 16:48:37</bug_when>
            <thetext>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-Rendezvous is such a service.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who name="Martin Feller">feller@mcs.anl.gov</who>
            <bug_when>2007-11-08 17:02:34</bug_when>
            <thetext>Since the notification is triggered manually in ws-rendezvous the same
mechanisms like done in Java WS Core for 
ResourcePropertyValueChangeNotificationElementType
could also be applied also to ws-rendezvous.
That would mean a transformation of the ws-rendezvous notification message
type to a MessageElement using the ObjectSerializer before the notification
is initiated in ws-rendezvous.
I&apos;ll start with that; it may however be better if Java WS Core provided
some more flexible handling to allow all kind of notification messages?
(because WS-GRAM has the same problem)</thetext>
          </long_desc>
      
      

    </bug>

</bugzilla>