Quoting Georg Hicker <[EMAIL PROTECTED]>: Hello Georg,
> Well this change is because we used the newest specifications and > therefore changed the wsdl to > http://www-128.ibm.com/developerworks/library/specification/ws-tx/wscoor.wsdl. > You can find the latest specs at > http://www-128.ibm.com/developerworks/library/specification/ws-tx/ I checked the current Kandula schema and its the same. However, I have commented out the CoordinationContext element in wscoor.xsd because there is a wrapper in the same package as the generated class that does more or less what's required of it. Initially I didn't want to change the schema but then that's how they do it in ws-addressing. They would customise the schema to suite the project while not changing the external interface-- if that leads to better design/code. Please see if you could change your code to use the current CoordinationContext wrapper class or put a patch that adds the new methods required. In the first patch, just include the ws-ba.wsdl/.xsd and updates to maven build files to generate code. > As discussed with Hannes, I think, that it's almost impossible to split > the patch into smaller pieces, but we We have to do this. > would be glad to know which errors you get if you want to use the > provided patch. Since we tried it on our > machines with a plain checkout and we found one fault in our patch > concerning the eclipse project files, Yes, try to exclude those from the patch. > so a new patch will follow in jira.. What I want to mention is, that it > is basically necessary to > do a maven build to create all classes. But I think that you are aware > of that. Moreover you have to do all the > ant builds (especially in samples/ba-testsuite and samples/holiday). > Afterwards you have to redo the maven Please exclude samples from that patch. Every thing related to samples can be in one or more subsequent patches. > I'm not sure to which patch you are referring - I guess "Speed > improvements for ATCoordinator" - ?? No this one was applied. Its the other, there were 2. Thanks a lot and I hate to pile work on to you but I see no other way around. --dasarath > > kind regards, > georg > > --------------------------------------------------------------------- > 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]
