[JBoss JIRA] Created: (JBIDE-9287) NullPointerException in org.jboss.tools.cdi.seam.config.core.xml.SAXParser
by Viacheslav Kabanovich (JIRA)
NullPointerException in org.jboss.tools.cdi.seam.config.core.xml.SAXParser
--------------------------------------------------------------------------
Key: JBIDE-9287
URL: https://issues.jboss.org/browse/JBIDE-9287
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.3.0.M2
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.M3
java.lang.NullPointerException
at
org.jboss.tools.cdi.seam.config.core.xml.SAXParser.parse(SAXParser.java:66)
at
org.jboss.tools.cdi.seam.config.core.scanner.SeamDefinitionBuilder.createDefinition(SeamDefinitionBuilder.java:71)
at
org.jboss.tools.cdi.seam.config.core.CDISeamConfigExtension.buildDefinitions(CDISeamConfigExtension.java:118)
at org.jboss.tools.cdi.core.CDICoreBuilder.build(CDICoreBuilder.java:201)
at
org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:728)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:239)
at
org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:292)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:295)
at
org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:351)
at
org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:374)
at
org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:143)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
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-9206) AS7 Adapter : Deployment of zipped projects fail if the temporary folder doesn't exist
by Fred Bricon (JIRA)
AS7 Adapter : Deployment of zipped projects fail if the temporary folder doesn't exist
--------------------------------------------------------------------------------------
Key: JBIDE-9206
URL: https://issues.jboss.org/browse/JBIDE-9206
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.3.0.M2
Reporter: Fred Bricon
Assignee: Rob Stryker
Fix For: 3.3.0.M3
I noticed that, in the context of JBIDE-9133, for the existing -broken- AS7 server instances the utility projects were not zipped to the deployment area.
On the other hand, creating a new server instance fixed the issue.
So it seems the temporary folder is only created at the same time as the server instance.
It's an issue in the sense that you can not guarantee the temporary folder will exist at deployment time (could have been deleted by the user ...).
Solution is to call tempdir.mkdirs() right before the actual deployment occurs.
--
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: (JBDS-1679) Deadlock issue when creating a JSF portlet
by Thomas Heute (JIRA)
Deadlock issue when creating a JSF portlet
------------------------------------------
Key: JBDS-1679
URL: https://issues.jboss.org/browse/JBDS-1679
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Affects Versions: 4.0.0.GA
Environment: Fedora 15, OpenJDK
OpenJDK Runtime Environment (IcedTea6 1.10.1) (fedora-57.1.10.1.fc15-x86_64)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
Reporter: Thomas Heute
Attachments: jsfPortlet.txt
I tried to create a JSF Portlet project (Facet enabled where JSF 1.2, Core Portlet, JSF/Seam Portlet), and then default options for an EPP target runtime.
The creation of the project gets stuck "Installing JSF Facet", I'll attach the jstack result that shows a deadlock.
--
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-9232) JBoss 7: JSF 2 apps stop working
by Juergen Zimmermann (JIRA)
JBoss 7: JSF 2 apps stop working
--------------------------------
Key: JBIDE-9232
URL: https://issues.jboss.org/browse/JBIDE-9232
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.3.0.M1
Reporter: Juergen Zimmermann
Assignee: Rob Stryker
I'm using JBossTools 3.3_stable_branch.aggregate-Update-2011-06-18_05-30-41-H2.
Now I tried the latest Jenkins Build 1267 of JBoss 7 and I'm getting a classpath issue regarding JSF 2: JBoss Tools is including
* jsf-api-1.2_13.jar from modules/javax/faces/api/1.2
* jboss-jsf-api_2.0_spec-1.0.0.Final.jar from modules/javax/faces/api/main
It looks like the 1.2 stuff is included earlier in the classpath, so that e.g. ExternalContext.getFlash(), ExternalContext.invalidateSession() or Application.createComponent(FacesContext,String,String) are not available.
--
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-8008) SeamProjectNewWizardTest.testJiraJbide1111 failure
by Alexey Kazakov (JIRA)
SeamProjectNewWizardTest.testJiraJbide1111 failure
--------------------------------------------------
Key: JBIDE-8008
URL: https://issues.jboss.org/browse/JBIDE-8008
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Alexey Kazakov
junit.framework.AssertionFailedError: Finish button is disabled at first wizard page in spite of created JBoss AS Runtime, Server, DB Connection and Seam Runtime and valid project name.
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.seam.ui.test.wizard.SeamProjectNewWizardTest.testJiraJbide1111(SeamProjectNewWizardTest.java:130)
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:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:49)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:62)
at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run(UITestApplication.java:116)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3527)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3174)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.eclipse.pde.internal.junit.runtime.UITestApplication.start(UITestApplication.java:47)
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:369)
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:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
--
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-9278) Conflicting dependency prevents installation of JBoss Tools for Eclipse Indigo
by Rick Wagner (JIRA)
Conflicting dependency prevents installation of JBoss Tools for Eclipse Indigo
------------------------------------------------------------------------------
Key: JBIDE-9278
URL: https://issues.jboss.org/browse/JBIDE-9278
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.3.0.M2
Environment: 64-bit Fedora, Eclipse 3.7
Reporter: Rick Wagner
With a new download of eclipse-jee-indigo-M6a-linux-gtk-x86_64.tar.gz, I get the following message when trying to install All JBoss Tools 3.3. I'm following Max's latest blog about this combination, but the installation isn't working for me. Thanks!
Cannot complete the install because of a conflicting dependency.
> Software being installed: Runtime Initialization 1.3.0.v20110624-0453-H4-M2 (org.jboss.tools.runtime.feature.feature.group 1.3.0.v20110624-0453-H4-M2)
> Software currently installed: Eclipse IDE for Java EE Developers 1.4.0.20110319-2300 (epp.package.jee 1.4.0.20110319-2300)
> Only one of the following can be installed at once:
> Common Navigator View 3.5.100.I20110524-0800 (org.eclipse.ui.navigator 3.5.100.I20110524-0800)
> Common Navigator View 3.5.0.I20100601-0800 (org.eclipse.ui.navigator 3.5.0.I20100601-0800)
> Common Navigator View 3.5.100.I20110519-0100 (org.eclipse.ui.navigator 3.5.100.I20110519-0100)
> Cannot satisfy dependency:
> From: Eclipse IDE for Java EE Developers 1.4.0.20110319-2300 (epp.package.jee 1.4.0.20110319-2300)
> To: org.eclipse.epp.package.jee.feature.feature.group [1.4.0.20110319-2300]
> Cannot satisfy dependency:
> From: Java EE IDE Feature 1.4.0.20110319-2300 (org.eclipse.epp.package.jee.feature.feature.group 1.4.0.20110319-2300)
> To: org.eclipse.platform.feature.group [3.7.0.r20110302-9gF7SHCIFt6ms-lIjrC6vK_XO-IabJMKu]
> Cannot satisfy dependency:
> From: Eclipse Platform 3.7.0.r20110302-9gF7SHCIFt6ms-lIjrC6vK_XO-IabJMKu (org.eclipse.platform.feature.group 3.7.0.r20110302-9gF7SHCIFt6ms-lIjrC6vK_XO-IabJMKu)
> To: org.eclipse.ui.navigator [3.5.0.I20100601-0800]
> Cannot satisfy dependency:
> From: JBoss Runtime Initializer 1.3.0.v20110624-0453-H4-M2 (org.jboss.tools.runtime 1.3.0.v20110624-0453-H4-M2)
> To: bundle org.eclipse.ui.navigator 3.5.100
> Cannot satisfy dependency:
> From: Runtime Initialization 1.3.0.v20110624-0453-H4-M2 (org.jboss.tools.runtime.feature.feature.group 1.3.0.v20110624-0453-H4-M2)
> To: org.jboss.tools.runtime [1.3.0.v20110624-0453-H4-M2]
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months