[JBoss JIRA] Created: (JBDS-1329) Unable to install JBDS without admin rights
by Libor Zoubek (JIRA)
Unable to install JBDS without admin rights
-------------------------------------------
Key: JBDS-1329
URL: https://jira.jboss.org/browse/JBDS-1329
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Affects Versions: 4.0.0.M2
Environment: x86_64, Windows 7 Ultimate
Reporter: Libor Zoubek
When I run installer by running 'java -jar devstudio-XXX-.jar' windows asks me for password of an admin account (which I do not know). I have permissions to write to my Documents folder (I was about to install JBDS there) or directly to C:
I think this issue is very similar to JBDS-1317 (see 2nd screenshot). If I try to run installer with checked 'Protect my computer data ...' it finishes without saying nothing.
I am not sure if we are able to fix this
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBIDE-7014) After modifying values in DSL editor values are not changed in view.
by Vlado pakan (JIRA)
After modifying values in DSL editor values are not changed in view.
--------------------------------------------------------------------
Key: JBIDE-7014
URL: https://jira.jboss.org/browse/JBIDE-7014
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: drools
Affects Versions: 3.2.0.M2
Environment: JBDS 4.0.0.v201008261621R-H420-M2, linux 32 bit, Java Sun JDK 1.6
Reporter: Vlado pakan
Assignee: Kris Verlaenen
When values in DSL file are changed via DSL editor new values are displayed only in table and not in related viewer. When changed line is selected in table values are properly update in view.
Steps to reproduce:
1. Create Drools project
2. Create new DSL file with sample rules
3. Modify rule and do not click on modified line in DSL rules table
Values of changed line in table are different then values in DSL Rule View.
See attached file.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBIDE-7170) Right mouse button click on some jar in Project Explorer -> Properties - excetion
by Vitali Yemialyanchyk (JIRA)
Right mouse button click on some jar in Project Explorer -> Properties - excetion
---------------------------------------------------------------------------------
Key: JBIDE-7170
URL: https://jira.jboss.org/browse/JBIDE-7170
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: teiid
Affects Versions: 3.2.0.M2
Reporter: Vitali Yemialyanchyk
java.lang.NullPointerException
at org.teiid.designer.datatools.profiles.ldap.PropertyPage.initControls(PropertyPage.java:204)
at org.teiid.designer.datatools.profiles.ldap.PropertyPage.createCustomContents(PropertyPage.java:134)
at org.eclipse.datatools.connectivity.ui.wizards.ProfileDetailsPropertyPage.createContents(ProfileDetailsPropertyPage.java:74)
at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:232)
at org.eclipse.jface.preference.PreferenceDialog.createPageControl(PreferenceDialog.java:1501)
at org.eclipse.jface.preference.PreferenceDialog$14.run(PreferenceDialog.java:1258)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1252)
at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPreferenceDialog.java:673)
at org.eclipse.jface.preference.PreferenceDialog$10.run(PreferenceDialog.java:708)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.preference.PreferenceDialog$9.selectionChanged(PreferenceDialog.java:704)
at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:867)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:865)
at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1700)
at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:1139)
at org.eclipse.jface.preference.PreferenceDialog.selectSavedItem(PreferenceDialog.java:1054)
at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.selectSavedItem(FilteredPreferenceDialog.java:728)
at org.eclipse.jface.preference.PreferenceDialog$4.run(PreferenceDialog.java:375)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.preference.PreferenceDialog.createContents(PreferenceDialog.java:371)
at org.eclipse.jface.window.Window.create(Window.java:431)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
at org.eclipse.ui.internal.dialogs.PropertyDialog.createDialogOn(PropertyDialog.java:82)
at org.eclipse.ui.dialogs.PropertyDialogAction.createDialog(PropertyDialogAction.java:176)
at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:155)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
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.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(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:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBIDE-7040) RSE doesn't work when installed to eclipse SDK distribution
by Vlado pakan (JIRA)
RSE doesn't work when installed to eclipse SDK distribution
-----------------------------------------------------------
Key: JBIDE-7040
URL: https://jira.jboss.org/browse/JBIDE-7040
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.2.0.M2
Environment: JBT 3.2.0.M2.aggregate-Update-2010-09-08_17-17-54-H243 linux 32bit Java Sun 1.6 SDK
Reporter: Vlado pakan
Assignee: Rob Stryker
When Eclispe SDK distribution is used as platform to install JBT there is not possible to add new connection to Remote Systems. Remote system view is empty and when New Connection menu is selected displayed wizard for New Connection has no Remote Server Type to select.
When Eclipse JEE distribution is used for JBT everything works fine.
Probably JBT installation should add necessary plugins/features to Eclipse to be able to use RSE or we have to change JBT documentation and make Eclipse JEE distribution required for RSE to be working.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months