dblevins 2005/03/09 01:17:16
Modified: modules/core/src/java/org/openejb/client EJBRequest.java
Log:
First run of axis integration. more to sew up yet.
Revision Changes Path
1.4 +4 -1
openejb/modules/core/src/java/org/openejb/client/EJBRequest.java
Index: EJBRequest.java
===================================================================
RCS file:
/scm/openejb/openejb/modules/core/src/java/org/openejb/client/EJBRequest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- EJBRequest.java 12 Apr 2004 08:31:41 -0000 1.3
+++ EJBRequest.java 9 Mar 2005 06:17:16 -0000 1.4
@@ -330,6 +330,9 @@
protected void writeMethodParameters(ObjectOutput out, Class[] types,
Object[] args) throws IOException {
+
+ // TODO Once we index methods properly, we won't need te args to
determine the method
+ // and can get the arg length from the metadata in the Method
instance.
out.writeByte(types.length);
for (int i = 0; i < types.length; i++) {