History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: WS-14
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Chad Brandon
Reporter: Michael Frankfurter
Votes: (View)
Watchers: (View)
Operations

If you were logged in you would be able to see more operations.
WebService Cartridge

WebService + XFire + Spring 2.x fails, because of changed namespace handling in services.xml

Created: 26/Feb/07 11:02 PM   Updated: 26/Feb/07 11:02 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Environment: platform independend


 Description   
the guys of springframework changed their namespace handling of services.xml. this means the following
services.xml configuration will fail deploying together with spring 2.x:

<beans xmlns="http://xfire.codehaus.org/config/1.0">
<service>
....
</service>
</beans>

it has to be changed to

<beans>
<service xmlns="http://xfire.codehaus.org/config/1.0">
....
</service>
</beans>

hints for this i found on:
http://forum.springframework.org/showthread.php?p=103419 and of course on
http://xfire.codehaus.org/services.xml+Reference (at bottom of page: "Spring 2.x support")

so a version support flag "springVersion" (like hibernateVersion in hibernate cartridge) should
be added. i think this is not as easy as it sounds, i know, but don't having such a flag will bar
lots of developers using androMDA and spring2.

at the moment, i'm not able to supply an approriate patch, because i'm not familar with
andromda source and paradigms - but if necessary, i will try...

thanks a lot and keep on going,
michael

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.