dblevins 2004/12/22 00:42:38
Modified: modules/core/src/java/org/openejb GenericEJBContainer.java
Log:
Basic soap rpc/encoded deployment and container support along with a general
revamping of the networkservice stacks.
Revision Changes Path
1.25 +4 -1
openejb/modules/core/src/java/org/openejb/GenericEJBContainer.java
Index: GenericEJBContainer.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/core/src/java/org/openejb/GenericEJBContainer.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- GenericEJBContainer.java 15 Nov 2004 06:17:53 -0000 1.24
+++ GenericEJBContainer.java 22 Dec 2004 05:42:38 -0000 1.25
@@ -450,6 +450,9 @@
infoFactory.addAttribute("classLoader", ClassLoader.class, false);
+ infoFactory.addOperation("invoke", new Class[]{Invocation.class});
+ infoFactory.addOperation("invoke", new Class[]{Method.class,
Object[].class, Object.class});
+
infoFactory.setConstructor(new String[]{
"ContainerID",
"EJBName",