You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Davanum Srinivas <da...@gmail.com> on 2008/04/23 22:25:06 UTC

[Axis2] Axis2 under Harmony

-----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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: [Axis2] Axis2 under Harmony

Posted by David Illsley <da...@gmail.com>.
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 <da...@gmail.com> 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: axis-dev-unsubscribe@ws.apache.org
>  For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>



-- 
David Illsley - IBM Web Services Development

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: [Axis2] Axis2 under Harmony

Posted by Tim Ellison <t....@gmail.com>.
Davanum Srinivas wrote:
> 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.

Cool - and many thanks to you for your perseverance and clear bug reporting.

> Bugs against Harmony:

I rearranged your summary lines to group by status...

 > HARMONY-5783    Flaky behavior of getGenericParameterTypes
 > HARMONY-5745    Maven needs additional switch when we use Harmony

Unassigned, needs investigation

> HARMONY-5784    Bad error message when InetAddress.getByName is called
 > HARMONY-5779    [classlib][luni] java.io.FileNotFoundException Issue

Being actively worked by various people

 > HARMONY-5751    Ant's get task fails against https sites.

Hmm, this could be a bit more tricky since the problem is an 
SSLException for "Not trusted server certificate".  This requires a 
separate thread.

> HARMONY-5780    [drlvm][kernel] NPE in ParameterizedTypeImpl.equals
> HARMONY-5752    [drlvm][kernel] java.lang.reflect.GenericSignatureFormatError running xjc tool
> HARMONY-5749    Time Zone round trip issues
 > HARMONY-5746    [drlvm][kernel] getDeclaredClasses returns nulls
 > HARMONY-5738    Implementation of ImageIO.getImageWritersByMIMEType
> HARMONY-5737    [classlib][luni]FileURLConnection.connect fails in presence of anchor's

Marked as Fixed now.

> HARMONY-5760    [ibmvme] NPE running XJC from Sun JAXB RI

IBM's problem

Thanks again,
Tim