? derby.log ? testdb Index: build.xml =================================================================== RCS file: /m/jws/appserver-sqe/pe/connector/NoTxGetConnection/build.xml,v retrieving revision 1.2 diff -r1.2 build.xml 4,6c4,6 < < < --- > > > Index: globaltx/build.xml =================================================================== RCS file: /m/jws/appserver-sqe/pe/connector/NoTxGetConnection/globaltx/build.xml,v retrieving revision 1.7 diff -r1.7 build.xml 4,6c4,6 < < < --- > > > Index: globaltx/client/notxConnClient.java =================================================================== RCS file: /m/jws/appserver-sqe/pe/connector/NoTxGetConnection/globaltx/client/notxConnClient.java,v retrieving revision 1.7 diff -r1.7 notxConnClient.java 33c33 < java.lang.Object objref = ic.lookup("java:comp/env/ejb/BeanA"); --- > java.lang.Object objref = ic.lookup("java:comp/env/BeanA"); 35c35 < System.err.println("Narrowed home interface !!"); --- > System.out.println("Narrowed home interface !!"); 38a39 > System.out.println("created remote interface : " + remote); 48a50,51 > System.out.println("remote interface : " + remote); > Index: globaltx/descriptor/application-client.xml =================================================================== RCS file: /m/jws/appserver-sqe/pe/connector/NoTxGetConnection/globaltx/descriptor/application-client.xml,v retrieving revision 1.2 diff -r1.2 application-client.xml 8c8 < ejb/BeanA --- > BeanA 10,11c10,11 < com.sun.s1peqe.connector.nontxconn.ejb.HomeA < com.sun.s1peqe.connector.nontxconn.ejb.RemoteA --- > com.sun.s1peqe.connector.nontxconn.ejb.beanA.HomeA > com.sun.s1peqe.connector.nontxconn.ejb.beanA.RemoteA Index: globaltx/descriptor/sun-application-client.xml =================================================================== RCS file: /m/jws/appserver-sqe/pe/connector/NoTxGetConnection/globaltx/descriptor/sun-application-client.xml,v retrieving revision 1.1 diff -r1.1 sun-application-client.xml 6c6 < ejb/BeanA --- > BeanA Index: localtx/build.xml =================================================================== RCS file: /m/jws/appserver-sqe/pe/connector/NoTxGetConnection/localtx/build.xml,v retrieving revision 1.5 diff -r1.5 build.xml 4,7c4,7 < < < < --- > > > > Index: localtx/client/notxConnClient.java =================================================================== RCS file: /m/jws/appserver-sqe/pe/connector/NoTxGetConnection/localtx/client/notxConnClient.java,v retrieving revision 1.5 diff -r1.5 notxConnClient.java 32c32 < java.lang.Object objref = ic.lookup("java:comp/env/ejb/BeanA"); --- > java.lang.Object objref = ic.lookup("java:comp/env/BeanA"); Index: localtx/descriptor/application-client.xml =================================================================== RCS file: /m/jws/appserver-sqe/pe/connector/NoTxGetConnection/localtx/descriptor/application-client.xml,v retrieving revision 1.2 diff -r1.2 application-client.xml 8c8 < ejb/BeanA --- > BeanA 10,11c10,11 < com.sun.s1peqe.connector.nontxconn.ejb.HomeA < com.sun.s1peqe.connector.nontxconn.ejb.RemoteA --- > com.sun.s1peqe.connector.nontxconn.ejb.beanA.HomeA > com.sun.s1peqe.connector.nontxconn.ejb.beanA.RemoteA