Quoting Hannes Erven <[EMAIL PROTECTED]>: > Hi Dasarath, > > > thanks for looking at the patch. I'm sure we'll be able to work out a > committable version with the help of the Kandula developers (= you *G*). > > > >> Are you sure you are patching against the latest code in SVN? For > >> instance in the patched code the Coordination context class extends > >> from org.apache.kandula.wscoor.CoordinationContext where as in the > >> current code it extends from import > >> org.apache.kandula.wscoor.CoordinationContextType! > > > > Nope, the problem is that you need to update your source tree, *before* you > > > create the patch. > > The source tree has been at 507991 at the time the patch was created, > which was the most recent kandula version at the time. After that have > only some jar files been added. > > > The thing with the CoordinationContext is that we updated the > wscoord.xsd file to the official version from the IBM library - see > http://www.mail-archive.com/[email protected]/msg00595.html > > > One of the differences is: > > - <xsd:element name="CoordinationContext" > type="wscoor:CoordinationContextType"/> > > + <xsd:element ref="wscoor:CoordinationContext"/> > > > ... and therefore the change in the hierachy of CoordinationContext.
Could you please give me a pointer to this schema. Is it "http://schemas.xmlsoap.org/ws/2004/10/wscoor" ? Or is it a later version? I thought we were using the most recent. Let's first concentrate on code generation. Please don't include anything else in your first patch. Thanks, --dasarath > > > I'll check back with Georg tomorrow for a reply to the remaining points > from your emails. Good night, > > > -hannes > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
