User: schaefera
Date: 01/09/11 19:10:24
Modified: src/main/org/jboss/test/web/test TestWebIntegration.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.12 +2 -2
jbosstest/src/main/org/jboss/test/web/test/TestWebIntegration.java
Index: TestWebIntegration.java
===================================================================
RCS file:
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/web/test/TestWebIntegration.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- TestWebIntegration.java 2001/09/09 07:15:07 1.11
+++ TestWebIntegration.java 2001/09/12 02:10:24 1.12
@@ -12,7 +12,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.Deploy;
/** Tests of servlet container integration into the JBoss server. This test
@@ -26,7 +26,7 @@
with a role of 'AuthorizedUser' in the servlet container.
@author [EMAIL PROTECTED]
- @version $Revision: 1.11 $
+ @version $Revision: 1.12 $
*/
public class TestWebIntegration extends TestCase
{
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development