[JBoss JIRA] (JBTIS-724) Create a test for FUSETOOLS-740
by Tomáš Sedmík (JIRA)
Tomáš Sedmík created JBTIS-724:
----------------------------------
Summary: Create a test for FUSETOOLS-740
Key: JBTIS-724
URL: https://issues.jboss.org/browse/JBTIS-724
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: Fuse IDE, QE
Affects Versions: 4.3.0.Final
Reporter: Tomáš Sedmík
Assignee: Tomáš Sedmík
Fix For: 4.3.1.Final
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months
[JBoss JIRA] (JBDS-3915) JBDS 8.1.0.GA crashes with OpenJDK 1.8.0.91-2
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBDS-3915:
---------------------------------------
Summary: JBDS 8.1.0.GA crashes with OpenJDK 1.8.0.91-2
Key: JBDS-3915
URL: https://issues.jboss.org/browse/JBDS-3915
Project: Red Hat Developer Studio (DevStudio)
Issue Type: Bug
Affects Versions: 8.1.0.GA
Environment: Fedora 22 x86_64
java-1.8.0-openjdk-1.8.0.91-2.b14.fc22.x86_64
Reporter: Andrej Podhradsky
JBDS 8.1.0.GA crashes with OpenJDK 1.8.0.91-2 if you try to install anything (via Install Software or JBoss Central) after installing the JBDS. Note that this happens only after new installation. After rerunning the JBDS it works as expected.
There are no errors, the JBDS just disappears
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months
[JBoss JIRA] (JBIDE-22464) Jax-RS validation and browser doesn't understand mulitple jax-rs applicaitons in same project
by Mickael Istria (JIRA)
Mickael Istria created JBIDE-22464:
--------------------------------------
Summary: Jax-RS validation and browser doesn't understand mulitple jax-rs applicaitons in same project
Key: JBIDE-22464
URL: https://issues.jboss.org/browse/JBIDE-22464
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Affects Versions: 4.4.0.Alpha2
Reporter: Mickael Istria
I'm testing an application with 2 Jax-RS application servlets. I've defined then in the web.xml as follows (I'm not using annotations):
{code:xml}
<servlet-mapping>
<servlet-name>my.app.services.RestServices</servlet-name>
<url-pattern>/api/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>my.app.pages.WebPages</servlet-name>
<url-pattern>/pages/*</url-pattern>
</servlet-mapping>
{code}
This cause a few issues:
* in web.xml "Multiple JAX-RS Activators are defined for the project." (error by default, I set it to warning)
* in the RestfulServices class, "The Application Path should be configured with an @ApplicationPath annotation or in the web deployment descriptor." error. It seems like the validator ignores a part of the web.xml
* In Project Explorer, the "Jax-RS Services" node shows incorrect children: it shows api/ endpoints under pages/api/... whereas pages and api are "siblings".
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months
[JBoss JIRA] (JBIDE-22436) Intermittent NullPointerException upon opening helloworld, kitchensink cheat sheets in JBDS
by Michal Jurc (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22436?page=com.atlassian.jira.plugi... ]
Michal Jurc commented on JBIDE-22436:
-------------------------------------
[~snjeza] Fedora 23 with Cinnamon. I have seen the NPE being thrown on Fedora 20 aswell, though.
> Intermittent NullPointerException upon opening helloworld, kitchensink cheat sheets in JBDS
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-22436
> URL: https://issues.jboss.org/browse/JBIDE-22436
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples, upstream
> Affects Versions: 4.3.1.Final
> Reporter: Michal Jurc
> Assignee: Snjezana Peco
> Fix For: 4.4.x
>
> Attachments: JBIDE-22436-9.1-helloworld.log
>
>
> After finishing the import of {{helloworld}} and {{kitchensink}} quickstarts, the user is prompted whether the cheat sheet for the project should be opened. Upon opening it, JBDS 9.0 and 9.1 produces the following error message:
> {quote}An error has occurred. See error log for more details.
> java.lang.NullPointerException{quote}
> The detailed error log produces the same message.
> The quickstarts and their cheat sheets work even after the prompt with NullPointerException message.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months
[JBoss JIRA] (JBIDE-22454) Application Wizard: Build configuration wizard page has redundant environment variables table
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22454?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-22454:
--------------------------------
Story Points: 1
> Application Wizard: Build configuration wizard page has redundant environment variables table
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-22454
> URL: https://issues.jboss.org/browse/JBIDE-22454
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha3
> Reporter: Marián Labuda
> Assignee: Jeff Cantrill
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.x
>
> Attachments: screenshot-2.png, screenshot-3.png
>
>
> In New OpenShift Application wizard with selected builder image, there are 2 wizard pages containing same thing - table of environment variables passed to pod. First page is Build Configuration, where the table is empty. Second page is the immediately following one Deployment configuration and Scalability, where are environment variables even correctly prepared (obtained from image metadata). The first table, on Build configuration wizard page, should be removed, its redundant there.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months
[JBoss JIRA] (JBIDE-22454) Application Wizard: Build configuration wizard page has redundant environment variables table
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22454?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-22454:
-------------------------------------
So at the very least, we should disambiguate the labels to match the web console UI, i.e. add "Build And Runtime" and "Runtime only" labels, and add the appropriate descriptions in tooltips
> Application Wizard: Build configuration wizard page has redundant environment variables table
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-22454
> URL: https://issues.jboss.org/browse/JBIDE-22454
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha3
> Reporter: Marián Labuda
> Assignee: Jeff Cantrill
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.x
>
> Attachments: screenshot-2.png, screenshot-3.png
>
>
> In New OpenShift Application wizard with selected builder image, there are 2 wizard pages containing same thing - table of environment variables passed to pod. First page is Build Configuration, where the table is empty. Second page is the immediately following one Deployment configuration and Scalability, where are environment variables even correctly prepared (obtained from image metadata). The first table, on Build configuration wizard page, should be removed, its redundant there.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months
[JBoss JIRA] (JBIDE-18534) [WATCHER] OpenShift wizard: Length of combo boxes selection space is reduced
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18534?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-18534 at 5/30/16 4:14 PM:
-------------------------------------------------------------------
I can also reproduce that combos that dont use the SWT.READ_ONLY flag are not affected, the list items use the full width of the combo (as stated in the bugzilla):
!non-readonly-combo.png!
was (Author: adietish):
I can also reproduce that combos that dont use the SWT.READ_ONLY are not affected, the list items use the full width of the combo (as stated in the bugzilla):
!non-readonly-combo.png!
> [WATCHER] OpenShift wizard: Length of combo boxes selection space is reduced
> ----------------------------------------------------------------------------
>
> Key: JBIDE-18534
> URL: https://issues.jboss.org/browse/JBIDE-18534
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, upstream
> Affects Versions: 4.2.0.CR2
> Reporter: Marián Labuda
> Priority: Minor
> Labels: application_wizard
> Fix For: 4.4.x
>
> Attachments: ccombo.png, combo.png, gimp-combo1.png, gimp-combo2.png, glade-combo.png, non-readonly-combo.png
>
>
> Selection of combo boxes in New application wizard has reduced area of selection. Size is reduced to the size of the longest selection. It should cover whole length of combo box.
> !combo.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months