JBoss Tools SVN: r40376 - trunk/requirements.
by jbosstools-commits@lists.jboss.org
Author: vpakan(a)redhat.com
Date: 2012-04-20 05:37:46 -0400 (Fri, 20 Apr 2012)
New Revision: 40376
Added:
trunk/requirements/richfaces-4.2.1.Final/
Log:
Added RichFaces 4.2.1.Final
13 years, 8 months
JBoss Tools SVN: r40375 - trunk/requirements/riftsaw-2.3.0.Final.
by jbosstools-commits@lists.jboss.org
Author: vpakan(a)redhat.com
Date: 2012-04-20 05:27:54 -0400 (Fri, 20 Apr 2012)
New Revision: 40375
Modified:
trunk/requirements/riftsaw-2.3.0.Final/build.properties
Log:
Added RichFaces 4.2.1.Final
Modified: trunk/requirements/riftsaw-2.3.0.Final/build.properties
===================================================================
--- trunk/requirements/riftsaw-2.3.0.Final/build.properties 2012-04-20 07:14:38 UTC (rev 40374)
+++ trunk/requirements/riftsaw-2.3.0.Final/build.properties 2012-04-20 09:27:54 UTC (rev 40375)
@@ -1,7 +1,7 @@
-riftsaw.build.uri=http://downloads.jboss.org/riftsaw/releases/2.3.0.Final
-build.uri=${riftsaw.build.uri}
-build.archive.root=riftsaw-2.3.0.Final
+richfaces.build.uri=http://downloads.jboss.org/richfaces/releases/4.2.X/4.2.1.Final
+build.uri=${richfaces.build.uri}
+build.archive.root=richfaces-4.2.1.Final
build.archive=${build.archive.root}.zip
-md5=d57290b01d25ec0d15e143c6053d0878
+md5=2936b4b9e8b631b90ee0518a30875cac
13 years, 8 months
JBoss Tools SVN: r40374 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui.
by jbosstools-commits@lists.jboss.org
Author: xcoulon
Date: 2012-04-20 03:14:38 -0400 (Fri, 20 Apr 2012)
New Revision: 40374
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml
Log:
In progress - https://issues.jboss.org/browse/JBIDE-11400
Migrate current openshift plugins to the new RESTful client library
Fixed - https://issues.jboss.org/browse/JBIDE-11195
Consider renaming "OpenShift Express Console" to "OpenShift Explorer" or "OpenShift Navigator"
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml 2012-04-20 07:11:28 UTC (rev 40373)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml 2012-04-20 07:14:38 UTC (rev 40374)
@@ -14,7 +14,7 @@
id="org.jboss.ide.eclipse.as.openshift.express.ui.wizard.createNewApplicationWizard"
name="OpenShift Application"
project="true">
- <description>Create a new OpenShift Express Application</description>
+ <description>Create a new OpenShift Application</description>
</wizard>
</extension>
<extension
@@ -29,7 +29,7 @@
icon="icons/openshift-logo-white-icon.png"
id="org.jboss.tools.openshift.express.ui.importExistingApplicationWizard"
name="Existing OpenShift Application">
- <description>Import an existing OpenShift Express Application</description>
+ <description>Import an existing OpenShift Application</description>
</wizard>
</extension>
<extension
@@ -64,7 +64,7 @@
<behaviour
behaviourDelegate="org.jboss.tools.openshift.express.internal.core.behaviour.ExpressBehaviourDelegate"
launchDelegate="org.jboss.tools.openshift.express.internal.core.behaviour.ExpressLaunchDelegate"
- name="OpenShift Express"
+ name="OpenShift"
publishMethod="org.jboss.tools.openshift.express.internal.core.behaviour.ExpressPublishMethod"
serverTypes="org.jboss.tools.openshift.express.openshift.server.type"
typeId="openshift">
@@ -235,8 +235,8 @@
<extension point="org.eclipse.ui.editors.templates">
<template id="org.jboss.tools.maven.editor.xml.templates.profiles.openshift"
contextTypeId="org.eclipse.m2e.editor.xml.templates.contextType.profiles"
- name="OpenShift Express profile"
- description="OpenShift Express profile">
+ name="OpenShift profile"
+ description="OpenShift profile">
<pattern> <profile>
<!-- When built in OpenShift the 'openshift' profile will be used when invoking mvn. -->
<!-- Use this profile for any OpenShift specific customization your app will need. -->
@@ -285,14 +285,14 @@
class="org.jboss.tools.openshift.express.internal.ui.viewer.OpenShiftConsoleExpressView"
icon="icons/openshift-logo-white-icon.png"
id="org.jboss.tools.openshift.express.ui.viewer.expressConsoleView"
- name="OpenShift Express Console">
+ name="OpenShift Explorer">
</view-->
<view
category="org.jboss.tools.common.model.ui.views"
class="org.jboss.tools.openshift.express.internal.ui.console.ExpressConsoleView"
icon="icons/openshift-logo-white-icon.png"
id="org.jboss.tools.openshift.express.ui.viewer.expressConsoleView"
- name="OpenShift Express Console">
+ name="OpenShift Explorer">
</view>
</extension>
@@ -400,7 +400,7 @@
<enablement>
<and>
<instanceof
- value="com.openshift.express.client.IApplication">
+ value="com.openshift.client.IApplication">
</instanceof>
</and>
</enablement>
@@ -411,7 +411,7 @@
<enablement>
<and>
<instanceof
- value="com.openshift.express.client.IApplication">
+ value="com.openshift.client.IApplication">
</instanceof>
</and>
</enablement>
@@ -422,7 +422,7 @@
<enablement>
<and>
<instanceof
- value="com.openshift.express.client.IApplication">
+ value="com.openshift.client.IApplication">
</instanceof>
</and>
</enablement>
@@ -433,7 +433,7 @@
<enablement>
<and>
<instanceof
- value="com.openshift.express.client.IApplication">
+ value="com.openshift.client.IApplication">
</instanceof>
</and>
</enablement>
@@ -444,7 +444,7 @@
<enablement>
<and>
<instanceof
- value="com.openshift.express.client.IApplication">
+ value="com.openshift.client.IApplication">
</instanceof>
</and>
</enablement>
@@ -455,7 +455,7 @@
<enablement>
<and>
<instanceof
- value="com.openshift.express.client.IApplication">
+ value="com.openshift.client.IApplication">
</instanceof>
</and>
</enablement>
@@ -469,10 +469,10 @@
value="org.jboss.tools.openshift.express.internal.core.console.UserDelegate">
</instanceof>
<instanceof
- value="com.openshift.express.client.IApplication">
+ value="com.openshift.client.IApplication">
</instanceof>
<instanceof
- value="com.openshift.express.client.IEmbeddableCartridge">
+ value="com.openshift.client.IEmbeddableCartridge">
</instanceof>
</or>
</enablement>
@@ -515,14 +515,14 @@
</adapter>
</factory>
<factory
- adaptableType="com.openshift.express.client.IApplication"
+ adaptableType="com.openshift.client.IApplication"
class="org.jboss.tools.openshift.express.internal.ui.viewer.property.PropertySourceAdapterFactory">
<adapter
type="org.eclipse.ui.views.properties.IPropertySource">
</adapter>
</factory>
<factory
- adaptableType="com.openshift.express.client.IEmbeddableCartridge"
+ adaptableType="com.openshift.client.IEmbeddableCartridge"
class="org.jboss.tools.openshift.express.internal.ui.viewer.property.PropertySourceAdapterFactory">
<adapter
type="org.eclipse.ui.views.properties.IPropertySource">
13 years, 8 months
JBoss Tools SVN: r40373 - in trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test: src/org/jboss/tools/runtime/as/ui/bot/test/jboss71 and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: mmalina
Date: 2012-04-20 03:11:28 -0400 (Fri, 20 Apr 2012)
New Revision: 40373
Modified:
trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/resources/template/runtimes.properties
trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/jboss71/DetectJBoss71.java
Log:
Changed jboss-as-7.1.0 string to jboss-as-7.1.1
Modified: trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/resources/template/runtimes.properties
===================================================================
--- trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/resources/template/runtimes.properties 2012-04-20 06:53:15 UTC (rev 40372)
+++ trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/resources/template/runtimes.properties 2012-04-20 07:11:28 UTC (rev 40373)
@@ -1 +1 @@
-jboss-as-7.1.0.Final=${jboss-as-7-1}
\ No newline at end of file
+jboss-as-7.1.1.Final=${jboss-as-7-1}
\ No newline at end of file
Modified: trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/jboss71/DetectJBoss71.java
===================================================================
--- trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/jboss71/DetectJBoss71.java 2012-04-20 06:53:15 UTC (rev 40372)
+++ trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/jboss71/DetectJBoss71.java 2012-04-20 07:11:28 UTC (rev 40373)
@@ -6,7 +6,7 @@
public class DetectJBoss71 extends DetectServerTemplate {
- public static final String JBOSS_7_1 = "jboss-as-7.1.0.Final";
+ public static final String JBOSS_7_1 = "jboss-as-7.1.1.Final";
@Override
protected String getServerID() {
13 years, 8 months
JBoss Tools SVN: r40372 - trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/src/org/jboss/tools/hb/ui/bot/suite.
by jbosstools-commits@lists.jboss.org
Author: jpeterka
Date: 2012-04-20 02:53:15 -0400 (Fri, 20 Apr 2012)
New Revision: 40372
Modified:
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/src/org/jboss/tools/hb/ui/bot/suite/HibernateSuite.java
Log:
Added new tests into HB ui bot test suite
Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/src/org/jboss/tools/hb/ui/bot/suite/HibernateSuite.java
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/src/org/jboss/tools/hb/ui/bot/suite/HibernateSuite.java 2012-04-20 01:59:32 UTC (rev 40371)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/src/org/jboss/tools/hb/ui/bot/suite/HibernateSuite.java 2012-04-20 06:53:15 UTC (rev 40372)
@@ -1,19 +1,25 @@
package org.jboss.tools.hb.ui.bot.suite;
+import org.jboss.tools.hb.ui.bot.test.ant.ExportAntCodeGenerationTest;
import org.jboss.tools.hb.ui.bot.test.configuration.CreateConfigurationFileTest;
import org.jboss.tools.hb.ui.bot.test.configuration.EditConfigurationFileTest;
import org.jboss.tools.hb.ui.bot.test.console.CreateConsoleConfigurationTest;
import org.jboss.tools.hb.ui.bot.test.console.EditConsoleConfigurationTest;
+import org.jboss.tools.hb.ui.bot.test.criteria.CriteriaEditorTest;
import org.jboss.tools.hb.ui.bot.test.diagram.MappingDiagramTest;
import org.jboss.tools.hb.ui.bot.test.generation.CreateCodeGenerationConfiguration;
import org.jboss.tools.hb.ui.bot.test.generation.JPADDLGenerationTest;
import org.jboss.tools.hb.ui.bot.test.generation.JPAEntitiesGenerationTest;
+import org.jboss.tools.hb.ui.bot.test.generation.RunSchemaExportTest;
+import org.jboss.tools.hb.ui.bot.test.hql.HQLEditorTest;
+import org.jboss.tools.hb.ui.bot.test.jpa.CreateJPAEntityTest;
import org.jboss.tools.hb.ui.bot.test.jpa.CreateJPAProjectTest;
import org.jboss.tools.hb.ui.bot.test.jpa.EditPersistenceXMLTest;
import org.jboss.tools.hb.ui.bot.test.mappingfile.CreateMappingFileTest;
import org.jboss.tools.hb.ui.bot.test.mappingfile.EditMappingFileTest;
import org.jboss.tools.hb.ui.bot.test.perspective.JPAPerspectiveTest;
import org.jboss.tools.hb.ui.bot.test.perspective.PerspectiveTest;
+import org.jboss.tools.hb.ui.bot.test.reveng.CreateRevengFileTest;
import org.jboss.tools.hb.ui.bot.test.validation.AnnotationValidationTest;
import org.jboss.tools.hb.ui.bot.test.view.JPADetailViewTest;
import org.jboss.tools.hb.ui.bot.test.view.PackageInfoTest;
@@ -23,20 +29,28 @@
@RunWith(RequirementAwareSuite.class)
@SuiteClasses({
+ /* Ant */
+ ExportAntCodeGenerationTest.class,
/* Configuration */
CreateConfigurationFileTest.class,
EditConfigurationFileTest.class,
/* console */
CreateConsoleConfigurationTest.class,
EditConsoleConfigurationTest.class,
+ /* criteria */
+ CriteriaEditorTest.class,
/* diagram */
MappingDiagramTest.class,
/* generation */
CreateCodeGenerationConfiguration.class,
JPADDLGenerationTest.class,
JPAEntitiesGenerationTest.class,
+ RunSchemaExportTest.class,
+ /* hql */
+ HQLEditorTest.class,
/* jpa */
CreateJPAProjectTest.class,
+ CreateJPAEntityTest.class,
EditPersistenceXMLTest.class,
/* mappingfile */
CreateMappingFileTest.class,
@@ -44,6 +58,8 @@
/* perspective */
JPAPerspectiveTest.class,
PerspectiveTest.class,
+ /* reveng */
+ CreateRevengFileTest.class,
/* validation */
AnnotationValidationTest.class,
/* view */
13 years, 8 months
JBoss Tools SVN: r40371 - trunk/as/plugins/org.jboss.ide.eclipse.as.rse.ui/src/org/jboss/ide/eclipse/as/rse/ui.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2012-04-19 21:59:32 -0400 (Thu, 19 Apr 2012)
New Revision: 40371
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.rse.ui/src/org/jboss/ide/eclipse/as/rse/ui/RSEDeploymentPreferenceUI.java
Log:
Regression from JBIDE-11267, commit for JBIDE-11583
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.rse.ui/src/org/jboss/ide/eclipse/as/rse/ui/RSEDeploymentPreferenceUI.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.rse.ui/src/org/jboss/ide/eclipse/as/rse/ui/RSEDeploymentPreferenceUI.java 2012-04-20 00:59:05 UTC (rev 40370)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.rse.ui/src/org/jboss/ide/eclipse/as/rse/ui/RSEDeploymentPreferenceUI.java 2012-04-20 01:59:32 UTC (rev 40371)
@@ -450,12 +450,14 @@
public static String browseClicked4(Shell s, IHost host, String path) {
SystemRemoteFileDialog d = new SystemRemoteFileDialog(
s, RSEUIMessages.BROWSE_REMOTE_SYSTEM, host);
- try {
- IRemoteFileSubSystem ss = RemoteFileUtility.getFileSubSystem(host);
- IRemoteFile rootFolder = ss.getRemoteFileObject(path, new NullProgressMonitor());
- d.setPreSelection(rootFolder);
- } catch(SystemMessageException sme) {
- // Ignore
+ if( path != null ) {
+ try {
+ IRemoteFileSubSystem ss = RemoteFileUtility.getFileSubSystem(host);
+ IRemoteFile rootFolder = ss.getRemoteFileObject(path, new NullProgressMonitor());
+ d.setPreSelection(rootFolder);
+ } catch(SystemMessageException sme) {
+ // Ignore
+ }
}
if( d.open() == Dialog.OK) {
13 years, 8 months
JBoss Tools SVN: r40370 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2012-04-19 20:59:05 -0400 (Thu, 19 Apr 2012)
New Revision: 40370
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressServerExtendedProperties.java
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressServerUtils.java
Log:
cleanup and npe protection
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressServerExtendedProperties.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressServerExtendedProperties.java 2012-04-20 00:40:00 UTC (rev 40369)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressServerExtendedProperties.java 2012-04-20 00:59:05 UTC (rev 40370)
@@ -11,13 +11,9 @@
package org.jboss.tools.openshift.express.internal.core.behaviour;
import org.eclipse.core.runtime.IAdaptable;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.osgi.util.NLS;
import org.jboss.ide.eclipse.as.core.server.internal.extendedproperties.ServerExtendedProperties;
-import org.jboss.tools.openshift.express.internal.ui.OpenShiftUIActivator;
import com.openshift.client.IApplication;
-import com.openshift.client.OpenShiftException;
public class ExpressServerExtendedProperties extends ServerExtendedProperties {
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressServerUtils.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressServerUtils.java 2012-04-20 00:40:00 UTC (rev 40369)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressServerUtils.java 2012-04-20 00:59:05 UTC (rev 40370)
@@ -342,7 +342,7 @@
String user = ExpressServerUtils.getExpressUsername(server);
UserDelegate user2 = UserModel.getDefault().findUser(user);
String appName = ExpressServerUtils.getExpressApplicationName(server);
- IApplication app = user2.getApplicationByName(appName);
+ IApplication app = user2 == null ? null : user2.getApplicationByName(appName);
return app;
} catch(OpenShiftException ose) {
Logger.error(NLS.bind("Could not find application for server {0}", server.getName()));
13 years, 8 months
JBoss Tools SVN: r40369 - trunk/jsf/tests/org.jboss.tools.jsf.ui.test/src/org/jboss/tools/jsf/jsp/ca/test.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2012-04-19 20:40:00 -0400 (Thu, 19 Apr 2012)
New Revision: 40369
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.ui.test/src/org/jboss/tools/jsf/jsp/ca/test/CAForJSF2BeansTest.java
Log:
JBIDE-11477
https://issues.jboss.org/browse/JBIDE-11477
Test is added.
Modified: trunk/jsf/tests/org.jboss.tools.jsf.ui.test/src/org/jboss/tools/jsf/jsp/ca/test/CAForJSF2BeansTest.java
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.ui.test/src/org/jboss/tools/jsf/jsp/ca/test/CAForJSF2BeansTest.java 2012-04-20 00:38:12 UTC (rev 40368)
+++ trunk/jsf/tests/org.jboss.tools.jsf.ui.test/src/org/jboss/tools/jsf/jsp/ca/test/CAForJSF2BeansTest.java 2012-04-20 00:40:00 UTC (rev 40369)
@@ -3,32 +3,53 @@
import org.jboss.tools.jst.jsp.test.ca.ContentAssistantTestCase;
import org.jboss.tools.test.util.TestProjectProvider;
-public class CAForJSF2BeansTest extends ContentAssistantTestCase{
+public class CAForJSF2BeansTest extends ContentAssistantTestCase {
TestProjectProvider provider = null;
boolean makeCopy = true;
private static final String PROJECT_NAME = "JSF2Beans";
private static final String PAGE_NAME = "/src/test/beans/inputname.xhtml";
-
+
public void setUp() throws Exception {
- provider = new TestProjectProvider("org.jboss.tools.jsf.base.test", null, PROJECT_NAME, makeCopy);
+ provider = new TestProjectProvider("org.jboss.tools.jsf.base.test",
+ null, PROJECT_NAME, makeCopy);
project = provider.getProject();
}
protected void tearDown() throws Exception {
- if(provider != null) {
+ if (provider != null) {
provider.dispose();
}
}
-
+
/**
* JBIDE-5941
*/
- public void testCAForJSF2Beans(){
- String[] proposals = {
- "mybean1", "mybean2"
- };
+ public void testCAForJSF2Beans() {
+ String[] proposals = { "mybean1", "mybean2" };
checkProposals(PAGE_NAME, "#{myb}", 5, proposals, false);
}
+
+ public void testCAForMethodParameters() {
+ String[] beans = {"testA", "testB"};
+ String[] methodA = {"testB.addA()"};
+ String[] methodB = {"testA.addB()"};
+
+ String text = "#{testA.addB(test";
+ checkProposals(PAGE_NAME, text, text.length(), beans, false);
+
+ text = "#{testA.addB(testB.add";
+ checkProposals(PAGE_NAME, text, text.length(), methodA, false);
+
+ text = "testA.addB(testB.addA(test";
+ checkProposals(PAGE_NAME, text, text.length(), beans, false);
+
+ text = "testA.addB(testB.addA(testA.add";
+ checkProposals(PAGE_NAME, text, text.length(), methodB, false);
+
+ text = "testA.addB(testB.addA(testA.addB(test";
+ checkProposals(PAGE_NAME, text, text.length(), beans, false);
+
+ }
}
13 years, 8 months
JBoss Tools SVN: r40368 - trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2012-04-19 20:38:12 -0400 (Thu, 19 Apr 2012)
New Revision: 40368
Added:
trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/TestA.java
trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/TestB.java
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/inputname.xhtml
Log:
JBIDE-11477
https://issues.jboss.org/browse/JBIDE-11477
Test is added.
Added: trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/TestA.java
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/TestA.java (rev 0)
+++ trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/TestA.java 2012-04-20 00:38:12 UTC (rev 40368)
@@ -0,0 +1,8 @@
+package test.beans;
+
+import javax.faces.bean.ManagedBean;
+
+@ManagedBean
+public class TestA {
+ public void addB(TestB b) {}
+}
Property changes on: trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/TestA.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/TestB.java
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/TestB.java (rev 0)
+++ trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/TestB.java 2012-04-20 00:38:12 UTC (rev 40368)
@@ -0,0 +1,8 @@
+package test.beans;
+
+import javax.faces.bean.ManagedBean;
+
+@ManagedBean
+public class TestB {
+ public void addA(TestA a) {}
+}
Property changes on: trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/TestB.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Modified: trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/inputname.xhtml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/inputname.xhtml 2012-04-19 23:33:38 UTC (rev 40367)
+++ trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/inputname.xhtml 2012-04-20 00:38:12 UTC (rev 40368)
@@ -8,4 +8,5 @@
<f:loadBundle basename="demo.resources2" var="mmm"/>
<h:outputText value="#{myb}"/>
<h:outputText value="#{mybean1}"/>
+<h:outputText value="#{testA.addB(testB.addA(testA.addB(testB.addA())))}"/>
</html>
\ No newline at end of file
13 years, 8 months
JBoss Tools SVN: r40367 - trunk/as/plugins/org.jboss.ide.eclipse.as.rse.core/src/org/jboss/ide/eclipse/as/rse/core.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2012-04-19 19:33:38 -0400 (Thu, 19 Apr 2012)
New Revision: 40367
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.rse.core/src/org/jboss/ide/eclipse/as/rse/core/RSELaunchConfigurator.java
Log:
JBIDE-11587
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.rse.core/src/org/jboss/ide/eclipse/as/rse/core/RSELaunchConfigurator.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.rse.core/src/org/jboss/ide/eclipse/as/rse/core/RSELaunchConfigurator.java 2012-04-19 23:24:21 UTC (rev 40366)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.rse.core/src/org/jboss/ide/eclipse/as/rse/core/RSELaunchConfigurator.java 2012-04-19 23:33:38 UTC (rev 40367)
@@ -21,12 +21,11 @@
private String defaultLaunchCommand;
private String defaultStopCommand;
- private String rseHome;
+ private String rseHome; // TODO delete this line
public RSELaunchConfigurator(String defaultLaunchCommand, String defaultStopCommand) throws CoreException {
this.defaultLaunchCommand = defaultLaunchCommand;
this.defaultStopCommand = defaultStopCommand;
- this.rseHome = rseHome;
}
@Override
@@ -43,7 +42,7 @@
boolean detectShutdownCommand = RSELaunchConfigProperties.isDetectShutdownCommand(launchConfig, true);
String currentStopCmd = RSELaunchConfigProperties.getShutdownCommand(launchConfig);
- if( detectShutdownCommand || isSet(currentStopCmd)) {
+ if( detectShutdownCommand || !isSet(currentStopCmd)) {
RSELaunchConfigProperties.setShutdownCommand(defaultStopCommand, launchConfig);
}
}
13 years, 8 months