I'm proud to announce the release of Apache Scout version 1.2.6.
With this release Scout becomes the first JAXR implementation release
passes the all JAXR tests in the TCK JEE6 (tested on JBossAS7.1, see
http://apachejuddi.blogspot.com/2012/02/first-time-running-he-jaxr-tck-with.html),
running connected to either a UDDI v2 or a UDDI v3 Registry.
I see this as a major milestone for both the Apache Scout and Apache
jUDDI projects.
Best regards,
the Apache jUDDI team.
p.s.
Release note:
During testing it was found that a long standing piece of code regarding
was in error,
findServiceBindings(Key serviceKey, java.util.Collection findQualifiers,
java.util.Collection classifications, java.util.Collection specifications)
Finds all ServiceBindings that match ALL of the criteria specified by
the parameters of this call.
which has been fixed in
https://issues.apache.org/jira/browse/SCOUT-129.