JBoss Tools SVN: r41324 - in trunk/cdi/plugins/org.jboss.tools.cdi.deltaspike.core: META-INF and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-05-23 19:25:08 -0400 (Wed, 23 May 2012)
New Revision: 41324
Removed:
trunk/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/.settings/
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/META-INF/MANIFEST.MF
Log:
https://issues.jboss.org/browse/JBIDE-11552 Support for Deltaspike in CDI tooling
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/META-INF/MANIFEST.MF 2012-05-23 22:54:33 UTC (rev 41323)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/META-INF/MANIFEST.MF 2012-05-23 23:25:08 UTC (rev 41324)
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Seam Faces Core
+Bundle-Name: Deltaspike Core
Bundle-SymbolicName: org.jboss.tools.cdi.deltaspike.core;singleton:=true
Bundle-Version: 1.2.0.qualifier
Bundle-Activator: org.jboss.tools.cdi.deltaspike.core.DeltaspikeCorePlugin
12 years, 7 months
JBoss Tools SVN: r41322 - in trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui: viewer/actionProvider and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2012-05-23 18:43:52 -0400 (Wed, 23 May 2012)
New Revision: 41322
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/messages/OpenShiftExpressUIMessages.properties
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/viewer/actionProvider/ShowEnvironmentActionProvider.java
Log:
JBIDE-11955 cleanad up menu and align with openshift cli terminology. i.e. tail files instead of remote logs
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/messages/OpenShiftExpressUIMessages.properties
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/messages/OpenShiftExpressUIMessages.properties 2012-05-23 22:03:27 UTC (rev 41321)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/messages/OpenShiftExpressUIMessages.properties 2012-05-23 22:43:52 UTC (rev 41322)
@@ -2,17 +2,12 @@
CREATING_APPLICATION=Creating application \"{0}\"...
OPERATION_CANCELLED=Operation was cancelled by user.
WAITING_FOR_REACHABLE=Waiting for application \"{0}\" to become reachable...
-APPLICATION_NOT_ANSWERING=The application \"{0}\" did not answer in a reasonable amount of time. \
-This can happen periodically and will just take an extra minute or two to propagate depending on where you are in the world.\n\
-Once you are able to access your application in a browser, you can then clone your git repository.\n\
-If you can''t get your application running in the browser, you can also try destroying and recreating the application as well using this Wizard.\n\n\
-If this doesn''t work for you, let us know in the forums or in IRC and we''ll make sure to get you up and running.\n\nForums\: \
-https\://www.redhat.com/openshift/forums/express\n\nIRC\: \#openshift (on Freenode)
-APPLICATION_NOT_ANSWERING_CONTINUE_WAITING=Application \"{0}\" did not answer so far.\n\nDo you want to continue to wait for it?
+APPLICATION_NOT_ANSWERING=The application "{0}" did not answer in a reasonable amount of time. This can happen periodically and will just take an extra minute or two to propagate depending on where you are in the world.\nOnce you are able to access your application in a browser, you can then clone your git repository.\nIf you can''t get your application running in the browser, you can also try destroying and recreating the application as well using this Wizard.\n\nIf this doesn''t work for you, let us know in the forums or in IRC and we''ll make sure to get you up and running.\n\nForums\: https\://www.redhat.com/openshift/forums/express\n\nIRC\: \#openshift (on Freenode)
+APPLICATION_NOT_ANSWERING_CONTINUE_WAITING=Application "{0}" did not answer so far.\n\nDo you want to continue to wait for it?
BTN_KEEP_WAITING=Keep waiting
BTN_CLOSE_WIZARD=Close wizard
-TAIL_SERVER_LOG_ACTION=Show Remote Logs
+TAIL_SERVER_LOG_ACTION=Tail files
#
CREATE_OR_EDIT_DOMAIN_ACTION=Create or Edit Domain...
@@ -27,12 +22,12 @@
EDIT_CARTRIDGES_ACTION=Edit Embedded Cartridges...
MAKE_SNAPSHOT_ACTION=Pull down Application Snapshot
-SHOW_PROPERTIES_VIEW_ACTION=Show Properties
-SHOW_DETAILS_ACTION=Show Details...
+SHOW_PROPERTIES_VIEW_ACTION=Properties
+SHOW_DETAILS_ACTION=Details
REFRESH_VIEWER_ACTION=Refresh
REFRESH_USER_ACTION=Refresh
-SHOW_ENVIRONMENT_ACTION=Show Environment Variables
+SHOW_ENVIRONMENT_ACTION=Environment Variables
DELETE_CONNECTION_ACTION=Disconnect
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/viewer/actionProvider/ShowEnvironmentActionProvider.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/viewer/actionProvider/ShowEnvironmentActionProvider.java 2012-05-23 22:03:27 UTC (rev 41321)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/viewer/actionProvider/ShowEnvironmentActionProvider.java 2012-05-23 22:43:52 UTC (rev 41322)
@@ -18,7 +18,7 @@
public class ShowEnvironmentActionProvider extends AbstractOpenShiftExplorerViewerActionProvider {
public ShowEnvironmentActionProvider() {
- super(new ShowEnvironmentAction(), "group.properties");
+ super(new ShowEnvironmentAction(), "group.showIn");
}
}
12 years, 7 months
JBoss Tools SVN: r41321 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2012-05-23 18:03:27 -0400 (Wed, 23 May 2012)
New Revision: 41321
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml
Log:
JBIDE-11955 remove show properties from application context menu
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml 2012-05-23 21:41:59 UTC (rev 41320)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml 2012-05-23 22:03:27 UTC (rev 41321)
@@ -485,9 +485,10 @@
<instanceof
value="org.jboss.tools.openshift.express.internal.core.console.UserDelegate">
</instanceof>
- <instanceof
+ <!-- Not showing it for IApp since it has show details -->
+ <!-- <instanceof
value="com.openshift.client.IApplication">
- </instanceof>
+ </instanceof> -->
<instanceof
value="com.openshift.client.IEmbeddableCartridge">
</instanceof>
12 years, 7 months
JBoss Tools SVN: r41320 - trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2012-05-23 17:41:59 -0400 (Wed, 23 May 2012)
New Revision: 41320
Modified:
trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/UsageReport.java
Log:
JBIDE-11862 applied victors patch using getModelDialogShellProvider for usage dialog
Modified: trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/UsageReport.java
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/UsageReport.java 2012-05-23 21:08:35 UTC (rev 41319)
+++ trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/UsageReport.java 2012-05-23 21:41:59 UTC (rev 41320)
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2010 Red Hat, Inc.
+ * Copyright (c) 2010-2012 Red Hat, Inc.
* Distributed under license by Red Hat, Inc. All rights reserved.
* This program is made available under the terms of the
* Eclipse Public License v1.0 which accompanies this distribution,
@@ -16,6 +16,8 @@
import org.eclipse.core.runtime.jobs.Job;
import org.eclipse.jface.window.Window;
import org.eclipse.swt.widgets.Display;
+import org.eclipse.swt.widgets.Shell;
+import org.eclipse.ui.PlatformUI;
import org.jboss.tools.usage.googleanalytics.GoogleAnalyticsUrlStrategy;
import org.jboss.tools.usage.googleanalytics.IJBossToolsEclipseEnvironment;
import org.jboss.tools.usage.http.HttpGetRequest;
@@ -130,9 +132,10 @@
Display.getDefault().syncExec(new Runnable() {
public void run() {
+ Shell shell = PlatformUI.getWorkbench().getModalDialogShellProvider().getShell();
UsageReportEnablementDialog dialog =
new UsageReportEnablementDialog(
- Display.getCurrent().getActiveShell(),
+ shell,
JBossToolsUsageActivator.getDefault().getUsageBranding());
if (dialog.open() == Window.OK) {
userResponse[0] = dialog.isReportEnabled();
12 years, 7 months
JBoss Tools SVN: r41319 - trunk/maven/plugins/org.jboss.tools.maven.ui/src/org/jboss/tools/maven/ui/wizard.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2012-05-23 17:08:35 -0400 (Wed, 23 May 2012)
New Revision: 41319
Modified:
trunk/maven/plugins/org.jboss.tools.maven.ui/src/org/jboss/tools/maven/ui/wizard/ConfigureMavenRepositoriesWizard.java
trunk/maven/plugins/org.jboss.tools.maven.ui/src/org/jboss/tools/maven/ui/wizard/ConfigureMavenRepositoriesWizardPage.java
Log:
JBIDE-11969 - configure maven repo adds jbosstools-maven-repository profile
Modified: trunk/maven/plugins/org.jboss.tools.maven.ui/src/org/jboss/tools/maven/ui/wizard/ConfigureMavenRepositoriesWizard.java
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.ui/src/org/jboss/tools/maven/ui/wizard/ConfigureMavenRepositoriesWizard.java 2012-05-23 20:46:26 UTC (rev 41318)
+++ trunk/maven/plugins/org.jboss.tools.maven.ui/src/org/jboss/tools/maven/ui/wizard/ConfigureMavenRepositoriesWizard.java 2012-05-23 21:08:35 UTC (rev 41319)
@@ -44,8 +44,7 @@
@Override
public boolean performFinish() {
- page.finishPage();
- return true;
+ return page.finishPage();
}
@Override
Modified: trunk/maven/plugins/org.jboss.tools.maven.ui/src/org/jboss/tools/maven/ui/wizard/ConfigureMavenRepositoriesWizardPage.java
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.ui/src/org/jboss/tools/maven/ui/wizard/ConfigureMavenRepositoriesWizardPage.java 2012-05-23 20:46:26 UTC (rev 41318)
+++ trunk/maven/plugins/org.jboss.tools.maven.ui/src/org/jboss/tools/maven/ui/wizard/ConfigureMavenRepositoriesWizardPage.java 2012-05-23 21:08:35 UTC (rev 41319)
@@ -169,6 +169,9 @@
private static final String REMOVE_ALL = " <<Remove All ";
private static final String REMOVE = " <Remove ";
+ private static final String JBOSS_EAP_MAVEN_REPOSITORY_ID = "jboss-eap-maven-repository";; //$NON-NLS-1$
+ private static final String JBOSS_WFK_MAVEN_REPOSITORY_ID = "jboss-wfk-maven-repository";; //$NON-NLS-1$
+
private Button removeButton;
private Button removeAllButton;
private Button addButton;
@@ -892,12 +895,11 @@
if (list != null && list.length >= 1) {
// JBoss EAP Maven Repository
Repository repository = getDefaultRepository();
- String id = JBOSSTOOLS_MAVEN_PROFILE_ID;
Set<RepositoryWrapper> allRepositories = new HashSet<RepositoryWrapper>();
allRepositories.addAll(repos);
allRepositories.addAll(includedRepositories);
allRepositories.addAll(availableRepositories);
- repository.setId(getUniqueId(id, allRepositories));
+ repository.setId(getUniqueId(JBOSS_EAP_MAVEN_REPOSITORY_ID, allRepositories));
repository.setName(JBOSS_EAP_MAVEN_REPOSITORY);
try {
repository.setUrl(directory.toURI().toURL().toString());
@@ -912,7 +914,11 @@
if (file.isDirectory()) {
// JBoss WFK Maven Repository
Repository repository = getDefaultRepository();
- repository.setId("jboss-wfk-maven-repository");
+ Set<RepositoryWrapper> allRepositories = new HashSet<RepositoryWrapper>();
+ allRepositories.addAll(repos);
+ allRepositories.addAll(includedRepositories);
+ allRepositories.addAll(availableRepositories);
+ repository.setId(getUniqueId(JBOSS_WFK_MAVEN_REPOSITORY_ID, allRepositories));
repository.setName("JBoss WFK Maven Repository");
try {
repository.setUrl(directory.toURI().toURL().toString());
@@ -932,7 +938,7 @@
boolean found = false;
for (RepositoryWrapper wrapper:allRepositories) {
if (id.equals(wrapper.getRepository().getId())) {
- id = startId + "." + i++;
+ id = startId + "." + i++; //$NON-NLS-1$
found = true;
break;
}
@@ -1230,9 +1236,13 @@
return bytes;
}
- public void finishPage() {
+ public boolean finishPage() {
String userSettings = getUserSettings();
File file = new File(userSettings);
+ boolean ok = MessageDialog.openQuestion(getShell(), "Confirm File Update", "Are you sure you want to update the file '" + userSettings + "'?");
+ if (!ok) {
+ return false;
+ }
String outputString = getNewSettings();
FileOutputStream out = null;
@@ -1241,9 +1251,11 @@
byte[] bytes = outputString.getBytes(UTF_8);
out.write(bytes);
out.flush();
+ maven.reloadSettings();
} catch (Exception e) {
MessageDialog.openError(getShell(), ERROR_TITLE, e.getMessage());
Activator.log(e);
+ return false;
} finally {
if (out != null) {
try {
@@ -1253,6 +1265,7 @@
}
}
}
+ return true;
}
}
12 years, 7 months
JBoss Tools SVN: r41318 - workspace/snjeza/jbossas7-examples.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2012-05-23 16:46:26 -0400 (Wed, 23 May 2012)
New Revision: 41318
Modified:
workspace/snjeza/jbossas7-examples/login.zip
Log:
JBIDE-11967 - Console configuration jboss-as-login does not exist
Modified: workspace/snjeza/jbossas7-examples/login.zip
===================================================================
(Binary files differ)
12 years, 7 months
JBoss Tools SVN: r41317 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui.
by jbosstools-commits@lists.jboss.org
Author: xcoulon
Date: 2012-05-23 16:09:21 -0400 (Wed, 23 May 2012)
New Revision: 41317
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml
Log:
In progress - JBIDE-11841
Make OpenShift Explorer actions available from Server Adapter
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml 2012-05-23 20:08:29 UTC (rev 41316)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml 2012-05-23 20:09:21 UTC (rev 41317)
@@ -162,7 +162,7 @@
<viewerActionBinding viewerId="org.eclipse.wst.server.ui.ServersView">
<includes>
<actionExtension
- pattern="org.jboss.tools.openshift.express.internal.ui.serverviewer.actionDelegate.*"/>
+ pattern="org.jboss.tools.openshift.express.internal.ui.serverviewer.actionDelegate.tailServerLogActionProvider"/>
</includes>
</viewerActionBinding>
</extension>
12 years, 7 months
JBoss Tools SVN: r41316 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action.
by jbosstools-commits@lists.jboss.org
Author: xcoulon
Date: 2012-05-23 16:08:29 -0400 (Wed, 23 May 2012)
New Revision: 41316
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action/EditCartridgesAction.java
Log:
fixing bad user selection (recent user may not be the selected application's user)
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action/EditCartridgesAction.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action/EditCartridgesAction.java 2012-05-23 20:07:54 UTC (rev 41315)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action/EditCartridgesAction.java 2012-05-23 20:08:29 UTC (rev 41316)
@@ -18,9 +18,11 @@
import org.jboss.tools.openshift.express.internal.core.console.UserModel;
import org.jboss.tools.openshift.express.internal.ui.OpenShiftImages;
import org.jboss.tools.openshift.express.internal.ui.messages.OpenShiftExpressUIMessages;
+import org.jboss.tools.openshift.express.internal.ui.utils.Logger;
import org.jboss.tools.openshift.express.internal.ui.wizard.EmbedCartridgeWizard;
import com.openshift.client.IApplication;
+import com.openshift.client.OpenShiftException;
/**
* @author Xavier Coulon
@@ -36,12 +38,16 @@
public void run() {
final ITreeSelection treeSelection = (ITreeSelection)selection;
if (selection != null && selection instanceof ITreeSelection && treeSelection.getFirstElement() instanceof IApplication) {
- final IApplication application = (IApplication) treeSelection.getFirstElement();
- final UserDelegate user = UserModel.getDefault().getRecentUser();
- EmbedCartridgeWizard wizard = new EmbedCartridgeWizard(application, user);
- int result = WizardUtils.openWizardDialog(wizard, Display.getCurrent().getActiveShell());
- if(result == Dialog.OK) {
- viewer.refresh(application);
+ try {
+ final IApplication application = (IApplication) treeSelection.getFirstElement();
+ final UserDelegate user = UserModel.getDefault().findUser(application.getDomain().getUser().getRhlogin());
+ EmbedCartridgeWizard wizard = new EmbedCartridgeWizard(application, user);
+ int result = WizardUtils.openWizardDialog(wizard, Display.getCurrent().getActiveShell());
+ if(result == Dialog.OK) {
+ viewer.refresh(application);
+ }
+ } catch (OpenShiftException e) {
+ Logger.error("Failed to edit cartridges", e);
}
}
12 years, 7 months
JBoss Tools SVN: r41315 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2012-05-23 16:07:54 -0400 (Wed, 23 May 2012)
New Revision: 41315
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPageModel.java
Log:
[JBIDE-11314] implementing dialog that asks if you want to continue to wait
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java 2012-05-23 20:00:28 UTC (rev 41314)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java 2012-05-23 20:07:54 UTC (rev 41315)
@@ -125,10 +125,6 @@
IStatus status = OpenShiftUIActivator.createErrorStatus(e.getMessage(), e);
OpenShiftUIActivator.log(status);
ErrorDialog.openError(getShell(), "Error", "Error initializing application configuration page", status);
- } catch (SocketTimeoutException e) {
- IStatus status = OpenShiftUIActivator.createErrorStatus(e.getMessage(), e);
- OpenShiftUIActivator.log(status);
- ErrorDialog.openError(getShell(), "Error", "Error initializing application configuration page", status);
}
}
@@ -221,10 +217,6 @@
OpenShiftUIActivator.log(OpenShiftUIActivator.createErrorStatus(NLS.bind(
"Could not get embedded cartridges for application {0}",
selectedApplication.getName()), ex));
- } catch (SocketTimeoutException ex) {
- OpenShiftUIActivator.log(OpenShiftUIActivator.createErrorStatus(NLS.bind(
- "Could not get embedded cartridges for application {0}",
- selectedApplication.getName()), ex));
}
return Status.OK_STATUS;
}
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPageModel.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPageModel.java 2012-05-23 20:00:28 UTC (rev 41314)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPageModel.java 2012-05-23 20:07:54 UTC (rev 41315)
@@ -66,7 +66,7 @@
private boolean existingApplicationsLoaded = false;;
public ApplicationConfigurationWizardPageModel(OpenShiftExpressApplicationWizardModel wizardModel)
- throws OpenShiftException, SocketTimeoutException {
+ throws OpenShiftException {
this.wizardModel = wizardModel;
setExistingApplication(wizardModel.getApplication());
}
@@ -146,7 +146,7 @@
*
* @see #doSetExistingApplication(IApplication)
*/
- public void setExistingApplicationName(String applicationName) throws OpenShiftException, SocketTimeoutException {
+ public void setExistingApplicationName(String applicationName) throws OpenShiftException {
firePropertyChange(PROPERTY_EXISTING_APPLICATION_NAME
, this.existingApplicationName, this.existingApplicationName = applicationName);
@@ -300,7 +300,7 @@
* @see #setSelectedEmbeddableCartridges(Set)
* @see #wizardModel#setApplication
*/
- public void setExistingApplication(IApplication application) throws OpenShiftException, SocketTimeoutException {
+ public void setExistingApplication(IApplication application) throws OpenShiftException {
if (application != null) {
setExistingApplicationName(application.getName());
doSetExistingApplication(application);
@@ -320,7 +320,7 @@
* @see #setSelectedEmbeddableCartridges(Set)
* @see #wizardModel#setApplication
*/
- protected void doSetExistingApplication(IApplication application) throws OpenShiftException, SocketTimeoutException {
+ protected void doSetExistingApplication(IApplication application) throws OpenShiftException {
if (application != null) {
setApplicationName(application.getName());
setSelectedCartridge(application.getCartridge());
12 years, 7 months