[JBoss JIRA] Created: (JBIDE-2629) Support transaction-management-enabled for core:init.
by Francisco Jose Peredo Noguez (JIRA)
Support transaction-management-enabled for core:init.
-----------------------------------------------------
Key: JBIDE-2629
URL: https://jira.jboss.org/jira/browse/JBIDE-2629
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 2.1.2
Reporter: Francisco Jose Peredo Noguez
If using transaction-management-enabled in core:init as for example: <core:init debug="true" jndi-pattern="@jndiPattern@" transaction-management-enabled="true"/>
In the tree view of components.xml an error is displayed:
Editor model does not support attribute transaction-management-enabled for core:init.
It shouldnt display an error (and it should allow to change the value of transaction-management-enabled "visually" and not only in source view)
--
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
17 years, 7 months
[JBoss JIRA] Reopened: (JBIDE-2641) Error when opening archives view
by Max Rydahl Andersen (JIRA)
[ https://jira.jboss.org/jira/browse/JBIDE-2641?page=com.atlassian.jira.plu... ]
Max Rydahl Andersen reopened JBIDE-2641:
----------------------------------------
> Error when opening archives view
> --------------------------------
>
> Key: JBIDE-2641
> URL: https://jira.jboss.org/jira/browse/JBIDE-2641
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Archives
> Affects Versions: 3.0.0.alpha
> Reporter: Max Rydahl Andersen
> Assignee: Rob Stryker
> Fix For: 3.0.0.alpha
>
>
> When I open archives view on (a new workspace?) the error log goes to front and shows 3 of these:
> org.eclipse.core.runtime.CoreException: The default variable is not countable. Failed expression:
> org.eclipse.core.internal.expressions.CountExpression@fc8b685d
> at org.eclipse.core.internal.expressions.Expressions.getAsICountable(Expressions.java:173)
> at org.eclipse.core.internal.expressions.CountExpression.evaluate(CountExpression.java:85)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateOr(CompositeExpression.java:68)
> at org.eclipse.core.internal.expressions.OrExpression.evaluate(OrExpression.java:21)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.EnablementExpression.evaluate(EnablementExpression.java:53)
> at org.eclipse.ui.internal.navigator.actions.CommonActionProviderDescriptor.isEnabledFor(CommonActionProviderDescriptor.java:241)
> at org.eclipse.ui.internal.navigator.actions.CommonActionDescriptorManager.addProviderIfRelevant(CommonActionDescriptorManager.java:211)
> at org.eclipse.ui.internal.navigator.actions.CommonActionDescriptorManager.findRelevantActionDescriptors(CommonActionDescriptorManager.java:188)
> at org.eclipse.ui.navigator.NavigatorActionService.fillActionBars(NavigatorActionService.java:231)
> at org.eclipse.ui.internal.navigator.CommonNavigatorManager.selectionChanged(CommonNavigatorManager.java:220)
> at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> at org.eclipse.core.runtime.Platform.run(Platform.java:880)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
> at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
> at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2062)
> at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1138)
> at org.eclipse.ui.navigator.CommonViewer.handleSelect(CommonViewer.java:388)
> at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1168)
> at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:227)
> at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:221)
> at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:388)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
> 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:382)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
--
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
17 years, 7 months
[JBoss JIRA] Updated: (JBIDE-2641) Error when opening archives view
by Max Rydahl Andersen (JIRA)
[ https://jira.jboss.org/jira/browse/JBIDE-2641?page=com.atlassian.jira.plu... ]
Max Rydahl Andersen updated JBIDE-2641:
---------------------------------------
I'm still seeing the error log getting flooded with:
org.eclipse.core.runtime.CoreException: The default variable is not countable. Failed expression:
org.eclipse.core.internal.expressions.CountExpression@fc8b685d
at org.eclipse.core.internal.expressions.Expressions.getAsICountable(Expressions.java:173)
at org.eclipse.core.internal.expressions.CountExpression.evaluate(CountExpression.java:85)
at org.eclipse.core.internal.expressions.CompositeExpression.evaluateOr(CompositeExpression.java:68)
at org.eclipse.core.internal.expressions.OrExpression.evaluate(OrExpression.java
> Error when opening archives view
> --------------------------------
>
> Key: JBIDE-2641
> URL: https://jira.jboss.org/jira/browse/JBIDE-2641
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Archives
> Affects Versions: 3.0.0.alpha
> Reporter: Max Rydahl Andersen
> Assignee: Rob Stryker
> Fix For: 3.0.0.alpha
>
>
> When I open archives view on (a new workspace?) the error log goes to front and shows 3 of these:
> org.eclipse.core.runtime.CoreException: The default variable is not countable. Failed expression:
> org.eclipse.core.internal.expressions.CountExpression@fc8b685d
> at org.eclipse.core.internal.expressions.Expressions.getAsICountable(Expressions.java:173)
> at org.eclipse.core.internal.expressions.CountExpression.evaluate(CountExpression.java:85)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateOr(CompositeExpression.java:68)
> at org.eclipse.core.internal.expressions.OrExpression.evaluate(OrExpression.java:21)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.EnablementExpression.evaluate(EnablementExpression.java:53)
> at org.eclipse.ui.internal.navigator.actions.CommonActionProviderDescriptor.isEnabledFor(CommonActionProviderDescriptor.java:241)
> at org.eclipse.ui.internal.navigator.actions.CommonActionDescriptorManager.addProviderIfRelevant(CommonActionDescriptorManager.java:211)
> at org.eclipse.ui.internal.navigator.actions.CommonActionDescriptorManager.findRelevantActionDescriptors(CommonActionDescriptorManager.java:188)
> at org.eclipse.ui.navigator.NavigatorActionService.fillActionBars(NavigatorActionService.java:231)
> at org.eclipse.ui.internal.navigator.CommonNavigatorManager.selectionChanged(CommonNavigatorManager.java:220)
> at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> at org.eclipse.core.runtime.Platform.run(Platform.java:880)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
> at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
> at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2062)
> at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1138)
> at org.eclipse.ui.navigator.CommonViewer.handleSelect(CommonViewer.java:388)
> at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1168)
> at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:227)
> at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:221)
> at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:388)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
> 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:382)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
--
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
17 years, 7 months
[JBoss JIRA] Resolved: (JBIDE-2641) Error when opening archives view
by Rob Stryker (JIRA)
[ https://jira.jboss.org/jira/browse/JBIDE-2641?page=com.atlassian.jira.plu... ]
Rob Stryker resolved JBIDE-2641.
--------------------------------
Resolution: Done
I feel this issue is resolved. QA can verify
> Error when opening archives view
> --------------------------------
>
> Key: JBIDE-2641
> URL: https://jira.jboss.org/jira/browse/JBIDE-2641
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Archives
> Affects Versions: 3.0.0.alpha
> Reporter: Max Rydahl Andersen
> Assignee: Rob Stryker
> Fix For: 3.0.0.alpha
>
>
> When I open archives view on (a new workspace?) the error log goes to front and shows 3 of these:
> org.eclipse.core.runtime.CoreException: The default variable is not countable. Failed expression:
> org.eclipse.core.internal.expressions.CountExpression@fc8b685d
> at org.eclipse.core.internal.expressions.Expressions.getAsICountable(Expressions.java:173)
> at org.eclipse.core.internal.expressions.CountExpression.evaluate(CountExpression.java:85)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateOr(CompositeExpression.java:68)
> at org.eclipse.core.internal.expressions.OrExpression.evaluate(OrExpression.java:21)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.EnablementExpression.evaluate(EnablementExpression.java:53)
> at org.eclipse.ui.internal.navigator.actions.CommonActionProviderDescriptor.isEnabledFor(CommonActionProviderDescriptor.java:241)
> at org.eclipse.ui.internal.navigator.actions.CommonActionDescriptorManager.addProviderIfRelevant(CommonActionDescriptorManager.java:211)
> at org.eclipse.ui.internal.navigator.actions.CommonActionDescriptorManager.findRelevantActionDescriptors(CommonActionDescriptorManager.java:188)
> at org.eclipse.ui.navigator.NavigatorActionService.fillActionBars(NavigatorActionService.java:231)
> at org.eclipse.ui.internal.navigator.CommonNavigatorManager.selectionChanged(CommonNavigatorManager.java:220)
> at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> at org.eclipse.core.runtime.Platform.run(Platform.java:880)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
> at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
> at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2062)
> at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1138)
> at org.eclipse.ui.navigator.CommonViewer.handleSelect(CommonViewer.java:388)
> at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1168)
> at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:227)
> at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:221)
> at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:388)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
> 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:382)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
--
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
17 years, 7 months
[JBoss JIRA] Created: (JBIDE-2547) provide more DTDs
by Max Rydahl Andersen (JIRA)
provide more DTDs
-----------------
Key: JBIDE-2547
URL: https://jira.jboss.org/jira/browse/JBIDE-2547
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS
Reporter: Max Rydahl Andersen
Fix For: 3.0.0.beta1
Entries for JBoss 5.0 are missing.
There are still some entries missing for JBoss 4.2:
* -//JBoss//DTD MBean Service 4.2//EN
** required for .sar when e.g. authentication is done via database or LDAP
instead of .properties
** see file docs\dtd\jboss-service_4_2.dtd
* -//JBoss//DTD JBOSS JCA Config 1.5//EN
** required when the app ships a datasource definition in a file xyz-ds.xml
within a .sar
** see file docs\dtd\jboss-ds_1_5.dtd
* -//JBoss//DTD Web Service Reference 4.2//EN
** required for jboss.xml
** see file docs\dtd\service-ref_4_2.dtd
When using JBossWS-native 3.0.2 and using WS-Security then these 2 entries
are also required:
* http://www.jboss.com/ws-security/config
** see file jboss-ws-security_1_0.xsd in directory "schema" of jboss-ws-native-core.jar
* urn:jboss:jaxws-config:2.0
** see file jaxws-config_2_0.xsd in directory "schema" of jboss-ws-native-core.jar
--
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
17 years, 7 months