[JBoss JIRA] (JBIDE-26035) Convert SSP to function in an osgi environment
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26035?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-26035:
------------------------------------------
According to the statements of our middleware team in the JCP, jigsaw wont allow different versions of the same module (see the paragraph "Red Hat"):
https://dzone.com/articles/ec-rejects-jigsaw
> Convert SSP to function in an osgi environment
> ----------------------------------------------
>
> Key: JBIDE-26035
> URL: https://issues.jboss.org/browse/JBIDE-26035
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: stack-server-protocol
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Fix For: 4.6.0.AM2
>
>
> {code}
> mkdir felix
> cd felix
> wget http://download.nextag.com/apache/felix/org.apache.felix.main.distributio...
> unzip org.apache.felix.main.distribution-5.6.10.zip
> cd ../
> git clone git@github.com:robstryker/org.jboss.tools.ssp.git
> cd org.jboss.tools.ssp
> git checkout osgi_branch1
> mvn clean install
> #cp api/target/org.jboss.tools.ssp.api-0.8-SNAPSHOT.jar ../felix/felix-framework-5.6.10/bundle/
> #cp launching/target/org.jboss.tools.ssp.launching-0.8-SNAPSHOT.jar ../felix/felix-framework-5.6.10/bundle
> #cp server-spi/target/org.jboss.tools.ssp.server.spi-0.8-SNAPSHOT.jar ../felix/felix-framework-5.6.10/bundle/
> #cp server/target/org.jboss.tools.ssp.server-0.8-SNAPSHOT.jar ../felix/felix-framework-5.6.10/bundle/
> du -ah | grep "jar$" | grep "target/" | grep -v "test-classes" | grep -v "classes/" | grep -v "schema" | grep -v "client" | cut -c 1,2,3,4 --complement | awk '{ print "cp " $0 " ../felix/felix-framework-5.6.10/bundle/";}' | sh
> cd ../felix/felix-framework-5.6.10/
> java -jar bin/felix.jar
> {code}
> Note error:
> API Bundle Started
> Launching Bundle Started
> Server bundle started
> ERROR: Bundle org.jboss.tools.ssp.server.wildfly [11] Error starting file:/home/rob/tmp/ssp_osgi/felix/felix-framework-5.6.10/bundle/org.jboss.tools.ssp.server.wildfly-0.8-SNAPSHOT.jar (org.osgi.framework.BundleException: Activator start error in bundle org.jboss.tools.ssp.server.wildfly [11].)
> java.lang.NoClassDefFoundError: org/osgi/framework/BundleActivator
> at java.base/java.lang.ClassLoader.defineClass1(Native Method)
> at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1007)
> This is very strange. All the other bundles start fine. This bundle can't even find its osgi classes.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 5 months
[JBoss JIRA] (JBIDE-23512) Properties: Header hidden by another header is not retrievable
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23512?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23512:
-------------------------------------
Environment: Linux/GTK
> Properties: Header hidden by another header is not retrievable
> --------------------------------------------------------------
>
> Key: JBIDE-23512
> URL: https://issues.jboss.org/browse/JBIDE-23512
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.Final
> Environment: Linux/GTK
> Reporter: Marián Labuda
> Priority: Minor
> Labels: openshift_v3, properties
> Fix For: 4.6.x
>
> Attachments: out-1.ogv, properties.ogv
>
>
> Table header in Properties for OpenShift 3 resources can be moved/resized. If I resize a header to beginning of another header, the another header is hidden and I cant resize is back or retrieve the second header with its column. See video for more details
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 5 months
[JBoss JIRA] (JBIDE-23177) Server Editor: Combo items have wrong size
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23177?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-23177:
----------------------------------------
Assignee: Andre Dietisheim (was: Snjezana Peco)
> Server Editor: Combo items have wrong size
> ------------------------------------------
>
> Key: JBIDE-23177
> URL: https://issues.jboss.org/browse/JBIDE-23177
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_editor
> Fix For: 4.6.0.AM3
>
> Attachments: combos.png, eclipse-project-overlaps-browse.png, image-2018-05-31-14-03-46-345.png
>
>
> When I open an OpenShift 3 Server Editor the combo boxes have weird size, there are overlapping widgets.
> !combos.png!
> Spotted on Fedora 24 with GTK 3.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 5 months
[JBoss JIRA] (JBIDE-23177) Server Editor: Combo items have wrong size
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23177?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-23177.
--------------------------------------
Resolution: Done
> Server Editor: Combo items have wrong size
> ------------------------------------------
>
> Key: JBIDE-23177
> URL: https://issues.jboss.org/browse/JBIDE-23177
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_editor
> Fix For: 4.6.0.AM3
>
> Attachments: combos.png, eclipse-project-overlaps-browse.png, image-2018-05-31-14-03-46-345.png
>
>
> When I open an OpenShift 3 Server Editor the combo boxes have weird size, there are overlapping widgets.
> !combos.png!
> Spotted on Fedora 24 with GTK 3.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 5 months
[JBoss JIRA] (JBIDE-23177) Server Editor: Combo items have wrong size
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23177?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-23177:
------------------------------------------
JBIDE-25380 overhauled the server adapter editor, making most settings immutable. The consequence in the context of this JIRA is that the bug does not occur any more:
!image-2018-05-31-14-03-46-345.png!
Resolving as done.
> Server Editor: Combo items have wrong size
> ------------------------------------------
>
> Key: JBIDE-23177
> URL: https://issues.jboss.org/browse/JBIDE-23177
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM1
> Reporter: Marián Labuda
> Assignee: Snjezana Peco
> Labels: openshift_v3, server_editor
> Fix For: 4.6.0.AM3
>
> Attachments: combos.png, eclipse-project-overlaps-browse.png, image-2018-05-31-14-03-46-345.png
>
>
> When I open an OpenShift 3 Server Editor the combo boxes have weird size, there are overlapping widgets.
> !combos.png!
> Spotted on Fedora 24 with GTK 3.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 5 months
[JBoss JIRA] (JBIDE-23177) Server Editor: Combo items have wrong size
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23177?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23177:
-------------------------------------
Fix Version/s: 4.6.0.AM3
(was: 4.6.x)
> Server Editor: Combo items have wrong size
> ------------------------------------------
>
> Key: JBIDE-23177
> URL: https://issues.jboss.org/browse/JBIDE-23177
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM1
> Reporter: Marián Labuda
> Assignee: Snjezana Peco
> Labels: openshift_v3, server_editor
> Fix For: 4.6.0.AM3
>
> Attachments: combos.png, eclipse-project-overlaps-browse.png
>
>
> When I open an OpenShift 3 Server Editor the combo boxes have weird size, there are overlapping widgets.
> !combos.png!
> Spotted on Fedora 24 with GTK 3.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 5 months
[JBoss JIRA] (JBIDE-22419) Deploy Docker Wizard: Connection info looks weird
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22419?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-22419:
------------------------------------------
Look's alsmost impecable in MacOS. There's no additional line. The only thing that is slightly odd is that the OpenShift connection is selected (orange background):
!deploy-docker-wizard-macos.png!
> Deploy Docker Wizard: Connection info looks weird
> -------------------------------------------------
>
> Key: JBIDE-22419
> URL: https://issues.jboss.org/browse/JBIDE-22419
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Priority: Minor
> Labels: docker, openshift_v3
> Fix For: 4.6.x
>
> Attachments: deploy-docker-wizard-macos.png, docker_wizard.png
>
>
> Connection info in Deploy Image to OpenShift wizard looks weird. It is a text widget but it looks like it is text area where it is supposed to be text typed, but it is disabled. It is also possible to put cursor there. This apply both for wizard opened via context menu of a docker image as well as for wizard opened from context menu of an OpenShift project.
> !docker_wizard.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 5 months
[JBoss JIRA] (JBIDE-22419) Deploy Docker Wizard: Connection info looks weird
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22419?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-22419:
-------------------------------------
Attachment: deploy-docker-wizard-macos.png
> Deploy Docker Wizard: Connection info looks weird
> -------------------------------------------------
>
> Key: JBIDE-22419
> URL: https://issues.jboss.org/browse/JBIDE-22419
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Priority: Minor
> Labels: docker, openshift_v3
> Fix For: 4.6.x
>
> Attachments: deploy-docker-wizard-macos.png, docker_wizard.png
>
>
> Connection info in Deploy Image to OpenShift wizard looks weird. It is a text widget but it looks like it is text area where it is supposed to be text typed, but it is disabled. It is also possible to put cursor there. This apply both for wizard opened via context menu of a docker image as well as for wizard opened from context menu of an OpenShift project.
> !docker_wizard.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 5 months