[JBoss JIRA] Created: (JBIDE-5772) CDI plugin is giving exception when trying to use it
by Max Rydahl Andersen (JIRA)
CDI plugin is giving exception when trying to use it
----------------------------------------------------
Key: JBIDE-5772
URL: https://jira.jboss.org/jira/browse/JBIDE-5772
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.1.0.CR2
Reporter: Max Rydahl Andersen
Assignee: Alexey Kazakov
Priority: Blocker
Fix For: 3.1.0.CR2
Downloaded nightly build via updatesite - I only chose CDI plugin (anything else were downloaded by dependency)
Imported CDI SE Examples and added necessary jars to make it compile
Enabled CDI
Tried using open on with no effect.
Error log now contains:
java.lang.Exception: Model feature org.jboss.tools.seam.xml.components.model.SeamComponentsFileLoader is not registered with extension point org.jboss.tools.common.model.classes
at org.jboss.tools.common.model.util.ModelFeatureFactory.createFeatureInstance(ModelFeatureFactory.java:74)
at org.jboss.tools.common.meta.impl.XModelEntityImpl.getObjectLoader(XModelEntityImpl.java:146)
at org.jboss.tools.common.model.util.XModelObjectLoaderUtil.getObjectLoader(XModelObjectLoaderUtil.java:765)
at org.jboss.tools.common.model.filesystems.impl.AbstractExtendedXMLFileImpl.loadChildren(AbstractExtendedXMLFileImpl.java:103)
at org.jboss.tools.common.model.impl.RegularObjectImpl.getChildByPathPart(RegularObjectImpl.java:128)
at org.jboss.tools.common.model.impl.XModelObjectImpl.getChildByPath(XModelObjectImpl.java:310)
at org.jboss.tools.cdi.internal.core.impl.definition.BeansXMLDefinition.setBeansXML(BeansXMLDefinition.java:27)
at org.jboss.tools.cdi.internal.core.scanner.CDIBuilderDelegate.build(CDIBuilderDelegate.java:67)
at org.jboss.tools.cdi.core.CDICoreBuilder.buildJars(CDICoreBuilder.java:228)
at org.jboss.tools.cdi.core.CDICoreBuilder.build(CDICoreBuilder.java:146)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:627)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
and
java.lang.NullPointerException
at org.jboss.tools.common.model.filesystems.impl.AbstractExtendedXMLFileImpl.loadChildren(AbstractExtendedXMLFileImpl.java:106)
at org.jboss.tools.common.model.impl.RegularObjectImpl.getChildByPathPart(RegularObjectImpl.java:128)
at org.jboss.tools.common.model.impl.XModelObjectImpl.getChildByPath(XModelObjectImpl.java:310)
at org.jboss.tools.cdi.internal.core.impl.definition.BeansXMLDefinition.setBeansXML(BeansXMLDefinition.java:27)
at org.jboss.tools.cdi.internal.core.scanner.CDIBuilderDelegate.build(CDIBuilderDelegate.java:67)
at org.jboss.tools.cdi.core.CDICoreBuilder.buildJars(CDICoreBuilder.java:228)
at org.jboss.tools.cdi.core.CDICoreBuilder.build(CDICoreBuilder.java:146)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:627)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:170)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months
[JBoss JIRA] Created: (JBIDE-6093) Eclipse Guvnor Tooling causes validation errors on certain file types
by Jeff DeLong (JIRA)
Eclipse Guvnor Tooling causes validation errors on certain file types
----------------------------------------------------------------------
Key: JBIDE-6093
URL: https://jira.jboss.org/jira/browse/JBIDE-6093
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: drools
Affects Versions: 3.1.0.CR2
Environment: JBoss Tools Nightly Build - Jboss Drools Guvnor 5.1.0.v20100226213N-H20-31764
Reporter: Jeff DeLong
Eclipse Guvnor Tooling creates a new file with the name .filename.ext when a file is added to Guvnor. For xml files (.xml, .xsd, .html, .bpel, etc,) and java files, this causes the validators to report errors. E.g., "Content is not allowed in the prolog" and "Syntax errors on tokens, delete these tokens. This is because these files have the xml or java extension, hence the validator attempts to validate them. I have looking at the Preferences -> Validation, but cannot see a clever way to create a rule to exclude all files with a . at the front of the filename.
Also, Eclipse Guvnor Tooling is not able to add files to the new for Guvnor 5.1 GlobalArea.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months
[JBoss JIRA] Created: (JBIDE-5331) java.lang.NullPointerException exception is occured after jsp page reneming on Struts Diagram.
by Anton Klimkovich (JIRA)
java.lang.NullPointerException exception is occured after jsp page reneming on Struts Diagram.
----------------------------------------------------------------------------------------------
Key: JBIDE-5331
URL: https://jira.jboss.org/jira/browse/JBIDE-5331
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: struts/shale
Affects Versions: 3.1.0.CR1
Reporter: Anton Klimkovich
Assignee: Alexey Kazakov
EXECUTE: Create Struts project
EXECUTE: Open struts-config.xml
EXECUTE: Select inputname.jsp and Rename page using context menu.
FAILURE: java.lang.NullPointerException
at org.jboss.tools.jst.web.kb.internal.validation.ValidationContext.addRemovedFile(ValidationContext.java:130)
at org.jboss.tools.jst.web.kb.internal.validation.ContextValidationHelper.registerResource(ContextValidationHelper.java:55)
at org.eclipse.wst.validation.internal.FilterUtil.addToFileList(FilterUtil.java:290)
at org.eclipse.wst.validation.internal.FilterUtil.filterOut(FilterUtil.java:380)
at org.eclipse.wst.validation.internal.FilterUtil.filterOut(FilterUtil.java:433)
at org.eclipse.wst.validation.internal.FilterUtil$2.visit(FilterUtil.java:631)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:68)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:55)
at org.eclipse.wst.validation.internal.FilterUtil.loadDeltas(FilterUtil.java:647)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.loadFileDeltas(ValidationOperation.java:547)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.getFileDeltas(ValidationOperation.java:519)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.preValidate(ValidationOperation.java:791)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.run(ValidationOperation.java:653)
at org.eclipse.wst.validation.internal.operations.ValidationBuilder.build(ValidationBuilder.java:192)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:627)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:170)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:309)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:341)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:140)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:238)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months
[JBoss JIRA] Created: (JBIDE-4202) Entering parameter lists in Hibernate Tools
by Hedley Proctor (JIRA)
Entering parameter lists in Hibernate Tools
-------------------------------------------
Key: JBIDE-4202
URL: https://jira.jboss.org/jira/browse/JBIDE-4202
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Environment: Windows xp
Eclipse 3.3 M20080221-1800
Hibernate Core plugin 3.2.2 GA
Reporter: Hedley Proctor
I can't figure out how to enter a parameter list using the HQL Query Editor that comes with the Hibernate tools. If I create a query with one or more named parameters, I can add the parameter with a value using the Query Parameters view on the right of the screen. However, I can't see how to add a list parameter. e.g. a list of ids. I'd expect to be able to select a list type in the query parameter view, but none seem to appear in the drop down box.
Is there a way to do this? I searched google but got a blank. Hibernate.org is down for maintenance right now so I can't double those docs, but I can see any way to do it using the Query Parameters view.
If it's not possible yet, when might it be added to the Hibernate Tools?
Thanks.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months
[JBoss JIRA] Created: (JBDS-1158) SeamValidatorsAllTests.testRevalidationUnresolvedELs Unit Test Failed on Hudson
by Vlado Pakan (JIRA)
SeamValidatorsAllTests.testRevalidationUnresolvedELs Unit Test Failed on Hudson
-------------------------------------------------------------------------------
Key: JBDS-1158
URL: https://jira.jboss.org/jira/browse/JBDS-1158
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Affects Versions: 3.0.0.CR3, 3.0.0.GA
Environment: http://hudson.qa.jboss.com/hudson/view/DevStudio/job/devstudio-nightly-3....
Reporter: Vlado Pakan
Build is located here: http://hudson.qa.jboss.com/hudson/view/DevStudio/job/devstudio-nightly-3....
Error Message
Marker matches the 'Class "StatefulComponent" of component "statefulComponent" does not have a setter or a field for the property "abc"' pattern wasn't found
Stacktrace
junit.framework.AssertionFailedError: Marker matches the 'Class "StatefulComponent" of component "statefulComponent" does not have a setter or a field for the property "abc"' pattern wasn't found
at org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:88)
at org.jboss.tools.seam.core.test.SeamValidatorsTest.testComponentWithoutSetter_Validator(SeamValidatorsTest.java:306)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
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:3468)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
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:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
at org.eclipse.equinox.launcher.Main.main(Main.java:1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months