WebService + XFire + Spring 2.x fails, because of changed namespace handling in
services.xml
--------------------------------------------------------------------------------------------
Key: WS-14
URL: http://jira.andromda.org/browse/WS-14
Project: WebService Cartridge
Type: Improvement
Environment: platform independend
Reporter: Michael Frankfurter
Assigned to: Chad Brandon
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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.andromda.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV