Author: keith
Date: Wed Mar 12 18:57:25 2008
New Revision: 14745
Log:
removing some unused imports
Modified:
trunk/mashup/java/modules/core/src/org/wso2/mashup/transport/MashupServerInitializer.java
Modified:
trunk/mashup/java/modules/core/src/org/wso2/mashup/transport/MashupServerInitializer.java
==============================================================================
---
trunk/mashup/java/modules/core/src/org/wso2/mashup/transport/MashupServerInitializer.java
(original)
+++
trunk/mashup/java/modules/core/src/org/wso2/mashup/transport/MashupServerInitializer.java
Wed Mar 12 18:57:25 2008
@@ -20,7 +20,6 @@
import org.apache.axis2.deployment.DeploymentEngine;
import org.apache.axis2.description.AxisService;
import org.apache.axis2.description.AxisServiceGroup;
-import org.apache.axis2.description.Parameter;
import org.apache.axis2.engine.AxisConfiguration;
import org.apache.log4j.Logger;
import org.wso2.mashup.MashupConstants;
@@ -45,10 +44,6 @@
import org.wso2.wsas.persistence.dataobject.ServiceIdentifierDO;
import org.wso2.wsas.persistence.exception.ServiceGroupNotFoundException;
import org.wso2.wsas.util.WsasUtils;
-import org.quartz.SchedulerFactory;
-import org.quartz.Scheduler;
-import org.quartz.SchedulerException;
-import org.quartz.impl.StdSchedulerFactory;
import java.util.ArrayList;
import java.util.HashMap;
@@ -99,7 +94,6 @@
// We need the name of the KeyStore in order to give its details
for the policy.
// Although there can be many keystores we use the default one
- KeyStoreDO keyStore = new KeyStoreDO();
KeyStoreDO[] storeDOs = persistenceMgr.getKeyStores();
String keyStoreName = storeDOs[0].getKeyStoreName();
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev