Simon Laws wrote:
I still don't think this is right... The error as reported now is
caused by the import for "Contribution1" from Contribution2 not being
resolved. This error is correct in as much as the the 12011 test
defines.
config.contributionNames = new String[] { "ASM_12011",
"Contribution2", "General", "General" + _Lang };
when it should define
config.contributionNames = new String[] { "ASM_12011",
"Contribution2", "Contribution1", "General", "General" + _Lang };
However I believe the appropriate error message for the test as stated
should be something along the lines of....
org.oasisopen.sca.ServiceRuntimeException: [Composite:
{http://docs.oasis-open.org/ns/opencsa/sca/200903}, Component:
TestComponent1] - Component implementation not resolved: Component =
TestComponent1 Uri = TestComponent1
Mike, can you review and let me know. Happy to raise JIRA etc if we
decide this is actually a problem.
Regards
Simon
Simon,
Thanks for looking at this. I agree with your conclusion. The OASIS test needs updating to include
Contribution1 in the list of contributions, as you describe. And the Tuscany error message is the
one you have above. I will raise the OASIS JIRA for this.
Yours, Mike.