[jboss-svn-commits] JBoss Portal SVN: r5498 - in trunk/test/src/main/org/jboss/portal/test/framework: . agent container/client container/client/command container/result deployment embedded embedded/apacheds embedded/opends jmx server
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Oct 24 15:36:39 EDT 2006
Author: chris.laprun at jboss.com
Date: 2006-10-24 15:36:22 -0400 (Tue, 24 Oct 2006)
New Revision: 5498
Modified:
trunk/test/src/main/org/jboss/portal/test/framework/JBossServiceLookup.java
trunk/test/src/main/org/jboss/portal/test/framework/JNDIServiceLookup.java
trunk/test/src/main/org/jboss/portal/test/framework/ServiceLookup.java
trunk/test/src/main/org/jboss/portal/test/framework/TestBeanFactory.java
trunk/test/src/main/org/jboss/portal/test/framework/TestCaseContext.java
trunk/test/src/main/org/jboss/portal/test/framework/TestRuntimeContext.java
trunk/test/src/main/org/jboss/portal/test/framework/agent/JBossTestAgent.java
trunk/test/src/main/org/jboss/portal/test/framework/agent/JBossTestAgentMBean.java
trunk/test/src/main/org/jboss/portal/test/framework/agent/TestAgent.java
trunk/test/src/main/org/jboss/portal/test/framework/agent/TestAgentFactory.java
trunk/test/src/main/org/jboss/portal/test/framework/container/client/TestCase.java
trunk/test/src/main/org/jboss/portal/test/framework/container/client/TestRunner.java
trunk/test/src/main/org/jboss/portal/test/framework/container/client/TestSuite.java
trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/ClientCommand.java
trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/DoGetCommand.java
trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/DoPostCommand.java
trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/EndCommand.java
trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/RethrowCommand.java
trunk/test/src/main/org/jboss/portal/test/framework/container/result/AssertResult.java
trunk/test/src/main/org/jboss/portal/test/framework/container/result/EndTestResult.java
trunk/test/src/main/org/jboss/portal/test/framework/container/result/FailureResult.java
trunk/test/src/main/org/jboss/portal/test/framework/container/result/InvokeGetResult.java
trunk/test/src/main/org/jboss/portal/test/framework/container/result/InvokePostResult.java
trunk/test/src/main/org/jboss/portal/test/framework/container/result/Result.java
trunk/test/src/main/org/jboss/portal/test/framework/deployment/Deployer.java
trunk/test/src/main/org/jboss/portal/test/framework/deployment/Deployment.java
trunk/test/src/main/org/jboss/portal/test/framework/embedded/ConnectionManagerSupport.java
trunk/test/src/main/org/jboss/portal/test/framework/embedded/DSConfig.java
trunk/test/src/main/org/jboss/portal/test/framework/embedded/DataSourceSupport.java
trunk/test/src/main/org/jboss/portal/test/framework/embedded/HibernateSupport.java
trunk/test/src/main/org/jboss/portal/test/framework/embedded/JNDISupport.java
trunk/test/src/main/org/jboss/portal/test/framework/embedded/TransactionManagerSupport.java
trunk/test/src/main/org/jboss/portal/test/framework/embedded/apacheds/ApacheDSService.java
trunk/test/src/main/org/jboss/portal/test/framework/embedded/apacheds/ApacheDSServiceMBean.java
trunk/test/src/main/org/jboss/portal/test/framework/embedded/opends/OpenDSService.java
trunk/test/src/main/org/jboss/portal/test/framework/embedded/opends/OpenDSServiceMBean.java
trunk/test/src/main/org/jboss/portal/test/framework/embedded/opends/OpenDSUtil.java
trunk/test/src/main/org/jboss/portal/test/framework/jmx/MBeanServerFactory.java
trunk/test/src/main/org/jboss/portal/test/framework/jmx/RemoteMBeanProxy.java
trunk/test/src/main/org/jboss/portal/test/framework/jmx/RemoteMBeanServerAdapter.java
trunk/test/src/main/org/jboss/portal/test/framework/server/Node.java
trunk/test/src/main/org/jboss/portal/test/framework/server/NodeId.java
trunk/test/src/main/org/jboss/portal/test/framework/server/NodeManager.java
Log:
Updated headers.
Modified: trunk/test/src/main/org/jboss/portal/test/framework/JBossServiceLookup.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/JBossServiceLookup.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/JBossServiceLookup.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework;
import org.jboss.mx.util.MBeanProxy;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/JNDIServiceLookup.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/JNDIServiceLookup.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/JNDIServiceLookup.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework;
import javax.naming.InitialContext;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/ServiceLookup.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/ServiceLookup.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/ServiceLookup.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework;
/**
Modified: trunk/test/src/main/org/jboss/portal/test/framework/TestBeanFactory.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/TestBeanFactory.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/TestBeanFactory.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework;
import java.util.Map;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/TestCaseContext.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/TestCaseContext.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/TestCaseContext.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,15 +20,16 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework;
+import org.jboss.deployment.DeploymentException;
+import org.jboss.portal.test.framework.agent.TestAgent;
import org.jboss.portal.test.framework.container.result.Result;
import org.jboss.portal.test.framework.server.NodeId;
-import org.jboss.portal.test.framework.agent.TestAgent;
-import org.jboss.deployment.DeploymentException;
-import java.io.Serializable;
import java.io.File;
+import java.io.Serializable;
import java.net.MalformedURLException;
import java.net.URL;
@@ -94,9 +95,7 @@
/** The test agent, normally only valid in the server side for now. */
private TestAgent testAgent;
- /**
- * Copy constructor.
- */
+ /** Copy constructor. */
public TestCaseContext(TestCaseContext that)
{
this.testCaseId = that.testCaseId;
@@ -112,17 +111,13 @@
this.archivePath = archivePath;
}
- /**
- * Should not be exposed, but for now, well.
- */
+ /** Should not be exposed, but for now, well. */
public TestAgent getTestAgent()
{
return testAgent;
}
- /**
- * Should not be exposed, but for now, well.
- */
+ /** Should not be exposed, but for now, well. */
public void setTestAgent(TestAgent testAgent)
{
this.testAgent = testAgent;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/TestRuntimeContext.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/TestRuntimeContext.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/TestRuntimeContext.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework;
import org.apache.log4j.Logger;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/agent/JBossTestAgent.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/agent/JBossTestAgent.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/agent/JBossTestAgent.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,16 +20,17 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.agent;
import org.jboss.deployment.DeploymentException;
import org.jboss.deployment.MainDeployerMBean;
-import org.jboss.system.ServiceMBeanSupport;
-import org.jboss.portal.test.framework.TestCaseContext;
import org.jboss.invocation.Invocation;
+import org.jboss.portal.test.framework.TestCaseContext;
+import org.jboss.system.ServiceMBeanSupport;
-import java.net.URL;
import java.lang.reflect.Method;
+import java.net.URL;
/**
* This is a hack for testing. We log the deployment exception in the MainDeployerProxy that keeps exception in a thread
@@ -136,9 +137,7 @@
private DeploymentException e;
}
- /**
- * Perform proxy call to ourself.
- */
+ /** Perform proxy call to ourself. */
public Object invoke(Invocation invocation) throws Exception
{
Method method = invocation.getMethod();
Modified: trunk/test/src/main/org/jboss/portal/test/framework/agent/JBossTestAgentMBean.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/agent/JBossTestAgentMBean.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/agent/JBossTestAgentMBean.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -1,30 +1,31 @@
-/*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+/******************************************************************************
+ * JBoss, a division of Red Hat *
+ * Copyright 2006, Red Hat Middleware, LLC, and individual *
+ * contributors as indicated by the @authors tag. See the *
+ * copyright.txt in the distribution for a full listing of *
+ * individual contributors. *
+ * *
+ * This is free software; you can redistribute it and/or modify it *
+ * under the terms of the GNU Lesser General Public License as *
+ * published by the Free Software Foundation; either version 2.1 of *
+ * the License, or (at your option) any later version. *
+ * *
+ * This software is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
+ * Lesser General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU Lesser General Public *
+ * License along with this software; if not, write to the Free *
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
+ ******************************************************************************/
package org.jboss.portal.test.framework.agent;
import org.jboss.deployment.MainDeployerMBean;
+import org.jboss.invocation.Invocation;
import org.jboss.mx.util.ObjectNameFactory;
import org.jboss.system.ServiceMBean;
-import org.jboss.invocation.Invocation;
import javax.management.ObjectName;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/agent/TestAgent.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/agent/TestAgent.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/agent/TestAgent.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -1,24 +1,25 @@
-/*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+/******************************************************************************
+ * JBoss, a division of Red Hat *
+ * Copyright 2006, Red Hat Middleware, LLC, and individual *
+ * contributors as indicated by the @authors tag. See the *
+ * copyright.txt in the distribution for a full listing of *
+ * individual contributors. *
+ * *
+ * This is free software; you can redistribute it and/or modify it *
+ * under the terms of the GNU Lesser General Public License as *
+ * published by the Free Software Foundation; either version 2.1 of *
+ * the License, or (at your option) any later version. *
+ * *
+ * This software is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
+ * Lesser General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU Lesser General Public *
+ * License along with this software; if not, write to the Free *
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
+ ******************************************************************************/
package org.jboss.portal.test.framework.agent;
import org.jboss.deployment.DeploymentException;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/agent/TestAgentFactory.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/agent/TestAgentFactory.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/agent/TestAgentFactory.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -1,24 +1,25 @@
-/*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+/******************************************************************************
+ * JBoss, a division of Red Hat *
+ * Copyright 2006, Red Hat Middleware, LLC, and individual *
+ * contributors as indicated by the @authors tag. See the *
+ * copyright.txt in the distribution for a full listing of *
+ * individual contributors. *
+ * *
+ * This is free software; you can redistribute it and/or modify it *
+ * under the terms of the GNU Lesser General Public License as *
+ * published by the Free Software Foundation; either version 2.1 of *
+ * the License, or (at your option) any later version. *
+ * *
+ * This software is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
+ * Lesser General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU Lesser General Public *
+ * License along with this software; if not, write to the Free *
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
+ ******************************************************************************/
package org.jboss.portal.test.framework.agent;
import org.jboss.portal.test.framework.server.Node;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/container/client/TestCase.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/container/client/TestCase.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/container/client/TestCase.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.container.client;
import junit.framework.AssertionFailedError;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/container/client/TestRunner.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/container/client/TestRunner.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/container/client/TestRunner.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -1,49 +1,47 @@
-/*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+/******************************************************************************
+ * JBoss, a division of Red Hat *
+ * Copyright 2006, Red Hat Middleware, LLC, and individual *
+ * contributors as indicated by the @authors tag. See the *
+ * copyright.txt in the distribution for a full listing of *
+ * individual contributors. *
+ * *
+ * This is free software; you can redistribute it and/or modify it *
+ * under the terms of the GNU Lesser General Public License as *
+ * published by the Free Software Foundation; either version 2.1 of *
+ * the License, or (at your option) any later version. *
+ * *
+ * This software is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
+ * Lesser General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU Lesser General Public *
+ * License along with this software; if not, write to the Free *
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
+ ******************************************************************************/
package org.jboss.portal.test.framework.container.client;
+import junit.framework.Test;
+import junit.framework.TestCase;
+import junit.framework.TestResult;
+import junit.framework.TestSuite;
import org.apache.log4j.Appender;
import org.apache.log4j.ConsoleAppender;
-import org.apache.log4j.SimpleLayout;
-import org.apache.log4j.Logger;
import org.apache.log4j.Level;
+import org.apache.log4j.Logger;
+import org.apache.log4j.SimpleLayout;
import org.jboss.portal.test.framework.TestRuntimeContext;
import org.jboss.portal.test.framework.agent.TestAgent;
import org.jboss.portal.test.framework.agent.TestAgentFactory;
-import org.jboss.portal.test.framework.server.NodeManager;
-import org.jboss.portal.test.framework.server.NodeId;
-import org.jboss.portal.test.framework.server.Node;
import org.jboss.portal.test.framework.deployment.Deployer;
+import org.jboss.portal.test.framework.server.Node;
+import org.jboss.portal.test.framework.server.NodeId;
+import org.jboss.portal.test.framework.server.NodeManager;
-import java.net.URL;
import java.io.File;
+import java.net.URL;
-import junit.framework.TestSuite;
-import junit.framework.TestCase;
-import junit.framework.TestResult;
-import junit.framework.Test;
-
-import javax.management.MBeanServer;
-
/**
* @author <a href="mailto:julien at jboss.org">Julien Viet</a>
* @version $Revision: 5448 $
@@ -195,9 +193,7 @@
{
}
- /**
- * Subclass to perform undeployment.
- */
+ /** Subclass to perform undeployment. */
public void undeploy()
{
}
Modified: trunk/test/src/main/org/jboss/portal/test/framework/container/client/TestSuite.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/container/client/TestSuite.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/container/client/TestSuite.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.container.client;
import org.jboss.portal.test.framework.server.Node;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/ClientCommand.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/ClientCommand.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/ClientCommand.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.container.client.command;
/**
Modified: trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/DoGetCommand.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/DoGetCommand.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/DoGetCommand.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.container.client.command;
import java.util.Collections;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/DoPostCommand.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/DoPostCommand.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/DoPostCommand.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.container.client.command;
import java.util.Map;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/EndCommand.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/EndCommand.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/EndCommand.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.container.client.command;
/**
Modified: trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/RethrowCommand.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/RethrowCommand.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/container/client/command/RethrowCommand.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.container.client.command;
/**
Modified: trunk/test/src/main/org/jboss/portal/test/framework/container/result/AssertResult.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/container/result/AssertResult.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/container/result/AssertResult.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.container.result;
import junit.framework.AssertionFailedError;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/container/result/EndTestResult.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/container/result/EndTestResult.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/container/result/EndTestResult.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.container.result;
import org.jboss.portal.test.framework.container.client.command.ClientCommand;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/container/result/FailureResult.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/container/result/FailureResult.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/container/result/FailureResult.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.container.result;
import junit.framework.AssertionFailedError;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/container/result/InvokeGetResult.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/container/result/InvokeGetResult.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/container/result/InvokeGetResult.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.container.result;
import org.jboss.portal.test.framework.container.client.command.ClientCommand;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/container/result/InvokePostResult.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/container/result/InvokePostResult.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/container/result/InvokePostResult.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.container.result;
import org.jboss.portal.test.framework.container.client.command.ClientCommand;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/container/result/Result.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/container/result/Result.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/container/result/Result.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.container.result;
import org.jboss.portal.test.framework.container.client.command.ClientCommand;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/deployment/Deployer.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/deployment/Deployer.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/deployment/Deployer.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,12 +20,12 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.deployment;
+import org.jboss.portal.test.framework.agent.TestAgentFactory;
import org.jboss.portal.test.framework.server.Node;
-import org.jboss.portal.test.framework.agent.TestAgentFactory;
-import java.io.File;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/deployment/Deployment.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/deployment/Deployment.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/deployment/Deployment.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,14 +20,15 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.deployment;
import junit.framework.AssertionFailedError;
import org.apache.log4j.Logger;
import org.jboss.deployment.DeploymentException;
-import org.jboss.portal.test.framework.server.Node;
import org.jboss.portal.test.framework.agent.TestAgent;
import org.jboss.portal.test.framework.agent.TestAgentFactory;
+import org.jboss.portal.test.framework.server.Node;
import java.io.IOException;
import java.net.URL;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/embedded/ConnectionManagerSupport.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/embedded/ConnectionManagerSupport.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/embedded/ConnectionManagerSupport.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.embedded;
import org.jboss.resource.connectionmanager.CachedConnectionManager;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/embedded/DSConfig.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/embedded/DSConfig.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/embedded/DSConfig.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.embedded;
import org.jboss.portal.common.junit.metadata.TestCaseParameterIterableValue;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/embedded/DataSourceSupport.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/embedded/DataSourceSupport.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/embedded/DataSourceSupport.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.embedded;
import org.jboss.portal.common.junit.metadata.TestCaseParameterIterableValue;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/embedded/HibernateSupport.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/embedded/HibernateSupport.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/embedded/HibernateSupport.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.embedded;
import org.hibernate.HibernateException;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/embedded/JNDISupport.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/embedded/JNDISupport.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/embedded/JNDISupport.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.embedded;
import org.jnp.interfaces.NamingContext;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/embedded/TransactionManagerSupport.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/embedded/TransactionManagerSupport.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/embedded/TransactionManagerSupport.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.embedded;
import org.jboss.resource.connectionmanager.TransactionSynchronizer;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/embedded/apacheds/ApacheDSService.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/embedded/apacheds/ApacheDSService.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/embedded/apacheds/ApacheDSService.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.embedded.apacheds;
import org.apache.directory.server.configuration.MutableServerStartupConfiguration;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/embedded/apacheds/ApacheDSServiceMBean.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/embedded/apacheds/ApacheDSServiceMBean.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/embedded/apacheds/ApacheDSServiceMBean.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.embedded.apacheds;
import org.jboss.system.ServiceMBean;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/embedded/opends/OpenDSService.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/embedded/opends/OpenDSService.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/embedded/opends/OpenDSService.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.embedded.opends;
//import org.opends.server.core.DirectoryServer;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/embedded/opends/OpenDSServiceMBean.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/embedded/opends/OpenDSServiceMBean.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/embedded/opends/OpenDSServiceMBean.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.embedded.opends;
import org.jboss.system.ServiceMBean;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/embedded/opends/OpenDSUtil.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/embedded/opends/OpenDSUtil.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/embedded/opends/OpenDSUtil.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.embedded.opends;
import org.jboss.logging.Logger;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/jmx/MBeanServerFactory.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/jmx/MBeanServerFactory.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/jmx/MBeanServerFactory.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.jmx;
import javax.management.MBeanServer;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/jmx/RemoteMBeanProxy.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/jmx/RemoteMBeanProxy.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/jmx/RemoteMBeanProxy.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.jmx;
import org.jboss.mx.util.MBeanProxy;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/jmx/RemoteMBeanServerAdapter.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/jmx/RemoteMBeanServerAdapter.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/jmx/RemoteMBeanServerAdapter.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.jmx;
import javax.management.MBeanServer;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/server/Node.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/server/Node.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/server/Node.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.server;
import javax.management.MBeanServer;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/server/NodeId.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/server/NodeId.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/server/NodeId.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.server;
import java.io.Serializable;
Modified: trunk/test/src/main/org/jboss/portal/test/framework/server/NodeManager.java
===================================================================
--- trunk/test/src/main/org/jboss/portal/test/framework/server/NodeManager.java 2006-10-23 21:37:42 UTC (rev 5497)
+++ trunk/test/src/main/org/jboss/portal/test/framework/server/NodeManager.java 2006-10-24 19:36:22 UTC (rev 5498)
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. *
******************************************************************************/
+
package org.jboss.portal.test.framework.server;
import java.util.Collection;
More information about the jboss-svn-commits
mailing list