dims 2004/08/11 06:28:16
Modified: modules/axis project.xml
Log:
Patch from Srinath:
===================================================
with the new patch fix the class loading stuff. Now this complete geronimo
supports for the Simple type web serivices. The WebServiceTest now has
code to do the actual web service invocation tests.
There is a class loading problem for the Complex type web services in the
openejb service invocation. I add a test case to cover this but exclude
it.
I need to check it in the new openEJB cvs and get help from the open ejb
ppl if there is a problem.
Thanks
--Srinath
=======================================================
Revision Changes Path
1.6 +2 -1 incubator-geronimo/modules/axis/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/axis/project.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- project.xml 29 Jul 2004 02:58:36 -0000 1.5
+++ project.xml 11 Aug 2004 13:28:16 -0000 1.6
@@ -435,6 +435,7 @@
<excludes>
<exclude>**/Abstract*.java</exclude>
<exclude>**/EWSTest.java</exclude>
+ <exclude>**/ComplexTypeWebServiceTest.java</exclude>
</excludes>
<resources>
|