maguro 2005/03/12 12:04:56
Modified: modules/itests/src/java/org/openejb/test/interop/slsb
InteropBean.java
Log:
Some fixes to POA policies and added default principal to the CORBA ORB.
Revision Changes Path
1.4 +2 -3
openejb/modules/itests/src/java/org/openejb/test/interop/slsb/InteropBean.java
Index: InteropBean.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/itests/src/java/org/openejb/test/interop/slsb/InteropBean.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- InteropBean.java 10 Mar 2005 19:18:05 -0000 1.3
+++ InteropBean.java 12 Mar 2005 17:04:56 -0000 1.4
@@ -63,7 +63,6 @@
public class InteropBean implements SessionBean {
private SessionContext sessionContext;
- public static final String STUB_PACKAGE_PREFIX = "org.omg.stub.";
public String callRemote(String argument1) throws RemoteException {
try {