[JBoss JIRA] Created: (JBIDE-9357) Using JBoss Tools Properties Editor, some (but not all) non-ASCII characters are changed to their equivalent \u escaped version
by Matthew Farwell (JIRA)
Using JBoss Tools Properties Editor, some (but not all) non-ASCII characters are changed to their equivalent \u escaped version
-------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-9357
URL: https://issues.jboss.org/browse/JBIDE-9357
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: integration
Affects Versions: 3.1.0.GA
Environment: Windows 7, Eclipse Galileo, JBoss Properties
Reporter: Matthew Farwell
Assignee: Max Rydahl Andersen
In Eclipse Galileo
1) Create a file foo.properties
2) Change the project & file properties to be UTF-8 (See jboss-foo.properties-properties.png)
2) Enter the following lines into foo.properties
barbar=fédéral
foobar=Numéro
3) Close the foo.properties
4) Reopen foo.properties, the file now looks like:
barbar=fédéral
foobar=Num\u00E9ro
If I save this file, the file gets saved in this form. This screws up the way that these strings are displayed on the site. Note that only the Numéro is transformed.
Additional info:
The files are read using org.springframework.context.support.ReloadableResourceBundleMessageSource, so the \u00E9 isn't interpreted correctly.
For exact version number (3.1.0.v200910281724M-H247-M4), see jboss-plugins.png. (
The workaround for this problem is 1) To have a unit test to find strings which have been badly transformed. 2) Don't use JBoss Tools Properties Editor :-)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9317) Update JBossAS plugin description
by Fred Bricon (JIRA)
Update JBossAS plugin description
---------------------------------
Key: JBIDE-9317
URL: https://issues.jboss.org/browse/JBIDE-9317
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.3.0.M2
Reporter: Fred Bricon
Assignee: Rob Stryker
Priority: Trivial
Fix For: 3.3.0.M3
When installing or updating the JBoss AS tooling, the description indicates the plugin "Provides a WTP adapter for JBoss AS 4.x and 5.x"
It should be updated to "Provides a WTP adapter for JBoss AS 4.x, 5.x, 6.x and 7.x" or something like that. Feel free to pick a better description :-)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9374) AS test suite fails on JSTDeploymentWarUpdateXML#testWarUpdateMockPublishMethodJBoss7
by Andre Dietisheim (JIRA)
AS test suite fails on JSTDeploymentWarUpdateXML#testWarUpdateMockPublishMethodJBoss7
-------------------------------------------------------------------------------------
Key: JBIDE-9374
URL: https://issues.jboss.org/browse/JBIDE-9374
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.3.0.M3
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.3.0.M3
The tests for JBossAS currently fail on hudson:
JSTDeploymentWarUpdateXML#testWarUpdateMockPublishMethodJBoss7 fails to assert the artifacts that are removed when a module is undeployed. The assert is looking for 2 fails being removed (the .deploy and the .failed markers) whereas the real behavior removes 3 files (the war, the .deployed and the .failed marker)
{code}
-------------------------------------------------------------------------------
Test set: org.jboss.ide.eclipse.as.test.ASTestSuite
-------------------------------------------------------------------------------
Tests run: 58, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 189.093 sec <<< FAILURE!
testAS32Exists(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0.003 sec
testAS40Exists(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0.001 sec
testAS42Exists(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0 sec
testAS50Exists(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0.001 sec
testAS51Exists(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0 sec
testAS60Exists(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0 sec
testAS70Exists(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0 sec
testASHomeExists(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0.001 sec
testRuntime32Found(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0.003 sec
testRuntime40Found(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0.001 sec
testRuntime42Found(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0.001 sec
testRuntime50Found(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0 sec
testRuntime51Found(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0 sec
testRuntime60Found(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0 sec
testRuntime70Found(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0.001 sec
testServer32Found(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0.002 sec
testServer40Found(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0 sec
testServer42Found(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0 sec
testServer50Found(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0 sec
testServer51Found(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0.001 sec
testServer60Found(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0.001 sec
testServer70Found(org.jboss.ide.eclipse.as.test.PreReqTest) Time elapsed: 0.001 sec
testCreateBrokenRuntime(org.jboss.ide.eclipse.as.test.classpath.RuntimeServerModelTest) Time elapsed: 0.042 sec
testJEE13ClasspathContainer(org.jboss.ide.eclipse.as.test.classpath.JEEClasspathContainerTest) Time elapsed: 3.217 sec
testJEE14ClasspathContainer(org.jboss.ide.eclipse.as.test.classpath.JEEClasspathContainerTest) Time elapsed: 0.262 sec
testJEE50ClasspathContainer(org.jboss.ide.eclipse.as.test.classpath.JEEClasspathContainerTest) Time elapsed: 0.252 sec
testProjectRuntime(org.jboss.ide.eclipse.as.test.classpath.ProjectRuntimeTest) Time elapsed: 1.242 sec
testMain(org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeploymentWarUpdateXML) Time elapsed: 1.85 sec
testWarUpdateMockPublishMethod(org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeploymentWarUpdateXML) Time elapsed: 0.192 sec
testWarUpdateMockPublishMethodJBoss7(org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeploymentWarUpdateXML) Time elapsed: 0.307 sec <<< FAILURE!
junit.framework.AssertionFailedError: expected:<2> but was:<3>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:283)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:195)
at junit.framework.Assert.assertEquals(Assert.java:201)
at org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeploymentWarUpdateXML.testMockPublishMethod(JSTDeploymentWarUpdateXML.java:102)
at org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeploymentWarUpdateXML.testWarUpdateMockPublishMethodJBoss7(JSTDeploymentWarUpdateXML.java:87)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at org.codehaus.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:75)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:25)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:21)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:109)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:27)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
testSingleFile(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeployableMockDeploymentTester) Time elapsed: 65.404 sec
testSingleFolder(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeployableMockDeploymentTester) Time elapsed: 10.558 sec
testSingleFolderCustomDeployFolderRelative(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeployableMockDeploymentTester) Time elapsed: 10.169 sec
testSingleFolderCustomDeployFolderAbsolute(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeployableMockDeploymentTester) Time elapsed: 10.243 sec
testSingleFileZipped(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeployableMockDeploymentTester) Time elapsed: 5.247 sec
testNormalLogic(org.jboss.ide.eclipse.as.test.publishing.v2.MockJSTPublisherTest) Time elapsed: 5.224 sec
testForced7Logic(org.jboss.ide.eclipse.as.test.publishing.v2.MockJSTPublisherTest) Time elapsed: 5.145 sec <<< FAILURE!
junit.framework.AssertionFailedError: expected:<2> but was:<3>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:283)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:195)
at junit.framework.Assert.assertEquals(Assert.java:201)
at org.jboss.ide.eclipse.as.test.publishing.v2.MockJSTPublisherTest.assertExpectedArtifacts(MockJSTPublisherTest.java:114)
at org.jboss.ide.eclipse.as.test.publishing.v2.MockJSTPublisherTest.assertRemoved(MockJSTPublisherTest.java:105)
at org.jboss.ide.eclipse.as.test.publishing.v2.MockJSTPublisherTest.theTest(MockJSTPublisherTest.java:98)
at org.jboss.ide.eclipse.as.test.publishing.v2.MockJSTPublisherTest.testForced7Logic(MockJSTPublisherTest.java:40)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at org.codehaus.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:75)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:25)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:21)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:109)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:27)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
testNormalLogic(org.jboss.ide.eclipse.as.test.publishing.v2.MockJSTPublisherTestDynUtil) Time elapsed: 0.931 sec
testForced7Logic(org.jboss.ide.eclipse.as.test.publishing.v2.MockJSTPublisherTestDynUtil) Time elapsed: 1.406 sec
testJBIDE1657(org.jboss.ide.eclipse.as.test.classpath.JBIDE1657Test) Time elapsed: 0.398 sec
testJBIDE2512a(org.jboss.ide.eclipse.as.test.publishing.JBIDE2512aTest) Time elapsed: 0.352 sec
testJBIDE2512b(org.jboss.ide.eclipse.as.test.publishing.JBIDE2512bTest) Time elapsed: 0.47 sec
testJira(org.jboss.ide.eclipse.as.test.publishing.JBIDE4184Test) Time elapsed: 0.04 sec
testEar5WithJBoss42(org.jboss.ide.eclipse.as.test.projectcreation.TestEar5WithJBossRuntime) Time elapsed: 0.65 sec
testEar5WithJBoss50(org.jboss.ide.eclipse.as.test.projectcreation.TestEar5WithJBossRuntime) Time elapsed: 0.162 sec
testEar5WithJBoss51(org.jboss.ide.eclipse.as.test.projectcreation.TestEar5WithJBossRuntime) Time elapsed: 0.17 sec
testMain(org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeploymentTester) Time elapsed: 5.23 sec
testStandardBinaryChildDeployment(org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeployBinaryChildModuleTest) Time elapsed: 0.731 sec
testStandardBinaryChildDeploymentMockPublishMethod(org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeployBinaryChildModuleTest) Time elapsed: 0.276 sec
testJBoss7BinaryChildDeployment(org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeployBinaryChildModuleTest) Time elapsed: 0.458 sec
testSingleFile(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester) Time elapsed: 5.704 sec
testSingleFolder(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester) Time elapsed: 10.229 sec
testSingleFolderCustomDeployFolderRelative(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester) Time elapsed: 10.217 sec
testSingleFolderCustomDeployFolderAbsolute(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester) Time elapsed: 10.215 sec
testSingleFileZipped(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester) Time elapsed: 6.202 sec
testSingleFileAS7(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester) Time elapsed: 5.64 sec <<< FAILURE!
junit.framework.AssertionFailedError: expected:<3> but was:<2>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:283)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:195)
at junit.framework.Assert.assertEquals(Assert.java:201)
at org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester.testSingleFileAS7(SingleFileDeploymentTester.java:206)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at org.codehaus.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:75)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:25)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:21)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:109)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:27)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
testSingleFolderAS7(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester) Time elapsed: 10.177 sec <<< FAILURE!
junit.framework.AssertionFailedError: expected:<3> but was:<2>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:283)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:195)
at junit.framework.Assert.assertEquals(Assert.java:201)
at org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester.singleFolderPublishAndVerifyAS7(SingleFileDeploymentTester.java:252)
at org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester.testSingleFolderAS7(SingleFileDeploymentTester.java:215)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at org.codehaus.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:75)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:25)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:21)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:109)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:27)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
testJBossServerGetConfigDirectory(org.jboss.ide.eclipse.as.test.server.JBossServerAPITest) Time elapsed: 0.02 sec
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Commented: (JBDS-1819) Configure SOA-P quickstarts to be run OOTB in JBDS 4.1.1 with SOA-P 5.2
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-1819?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-1819:
----------------------------------
Assuming we're talking about an update site:
{quote}
If you need the site to bear its own special name, it has to be added to JBDS by hand (or else be preloaded in the installer along w/ the Core and Extras sites).
If you don't need the site to bear its own special name, just to provide a new category of available updates / features, then we can composite this new site into the existing JBDS 4.x sites (Core or Extras).
That way the user need not add any new URLs, only search for updates or for new features to install.
Either is doable; which is better for your usecase?
{quote}
Assuming we're talking about some new xml file in http://download.jboss.org/jbosstools/examples, similar to http://download.jboss.org/jbosstools/examples/project-examples-jbds40.xml, then I expect all we need to do is:
{quote}
1. follow the publishing instructions [1] and then
2. stick the URL into the release notes.
[1]http://download.jboss.org/jbosstools/examples/readme.process.txt
{quote}
> Configure SOA-P quickstarts to be run OOTB in JBDS 4.1.1 with SOA-P 5.2
> -----------------------------------------------------------------------
>
> Key: JBDS-1819
> URL: https://issues.jboss.org/browse/JBDS-1819
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: SOA Platform
> Affects Versions: 4.1.0.CR3
> Reporter: Len DiMaggio
> Assignee: Brian Fitzpatrick
> Fix For: 4.1.1.M1
>
> Attachments: bfitzpat_examples.png, product_examples.png, runtimes.png
>
>
> Need to ensure there are sample ESB quickstarts available to run cleanly with SOA-P 5.2 on JBDS 4.1.1
> Was:
> Need to verify that all JBDS supplied sample ESB quickstarts run cleanly with SOA-P 5.2 on JBDS 4.1.1
> Was:
> This subject comes up now and then - it would be very useful to new users to have the full set of SOA-P quickstarts configured to run OOTB from JBDS.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Commented: (JBDS-1819) Configure SOA-P quickstarts to be run OOTB in JBDS 4.1.1 with SOA-P 5.2
by Isaac Rooskov (JIRA)
[ https://issues.jboss.org/browse/JBDS-1819?page=com.atlassian.jira.plugin.... ]
Isaac Rooskov commented on JBDS-1819:
-------------------------------------
To put this information into the release notes I'll need to know the exact update site a user will be able to get these from. Len mentioned that the update site had to be called "SOA Platform 5.2 examples", but Brian it seems now like they are just going to be apart of the generic 4.1.1 update site?
Thanks,
Isaac
> Configure SOA-P quickstarts to be run OOTB in JBDS 4.1.1 with SOA-P 5.2
> -----------------------------------------------------------------------
>
> Key: JBDS-1819
> URL: https://issues.jboss.org/browse/JBDS-1819
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: SOA Platform
> Affects Versions: 4.1.0.CR3
> Reporter: Len DiMaggio
> Assignee: Brian Fitzpatrick
> Fix For: 4.1.1.M1
>
> Attachments: bfitzpat_examples.png, product_examples.png, runtimes.png
>
>
> Need to ensure there are sample ESB quickstarts available to run cleanly with SOA-P 5.2 on JBDS 4.1.1
> Was:
> Need to verify that all JBDS supplied sample ESB quickstarts run cleanly with SOA-P 5.2 on JBDS 4.1.1
> Was:
> This subject comes up now and then - it would be very useful to new users to have the full set of SOA-P quickstarts configured to run OOTB from JBDS.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9318) Import of Seam Web Project with Seam/JSF Portlet Facets does not work
by Gary Lamperillo (JIRA)
Import of Seam Web Project with Seam/JSF Portlet Facets does not work
---------------------------------------------------------------------
Key: JBIDE-9318
URL: https://issues.jboss.org/browse/JBIDE-9318
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Portal/GateIn
Affects Versions: 3.3.0.M2
Environment: EPP 5.1/JBDS4.0
Reporter: Gary Lamperillo
Assignee: Snjezana Peco
1. Create a Seam Web Project with Seam/JSF Portlet facets.
2. Verify the Portlets are functional
3. Have someone else try to Import this Project in another workspace
4. The project is not functional, since you are unable to set the Portlet facets runtime/library settings. This is a one time operation that the wizards handle for new projects only.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9514) Project Example project zips that require empty folders (i.e. src folders) need to be imported properly
by Brian Fitzpatrick (JIRA)
Project Example project zips that require empty folders (i.e. src folders) need to be imported properly
-------------------------------------------------------------------------------------------------------
Key: JBIDE-9514
URL: https://issues.jboss.org/browse/JBIDE-9514
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 3.3.0.M2
Reporter: Brian Fitzpatrick
Assignee: Snjezana Peco
While working on some new project examples for JBDS 4.1.1, I ran into an issue. I have a project within a project examples zip that has an empty src folder but requires that the folder be in place to compile properly. Talking with Snjeza, she mentioned that the code skips empty folders during the import process.
Is there any way to short-circuit that behavior for the "src" directory at least?
The workaround is to include a file (like a dummy txt file) in the empty directory so it's no longer empty before you export the project(s) as a zip to be used by the project examples wizard.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months