[JBoss JIRA] (JBTIS-1022) Incorrect version format used in Devstudio IS 10.1.0.CR1
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-1022?page=com.atlassian.jira.plugin... ]
Andrej Podhradsky closed JBTIS-1022.
------------------------------------
Verified with Devstudio IS 10.1.0.CR1.
|com.jboss.devstudio.integration-stack.bpr.feature | 10.1.0.CR1-v20170125-1343-B270|
|com.jboss.devstudio.integration-stack.ds.feature | 10.1.0.CR1-v20170125-1343-B270|
|com.jboss.devstudio.integration-stack.fuse.feature | 10.1.0.CR1-v20170125-1343-B270|
|com.jboss.devstudio.integration-stack.soa.feature | 10.1.0.CR1-v20170125-1343-B270|
> Incorrect version format used in Devstudio IS 10.1.0.CR1
> --------------------------------------------------------
>
> Key: JBTIS-1022
> URL: https://issues.jboss.org/browse/JBTIS-1022
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: build
> Affects Versions: 10.1.0.CR1
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
> Fix For: 10.1.0.CR1
>
> Attachments: new1.png
>
>
> Incorrect version format used in Devstudio IS 10.1.0.CR1.
> |com.jboss.devstudio.integration-stack.bpr.feature | 10.1.0.2017-01-20_21-45-27-v20170120-2209-B267|
> |com.jboss.devstudio.integration-stack.ds.feature | 10.1.0.2017-01-20_21-45-27-v20170120-2209-B267|
> |com.jboss.devstudio.integration-stack.fuse.feature | 10.1.0.2017-01-20_21-45-27-v20170120-2209-B267|
> |com.jboss.devstudio.integration-stack.soa.feature | 10.1.0.2017-01-20_21-45-27-v20170120-2209-B267|
> Please see JBTIS-471
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBTIS-981) NumberFormatException if you select more features to install
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-981?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky closed JBTIS-981.
-----------------------------------
Verified with devstudio-integration-stack-10.1.0.CR1-standalone-installer.jar
> NumberFormatException if you select more features to install
> ------------------------------------------------------------
>
> Key: JBTIS-981
> URL: https://issues.jboss.org/browse/JBTIS-981
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Environment: devstudio-is-installer-10.0.0-SNAPSHOT.jar
> devstudio-is-runtime-installer-10.0.0-SNAPSHOT.jar
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
> Fix For: 10.1.0.GA
>
>
> {code}
> java.lang.NumberFormatException: For input string: "null"
> at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
> at java.lang.Long.parseLong(Long.java:589)
> at java.lang.Long.parseLong(Long.java:631)
> at com.jboss.devstudio.core.installer.DiskSpaceCheckPanel.calculateAggregateSize(DiskSpaceCheckPanel.java:71)
> at com.jboss.devstudio.core.installer.DiskSpaceCheckPanel.getInstallationSize(DiskSpaceCheckPanel.java:94)
> at com.jboss.devstudio.core.installer.DiskSpaceCheckPanel.panelActivate(DiskSpaceCheckPanel.java:36)
> at com.izforge.izpack.installer.InstallerFrame.switchPanel(InstallerFrame.java:864)
> at com.izforge.izpack.installer.InstallerFrame.navigateNext(InstallerFrame.java:1475)
> at com.izforge.izpack.installer.InstallerFrame.skipPanel(InstallerFrame.java:1401)
> at com.jboss.devstudio.core.installer.UpdatePacksPanel.panelActivate(UpdatePacksPanel.java:25)
> at com.izforge.izpack.installer.InstallerFrame.switchPanel(InstallerFrame.java:864)
> at com.izforge.izpack.installer.InstallerFrame.navigateNext(InstallerFrame.java:1475)
> at com.izforge.izpack.installer.InstallerFrame.navigateNext(InstallerFrame.java:1443)
> at com.izforge.izpack.installer.InstallerFrame$NavigationHandler.actionPerformed(InstallerFrame.java:1585)
> at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
> at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
> at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
> at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
> at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
> at java.awt.Component.processMouseEvent(Component.java:6535)
> at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
> at java.awt.Component.processEvent(Component.java:6300)
> at java.awt.Container.processEvent(Container.java:2236)
> at java.awt.Component.dispatchEventImpl(Component.java:4891)
> at java.awt.Container.dispatchEventImpl(Container.java:2294)
> at java.awt.Component.dispatchEvent(Component.java:4713)
> at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
> at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
> at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
> at java.awt.Container.dispatchEventImpl(Container.java:2280)
> at java.awt.Window.dispatchEventImpl(Window.java:2750)
> at java.awt.Component.dispatchEvent(Component.java:4713)
> at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
> at java.awt.EventQueue.access$500(EventQueue.java:97)
> at java.awt.EventQueue$3.run(EventQueue.java:709)
> at java.awt.EventQueue$3.run(EventQueue.java:703)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
> at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
> at java.awt.EventQueue$4.run(EventQueue.java:731)
> at java.awt.EventQueue$4.run(EventQueue.java:729)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
> at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
> at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
> at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
> at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
> at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
> at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-21895) Application wizard: Resource name collisions after deleting and recreating the application
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21895?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21895:
-------------------------------------
Description:
1) Create e.g. node application in a openshift project
2) Right click from project explorer -> Delete the application
3) repeat step 1)
Result:
!Screen Shot 2016-03-17 at 16.19.05.png!
was:
1) Create e.g. node application in a openshift project
2) Right click from project explorer -> Delete the application
3) repeat step 1)
> Application wizard: Resource name collisions after deleting and recreating the application
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-21895
> URL: https://issues.jboss.org/browse/JBIDE-21895
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Pavol Srna
> Fix For: 4.4.3.Final
>
> Attachments: 1st-child-of-project.png, Screen Shot 2016-03-17 at 16.19.05.png, Screenshot 2017-02-02 18.22.34.png, Screenshot 2017-02-02 18.22.43.png
>
>
> 1) Create e.g. node application in a openshift project
> 2) Right click from project explorer -> Delete the application
> 3) repeat step 1)
> Result:
> !Screen Shot 2016-03-17 at 16.19.05.png!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-21895) Application wizard: Resource name collisions after deleting and recreating the application
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21895?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21895:
-------------------------------------
Summary: Application wizard: Resource name collisions after deleting and recreating the application (was: Resource name collisions after deleting and recreating the application)
> Application wizard: Resource name collisions after deleting and recreating the application
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-21895
> URL: https://issues.jboss.org/browse/JBIDE-21895
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Pavol Srna
> Fix For: 4.4.3.Final
>
> Attachments: 1st-child-of-project.png, Screen Shot 2016-03-17 at 16.19.05.png, Screenshot 2017-02-02 18.22.34.png, Screenshot 2017-02-02 18.22.43.png
>
>
> 1) Create e.g. node application in a openshift project
> 2) Right click from project explorer -> Delete the application
> 3) repeat step 1)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23841) Properties view: "Details" tab wont tell you what kind of resource it's showing details for
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23841?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-23841:
----------------------------------------
Assignee: Andre Dietisheim
> Properties view: "Details" tab wont tell you what kind of resource it's showing details for
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-23841
> URL: https://issues.jboss.org/browse/JBIDE-23841
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.2.AM3
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: openshift_v3, properties
> Fix For: 4.4.3.Final
>
> Attachments: properties-details-resource-type-missing.png
>
>
> steps:
> # ASSERT: make sure that you have an application in your OpenShift server
> # EXEC: in OpenShift explorer: select your (application-) service and
> # EXEC: open the Properties view and select the "Details" tab
> # EXEC: try to figure out what kind of resource you are inspecting the details of
> Result:
> You have no indication for the kind of resource that is selected in the explorer
> !properties-details-resource-type-missing.png!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months