User: schaefera
Date: 01/09/11 19:10:23
Modified: src/main/org/jboss/test/security/test TestEJBSpec.java
Log:
Adjusted files because of the repackaging of the JMX Connector
and Adaptors.
Also the connector and adaptor service files (*.jsr) are separated into
3 different files because it is neccessary to allow the administrator
to select which one to use (security, performance etc.). Now the admin
can add or remove the service files as the need arise.
Revision Changes Path
1.14 +2 -2 jbosstest/src/main/org/jboss/test/security/test/TestEJBSpec.java
Index: TestEJBSpec.java
===================================================================
RCS file:
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/security/test/TestEJBSpec.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- TestEJBSpec.java 2001/09/09 05:49:06 1.13
+++ TestEJBSpec.java 2001/09/12 02:10:23 1.14
@@ -27,7 +27,7 @@
import junit.framework.TestCase;
import junit.framework.TestSuite;
-import org.jboss.jmx.interfaces.RMIConnector;
+import org.jboss.jmx.connector.rmi.RMIConnector;
import org.jboss.test.util.AppCallbackHandler;
import org.jboss.test.util.Deploy;
@@ -35,7 +35,7 @@
deployment unit. These test the basic role based access model.
@author [EMAIL PROTECTED]
- @version $Revision: 1.13 $
+ @version $Revision: 1.14 $
*/
public class TestEJBSpec
extends TestCase
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development