[JBoss JIRA] (JBIDE-22464) Jax-RS validation and browser doesn't understand mulitple jax-rs applicaitons in same project
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22464?page=com.atlassian.jira.plugi... ]
Xavier Coulon commented on JBIDE-22464:
---------------------------------------
[~mickael_istria] Would you be able to share a sample project that reproduces the problem aforementioned ? Also, AFAIK, you are not supposed to have multiple JAX-RS activators in your application.
> 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
> Assignee: Xavier Coulon
> Fix For: 4.4.x
>
>
> 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, 10 months
[JBoss JIRA] (JBIDE-22464) Jax-RS validation and browser doesn't understand mulitple jax-rs applicaitons in same project
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22464?page=com.atlassian.jira.plugi... ]
Xavier Coulon reassigned JBIDE-22464:
-------------------------------------
Assignee: Xavier Coulon
> 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
> Assignee: Xavier Coulon
> Fix For: 4.4.x
>
>
> 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, 10 months
[JBoss JIRA] (JBIDE-22464) Jax-RS validation and browser doesn't understand mulitple jax-rs applicaitons in same project
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22464?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-22464:
----------------------------------
Fix Version/s: 4.4.x
> 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
> Assignee: Xavier Coulon
> Fix For: 4.4.x
>
>
> 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, 10 months
[JBoss JIRA] (JBIDE-22241) OpenShift Explorer: Cascade resource deletion
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22241?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-22241:
------------------------------------
[~mlabuda] then we need a consensus on the spec because discussions with [~fbricon] and [~jcantrill] lead to micmic oc client behaviour
> OpenShift Explorer: Cascade resource deletion
> ---------------------------------------------
>
> Key: JBIDE-22241
> URL: https://issues.jboss.org/browse/JBIDE-22241
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Marián Labuda
> Assignee: Jeff MAURY
> Labels: explorer, openshift_v3, ux
> Fix For: 4.4.1.Alpha1
>
>
> It would be nice to have a possibility to allow cascading deletion, deletion of related resource/resource managed by the resource which is about to be deleted.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3924) Installation looks incomplete but is actually completed
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBDS-3924?page=com.atlassian.jira.plugin.... ]
Jeff MAURY updated JBDS-3924:
-----------------------------
Labels: install installation installer (was: )
> Installation looks incomplete but is actually completed
> -------------------------------------------------------
>
> Key: JBDS-3924
> URL: https://issues.jboss.org/browse/JBDS-3924
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: installer
> Environment: Fedora 23
> Using devstudio-10.0.0.GA-v20160603-1025-B5510-installer-standalone.jar
> Reporter: Misha Ali
> Labels: install, installation, installer
> Attachments: devstudio10install.png
>
>
> Running the standalone installer file starts the devstudio install as expected, but twice I have noticed that the Next button is available to click (indicating that the installation has completed) when the status shows that only 2/3 of the installation steps are concluded. (see screenshot for this screen).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3924) Installation looks incomplete but is actually completed
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBDS-3924?page=com.atlassian.jira.plugin.... ]
Jeff MAURY updated JBDS-3924:
-----------------------------
Component/s: installer
> Installation looks incomplete but is actually completed
> -------------------------------------------------------
>
> Key: JBDS-3924
> URL: https://issues.jboss.org/browse/JBDS-3924
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: installer
> Environment: Fedora 23
> Using devstudio-10.0.0.GA-v20160603-1025-B5510-installer-standalone.jar
> Reporter: Misha Ali
> Labels: install, installation, installer
> Attachments: devstudio10install.png
>
>
> Running the standalone installer file starts the devstudio install as expected, but twice I have noticed that the Next button is available to click (indicating that the installation has completed) when the status shows that only 2/3 of the installation steps are concluded. (see screenshot for this screen).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months