[JBoss JIRA] (JBIDE-12733) astools runtime detector does not protect optional-dep code
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-12733:
-----------------------------------
Summary: astools runtime detector does not protect optional-dep code
Key: JBIDE-12733
URL: https://issues.jboss.org/browse/JBIDE-12733
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 4.0.0.Alpha2
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 4.0.0.Beta1
After moving the AS Runtime detector into as.core, the dtp dependencies were marked as optional. During some builds [1] DTP may not be present, and the AS handler runtime extension point will fail to resolve. The import of a dtp class inside JBossASHandler will cause the class to fail to load.
The solution is to isolate the dtp code and class references inside the DriverUtility, and ensuring only a wrapper exception is thrown (not a DTP exception).
[1] http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_stable...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12709) Server Editor too aggressive in loading/saving password string
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-12709:
-----------------------------------
Summary: Server Editor too aggressive in loading/saving password string
Key: JBIDE-12709
URL: https://issues.jboss.org/browse/JBIDE-12709
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: JBossAS/Servers
Affects Versions: 4.0.0.Alpha2
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 4.0.0.Beta1
Immediately upon opening a server editor, it asks for the credentials just to show the editor. This is so it can pre-load the 'password' field with the correct value.
In some rare situations, simply opening the editor doesn't show the text (no idea how to replicate), however in these situations, even if you just modify the server poller (or some other small setting), executing a save on the editor will prompt for secure storage credentials, even if you never touched the password section of the editor.
When restarting a workbench, if a server editor is open, a credential dialog will show up before the workbench does.
This is very annoying.
Suggestions for how to fix:
1) Since the password is blocked from view, anyway, we can use a dummy text upon initial open.
2) Upon a save of the editor, the password should only be persisted if and only if the user modified the password
3) If the user modifies the password, and UNDOES the change, it should NOT prompt the user for the secure storage password.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBDS-2297) Cannot create new RH bugzilla via Mylyn in alpha2
by Len DiMaggio (JIRA)
Len DiMaggio created JBDS-2297:
----------------------------------
Summary: Cannot create new RH bugzilla via Mylyn in alpha2
Key: JBDS-2297
URL: https://issues.jboss.org/browse/JBDS-2297
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Doc - VisualWebTools
Affects Versions: 6.0.0.Alpha2
Environment: Version: 5.0.0.GA
Build id: v20120615-1714-H213-GA
Build date: 20120615-1714
Reporter: Len DiMaggio
Priority: Blocker
Fix For: 6.0.0.Beta1
The error is:
The file /post_bug.cgi cannot be found. Please check the location and try again.
See attached screenshot and steps to recreate.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12864) OpenShift Explorer: Embed cartridges throws NPE
by Stefan Bunciak (JIRA)
Stefan Bunciak created JBIDE-12864:
--------------------------------------
Summary: OpenShift Explorer: Embed cartridges throws NPE
Key: JBIDE-12864
URL: https://issues.jboss.org/browse/JBIDE-12864
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.0.0.Beta1
Reporter: Stefan Bunciak
Assignee: Andre Dietisheim
Priority: Blocker
Fix For: 4.0.0.Beta1
{code}
java.lang.NullPointerException
at org.jboss.tools.openshift.express.internal.ui.wizard.embed.EmbedCartridgeWizardPageModel.loadEmbeddableCartridges(EmbedCartridgeWizardPageModel.java:57)
at org.jboss.tools.openshift.express.internal.ui.wizard.embed.EmbedCartridgeWizardPage$3.run(EmbedCartridgeWizardPage.java:187)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months