Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Java-SCA-1.5
-
None
-
None
Description
Using implementation.spring, the Tuscany bean file parser and Spring's parser interpret import links in different ways. Spring sees them as relative, tuscany as absolute, so one parser will generally fail unless everything goes into a root folder.
I have a patch for this, using Spring's relative resource system, but I cannot guarantee that the two parsers now use the same mechanisms. I'll attach when I've cleaned it up.