[JBoss JIRA] (JBIDE-16933) Externalize selected toolitem is not properly disabled
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16933?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-16933:
-----------------------------------
Priority: Optional (was: Major)
> Externalize selected toolitem is not properly disabled
> ------------------------------------------------------
>
> Key: JBIDE-16933
> URL: https://issues.jboss.org/browse/JBIDE-16933
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78 Linux
> Reporter: Vlado Pakan
> Priority: Optional
> Fix For: 4.2.0.Beta2
>
>
> 1. Create JSF2 project
> 2. Open inputname.xhtml page
> 3. Click somewhere within text "Input User Name"
> ASSERT: Externalize toolitem is enabled
> 4. Click somewhere within text <ui:define
> ERROR: Externalize toolitem is enabled
> 5. Double click on "<ui:define
> ASSERT: Externalize toolitem is disabled
--
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
[JBoss JIRA] (JBIDE-16933) Externalize selected toolitem is not properly disabled
by Vlado Pakan (JIRA)
Vlado Pakan created JBIDE-16933:
-----------------------------------
Summary: Externalize selected toolitem is not properly disabled
Key: JBIDE-16933
URL: https://issues.jboss.org/browse/JBIDE-16933
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.2.0.Beta1
Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78 Linux
Reporter: Vlado Pakan
Fix For: 4.2.0.Beta2
1. Create JSF2 project
2. Open inputname.xhtml page
3. Click somewhere within text "Input User Name"
ASSERT: Externalize toolitem is enabled
4. Click somewhere within text <ui:define
ERROR: Externalize toolitem is enabled
5. Double click on "<ui:define
ASSERT: Externalize toolitem is disabled
--
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
[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 commented on JBIDE-16790:
-----------------------------------------
No, I created annotation FOO and class CustomerResource with code from Description.
!httpMethod01.jpg!
But when I remove the @FOO annotation and then I wrote it again, the project explorer shows the endpoint.
!httpMethod02.jpg!
!httpMethod03.jpg!
> 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
> 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
[JBoss JIRA] (JBIDE-16929) Code Assist for <h:link value ""> is missing items "/resources", "/templates", "/pages"
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16929?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-16929:
-----------------------------------
Component/s: jsp/jsf/xml/html source editing
> Code Assist for <h:link value ""> is missing items "/resources","/templates","/pages"
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-16929
> URL: https://issues.jboss.org/browse/JBIDE-16929
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsf, jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78, Linux
> Reporter: Vlado Pakan
> Fix For: 4.2.0.Beta2
>
>
> 1. Create JSF 2 project
> 2. Open inpitname.xhtml page
> 3. Insert <h:link value=""> tag
> 4. Call Code Assist for value attribute
> ERROR: Code Assist doesn't contain items: "/resources","/templates","/pages".
> Code Assist for <link href=""> href attribute contains these items
--
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
[JBoss JIRA] (JBIDE-16929) Code Assist for <h:link value ""> is missing items "/resources", "/templates", "/pages"
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16929?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-16929:
--------------------------------------
Assignee: Alexey Kazakov
> Code Assist for <h:link value ""> is missing items "/resources","/templates","/pages"
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-16929
> URL: https://issues.jboss.org/browse/JBIDE-16929
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsf, jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78, Linux
> Reporter: Vlado Pakan
> Assignee: Alexey Kazakov
> Fix For: 4.2.0.Beta2
>
>
> 1. Create JSF 2 project
> 2. Open inpitname.xhtml page
> 3. Insert <h:link value=""> tag
> 4. Call Code Assist for value attribute
> ERROR: Code Assist doesn't contain items: "/resources","/templates","/pages".
> Code Assist for <link href=""> href attribute contains these items
--
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
[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:
------------------------------------
Attachment: httpMethod01.jpg
httpMethod02.jpg
httpMethod03.jpg
> 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
> 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
[JBoss JIRA] (JBIDE-16866) Publishing on AS7/wf servers too slow, does not need to mess with deployment scanners
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16866?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-16866:
--------------------------------
Summary: Publishing on AS7/wf servers too slow, does not need to mess with deployment scanners (was: Publishing resources on local server is slow)
> Publishing on AS7/wf servers too slow, does not need to mess with deployment scanners
> -------------------------------------------------------------------------------------
>
> Key: JBIDE-16866
> URL: https://issues.jboss.org/browse/JBIDE-16866
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta1
> Reporter: Fred Bricon
> Assignee: Rob Stryker
> Fix For: 4.2.0.Beta2
>
>
> Publishing a single file on WF8 takes at least 2 to 3 seconds before LiveReload refreshes the browser (I experienced worse turnarounds during EclipseCon demos):
> http://screencast.com/t/kQj2kXev3Gyf
> If you manually modify the file in the deployment directory on the server, changes are picked much faster (< 1sec), so it means the whole publishing part within eclipse takes a tremendous amount of time.
> Every time a file is saved in the workspace, the following line shows up in the server log :
> {quote}
> INFO [org.jboss.as.server.deployment.scanner] (management-handler-thread - 12) JBAS015012: Started FileSystemDeploymentService for directory D:\Dev\servers\wildfly-8.0.0.Final\standalone\deployments
> {quote}
> This service invocation (which takes at least 1 sec to show up in the log) should be invoked only once, during server startup, instead of every time a file is published
--
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