
|
If you were logged in you would be able to see more operations.
|
|
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
None
|
|
|
Environment:
|
platform independend
|
|
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
|
|
|
There are no comments yet on this issue.
|
| |
|
|