Excellent. Purely out of interest, do you know what Harmony is planning to do to satisfy the JAX-WS requirement of SE6? Axis2? CXF? David
On Wed, Apr 23, 2008 at 9:25 PM, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Folks, > > FYI, I still have 3 tests to fix and clustering module to work. But rest of > the build is fine with Harmony. Many thanks > to the Harmony team for quick turn arounds. Oh, maven2 builds/tests of > Axiom, Neethi, XmlSchema, Woden all work fine now > as well. > > thanks, > dims > > Bugs against Harmony: > HARMONY-5784 Bad error message when InetAddress.getByName is called > HARMONY-5783 Flaky behavior of getGenericParameterTypes > HARMONY-5780 [drlvm][kernel] NPE in ParameterizedTypeImpl.equals > HARMONY-5779 [classlib][luni] java.io.FileNotFoundException Issue with > file://localhost > HARMONY-5760 [ibmvme] NPE running XJC from Sun JAXB RI > HARMONY-5752 [drlvm][kernel] > java.lang.reflect.GenericSignatureFormatError running xjc tool in JAXB RI > HARMONY-5751 Ant's get task fails against https sites. > HARMONY-5749 Time Zone round trip issues > HARMONY-5746 [drlvm][kernel] getDeclaredClasses returns nulls (Apache > Axis2) > HARMONY-5745 Maven needs additional switch when we use Harmony > HARMONY-5738 Implementation of ImageIO.getImageWritersByMIMEType and > ImageIO.getImageReadersByMIMEType > HARMONY-5737 [classlib][luni]FileURLConnection.connect fails in presence > of anchor's > > Remaining tests: > Index: modules/jaxws-integration/pom.xml > =================================================================== > - --- modules/jaxws-integration/pom.xml (revision 651026) > +++ modules/jaxws-integration/pom.xml (working copy) > @@ -1345,6 +1345,10 @@ > ~ > <include>**/RuntimeExceptionsAsyncMepTest.java</include> > ~ > <include>**/AddressingProviderTests.java</include> > ~ </includes> > + <excludes> > + <exclude>**/AddressingProviderTests.java</exclude> > + <exclude>**/GorillaDLWProxyTests.java</exclude> > + </excludes> > ~ <systemProperties> > ~ <property> > ~ > <name>OASISCatalogManager.catalog.debug.level</name> > Index: modules/integration/pom.xml > =================================================================== > - --- modules/integration/pom.xml (revision 651026) > +++ modules/integration/pom.xml (working copy) > @@ -372,6 +372,7 @@ > ~ > <exclude>**org/apache/axis2/soap12testing/soap12testsuite/*.java</exclude> > ~ > <exclude>**/ScenarioST1Test.java</exclude> > ~ > <exclude>**/samples/wsdl/perf2/*.java</exclude> > + > <exclude>**/AsyncService2Test.java</exclude> > ~ </excludes> > ~ <systemProperties> > ~ <property> > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (Cygwin) > > iD8DBQFID5sigNg6eWEDv1kRAlexAKD9eEjParO8HAsT81XohkSVeLluvQCfR9Co > nB7MMDScgfky63PoVnRFlFU= > =BkuZ > -----END PGP SIGNATURE----- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- David Illsley - IBM Web Services Development --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
