[JBoss JIRA] (JBIDE-16790) Should add/remove Resource Methods and Endpoints when adding/removing @HttpMethod annotation
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16790?page=com.atlassian.jira.plugi... ]
Radoslav Rábara updated JBIDE-16790:
------------------------------------
Labels: respin-b (was: )
> Should add/remove Resource Methods and Endpoints when adding/removing @HttpMethod annotation
> --------------------------------------------------------------------------------------------
>
> Key: JBIDE-16790
> URL: https://issues.jboss.org/browse/JBIDE-16790
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: webservices
> Affects Versions: 4.1.1.Final
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Labels: respin-b
> Fix For: 4.2.0.Beta1
>
> Attachments: httpMethod01.jpg, httpMethod02.jpg, httpMethod03.jpg
>
>
> When adding or removing the @HttpMethod annotation on a custom JAX-RS HTTP Method, the Project Explorer should reflect the changes
>
> Eg:
> {code}
> @Target(ElementType.METHOD)
> @Retention(RetentionPolicy.RUNTIME)
> @HttpMethod("FOO")
> public @interface FOO {
> }
> {code}
> and
> {code}
> @Encoded
> @Path(value=CustomerResource.URI_BASE)
> @Consumes(MediaType.APPLICATION_XML)
> @Produces({ MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON })
> public class CustomerResource {
> @PersistenceContext
> private EntityManager entityManager = null;
> public static final String URI_BASE = "/customers";
>
> @FOO
> @Consumes(MediaType.APPLICATION_XML)
> public Response fooCustomer(Customer customer) {
> return Response.created(null).build();
> }
> }
> {code}
> Current workaround: the project needs to be rebuilt to see the changes.
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-16980) Improper labels for m2e connectors contributed to eclipse.org
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-16980:
-----------------------------------
Summary: Improper labels for m2e connectors contributed to eclipse.org
Key: JBIDE-16980
URL: https://issues.jboss.org/browse/JBIDE-16980
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: discovery
Affects Versions: 4.2.0.Beta1
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 4.2.0.Beta1
The JSF, JAX-RS and JPA configurators for m2e that were contributed to m2e-wtp some time ago are still labelled as coming from JBoss :
!http://content.screencast.com/users/fbricon/folders/Jing/media/e5f1ff79-0c63-4fad-89c5-2b55cdf585f7/incorrect-m2e-connector-labels.png!
The JBoss mention should be removed and the provider be eclipse.org
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-16965) Application menu not shown when browsersim is opened
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16965?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-16965:
---------------------------------------
Good news (kind of) - I can reproduce this on another machine running 10.9. So it's not just my machine :)
> Application menu not shown when browsersim is opened
> ----------------------------------------------------
>
> Key: JBIDE-16965
> URL: https://issues.jboss.org/browse/JBIDE-16965
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1
> OS X Mavericks
> Reporter: Martin Malina
> Assignee: Konstantin Marmalyukov
> Fix For: 4.2.0.Beta2
>
> Attachments: browsersim-menu.png
>
>
> When I open browsersim by clicking the icon in JBDS menu bar, browsersim is launched, I can see the app in the dock, the window is active, but for some reason the system menu bar stays locked in JBoss Developer Studio. But the menu is dead - the only way to get the Browsersim menu is to swich to some other app and then back to Browsersim.
> !browsersim-menu.png!
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-16930) Livereload doesn't work with BrowserSim and JavaFX Browser Engine if running against JDK 7
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16930?page=com.atlassian.jira.plugi... ]
Ilya Buziuk updated JBIDE-16930:
--------------------------------
Summary: Livereload doesn't work with BrowserSim and JavaFX Browser Engine if running against JDK 7 (was: Livereload doesn't work with BrowserSim and JavaFX Browser Engine )
> Livereload doesn't work with BrowserSim and JavaFX Browser Engine if running against JDK 7
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-16930
> URL: https://issues.jboss.org/browse/JBIDE-16930
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78, Linux, JDK Oracle Java 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Ilya Buziuk
> Priority: Critical
> Fix For: 4.2.0.Beta1
>
> Attachments: Livereload.png
>
>
> 1. Run HTML5 project on server
> 2. Open HTML5 project in web browser and LiveReload server
> 3. Copy link from browser to BrowserSim
> 4. Set BrowserSim browser engine to JavaFX
> 5. Save changes to index.html
> ASSERT: Changes are reflected in Web Browser
> ERROR: Changes are not reflected in BrowserSim.
> 6. Change BrowserSim browser engine to SWT Browser
> 7. Save changes to index.html
> ASSERT: Changes are reflected in Web Browser
> ASSERT: Changes are reflected in BrowserSim.
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-16930) Livereload doesn't work with BrowserSim and JavaFX Browser Engine
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16930?page=com.atlassian.jira.plugi... ]
Ilya Buziuk updated JBIDE-16930:
--------------------------------
Summary: Livereload doesn't work with BrowserSim and JavaFX Browser Engine (was: Livereload doesn't work with BrowserSim and JavaFX Browser Engine)
> Livereload doesn't work with BrowserSim and JavaFX Browser Engine
> ------------------------------------------------------------------
>
> Key: JBIDE-16930
> URL: https://issues.jboss.org/browse/JBIDE-16930
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78, Linux, JDK Oracle Java 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Ilya Buziuk
> Priority: Critical
> Fix For: 4.2.0.Beta1
>
> Attachments: Livereload.png
>
>
> 1. Run HTML5 project on server
> 2. Open HTML5 project in web browser and LiveReload server
> 3. Copy link from browser to BrowserSim
> 4. Set BrowserSim browser engine to JavaFX
> 5. Save changes to index.html
> ASSERT: Changes are reflected in Web Browser
> ERROR: Changes are not reflected in BrowserSim.
> 6. Change BrowserSim browser engine to SWT Browser
> 7. Save changes to index.html
> ASSERT: Changes are reflected in Web Browser
> ASSERT: Changes are reflected in BrowserSim.
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-16930) Livereload doesn't work with BrowserSim and JavaFX Browser Engine
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16930?page=com.atlassian.jira.plugi... ]
Ilya Buziuk commented on JBIDE-16930:
-------------------------------------
Yuck! This is JDK 7 specific. It seems there will be no Livereload support for javafx web engine if running against JDK 7, cause there is no WebSocket support - https://javafx-jira.kenai.com/browse/RT-14947 !Livereload.png|thumbnail! However it is fixed in JDK 8. I guess the only thing we can do is showing the error message: *"Livereload is not available for javafx web engine if running against JDK 7. In order to use it, select JDK 8 in BrowserSim / CordovaSim Preferences"*
> Livereload doesn't work with BrowserSim and JavaFX Browser Engine
> -----------------------------------------------------------------
>
> Key: JBIDE-16930
> URL: https://issues.jboss.org/browse/JBIDE-16930
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78, Linux, JDK Oracle Java 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Ilya Buziuk
> Priority: Critical
> Fix For: 4.2.0.Beta1
>
> Attachments: Livereload.png
>
>
> 1. Run HTML5 project on server
> 2. Open HTML5 project in web browser and LiveReload server
> 3. Copy link from browser to BrowserSim
> 4. Set BrowserSim browser engine to JavaFX
> 5. Save changes to index.html
> ASSERT: Changes are reflected in Web Browser
> ERROR: Changes are not reflected in BrowserSim.
> 6. Change BrowserSim browser engine to SWT Browser
> 7. Save changes to index.html
> ASSERT: Changes are reflected in Web Browser
> ASSERT: Changes are reflected in BrowserSim.
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-16930) Livereload doesn't work with BrowserSim and JavaFX Browser Engine
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16930?page=com.atlassian.jira.plugi... ]
Ilya Buziuk updated JBIDE-16930:
--------------------------------
Attachment: Livereload.png
> Livereload doesn't work with BrowserSim and JavaFX Browser Engine
> -----------------------------------------------------------------
>
> Key: JBIDE-16930
> URL: https://issues.jboss.org/browse/JBIDE-16930
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78, Linux, JDK Oracle Java 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Ilya Buziuk
> Priority: Critical
> Fix For: 4.2.0.Beta1
>
> Attachments: Livereload.png
>
>
> 1. Run HTML5 project on server
> 2. Open HTML5 project in web browser and LiveReload server
> 3. Copy link from browser to BrowserSim
> 4. Set BrowserSim browser engine to JavaFX
> 5. Save changes to index.html
> ASSERT: Changes are reflected in Web Browser
> ERROR: Changes are not reflected in BrowserSim.
> 6. Change BrowserSim browser engine to SWT Browser
> 7. Save changes to index.html
> ASSERT: Changes are reflected in Web Browser
> ASSERT: Changes are reflected in BrowserSim.
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-16965) Application menu not shown when browsersim is opened
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16965?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-16965:
---------------------------------------
No, nothing in error log. But I just verified that on 10.8 I cannot reproduce this. Only 10.9
> Application menu not shown when browsersim is opened
> ----------------------------------------------------
>
> Key: JBIDE-16965
> URL: https://issues.jboss.org/browse/JBIDE-16965
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1
> OS X Mavericks
> Reporter: Martin Malina
> Assignee: Konstantin Marmalyukov
> Fix For: 4.2.0.Beta2
>
> Attachments: browsersim-menu.png
>
>
> When I open browsersim by clicking the icon in JBDS menu bar, browsersim is launched, I can see the app in the dock, the window is active, but for some reason the system menu bar stays locked in JBoss Developer Studio. But the menu is dead - the only way to get the Browsersim menu is to swich to some other app and then back to Browsersim.
> !browsersim-menu.png!
--
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
12 years, 3 months