Author: veithen
Date: Sun Mar 27 21:17:44 2011
New Revision: 1086038
URL: http://svn.apache.org/viewvc?rev=1086038&view=rev
Log:
Eliminated several instances of the catch-and-fail JUnit anti-pattern.
Modified:
axis/axis2/java/core/trunk/modules/addressing/test/org/apache/axis2/handlers/addre
Author: azeez
Date: Sun Mar 27 18:43:22 2011
New Revision: 1086003
URL: http://svn.apache.org/viewvc?rev=1086003&view=rev
Log:
Just noticed that Andreas reverted my previous commit due to a test failure.
Reverting again.
Modified:
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axi
Author: azeez
Date: Sun Mar 27 18:33:15 2011
New Revision: 1086002
URL: http://svn.apache.org/viewvc?rev=1086002&view=rev
Log:
ng a test failure caused by my addition of IN_MESSAGE_CONTEXT constant to
MessageContext. Thanks Andreas for pointing this out.
Modified:
axis/axis2/java/core/trunk
Author: veithen
Date: Sun Mar 27 15:54:43 2011
New Revision: 1085969
URL: http://svn.apache.org/viewvc?rev=1085969&view=rev
Log:
Temporarily reverted r1085796 since it causes a regression. Please run the test
suite before committing stuff.
Modified:
axis/axis2/java/core/trunk/modules/kernel
Author: veithen
Date: Sun Mar 27 13:34:00 2011
New Revision: 1085931
URL: http://svn.apache.org/viewvc?rev=1085931&view=rev
Log:
Replaced usages of Axiom implementation classes by invocations of the public
API.
Modified:
axis/axis2/java/core/trunk/modules/adb-codegen/test/org/apache/axis2/s
Author: veithen
Date: Sun Mar 27 12:41:46 2011
New Revision: 1085927
URL: http://svn.apache.org/viewvc?rev=1085927&view=rev
Log:
Fixed the ADB code so that it no longer depends on the incorrect behavior
described in AXIOM-358.
Modified:
axis/axis2/java/core/trunk/modules/adb/src/org/apache/
Author: veithen
Date: Sun Mar 27 12:37:22 2011
New Revision: 1085925
URL: http://svn.apache.org/viewvc?rev=1085925&view=rev
Log:
Changed the MessageContextChangeTest such that the error messages appear in the
Surefire report.
Modified:
axis/axis2/java/core/trunk/modules/integration/test/org
Author: eranga
Date: Sun Mar 27 09:13:39 2011
New Revision: 1085895
URL: http://svn.apache.org/viewvc?rev=1085895&view=rev
Log:
AXIS2-4987 - Cannot use constants as discriminators in CORBA union data types
Fixed. Updated the parseValue method.
Modified:
axis/axis2/java/core/trunk/modules/c