On Wed, Jan 20, 2010 at 1:28 PM, Luciano Resende <[email protected]> wrote: > On Fri, Jan 15, 2010 at 10:30 PM, Luciano Resende <[email protected]> > wrote: >> 2010/1/15 Simon Laws <[email protected]>: >>> JCA_2005 fixed at revision: 899599 >>> >>> Simon >>> >> >> Great, we now have Assembly and Java CAA passing 100% >> > > Looks like we have two regressions in Java CAA > Failed tests: > testDummy(client_javacaa.JCA_8007_TestCase) > > Tests that intent annotations are correctly merged when they appear at > different levels in a Java interface class. PolicySet1 satisfies > testIntent3 which is the only intent that should be applicable to the > service after the intents in Service5Intents are normalized. > > testDummy(client_javacaa.JCA_8011_TestCase) > > Tests that policySet annotations are correctly merged when they appear > at different levels in a Java interface class. PolicySet1 satisfies > testIntent3 and PolicySet2 satisfies testIntent5. > > Could these be related to recent changes in Policy ? >
I committed a workaround for this issue, mostly bypassing the current matching algorithm, in revision #901549. This makes the JavaCAA passing 100% again. -- Luciano Resende http://people.apache.org/~lresende http://lresende.blogspot.com/
