[JBoss JIRA] (JBIDE-18751) Incorrect Qualifier Target validation
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18751?page=com.atlassian.jira.plugi... ]
Rastislav Wagner closed JBIDE-18751.
------------------------------------
verified in JBDS 8.0.0.CR1-v20141124-0632-B334
> Incorrect Qualifier Target validation
> -------------------------------------
>
> Key: JBIDE-18751
> URL: https://issues.jboss.org/browse/JBIDE-18751
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi
> Affects Versions: 4.1.2.Final
> Environment: Eclipse Kepler, JBoss Tools 4.1 for Kepler (Context and Dependency Injection Tools 1.5.1.Final-v20140303-0347-B156).
> Reporter: Alexey Kazakov
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.1.CR1
>
>
> The warning states:
> {code}
> Qualifier annotation type must be annotated with @Target({TYPE, METHOD, FIELD, PARAMETER}) or @Target({FIELD, PARAMETER}) [JSR-299 §2.3.2, §10.1]
> {code}
> Both referenced specification articles say "typically defined as", not "must be one of". Weld 2.2.5.Final doesn't have any issues with the Targets, that are deemed incorrect by CDI Tools.
> It's invalid to put any restriction on a Target at all.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 8 months
[JBoss JIRA] (JBIDE-18392) JAX-RS Resource wizard: Resource methods are created even though there is no Target entity specified anymore
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18392?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-18392.
---------------------------------
Verified in JBDS 8.0.1.CR1 build ID B333.
> JAX-RS Resource wizard: Resource methods are created even though there is no Target entity specified anymore
> ------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-18392
> URL: https://issues.jboss.org/browse/JBIDE-18392
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.CR1
> Reporter: Marián Labuda
> Assignee: Xavier Coulon
> Fix For: 4.2.1.CR1
>
>
> If I start typing name of Target entity in the JAX-RS Resource wizard, then checkboxes for creating resource methods (findById, listAll...) are allowed to be changed (checked/unchecked). But after completely removing of Target entity (leaving the field blank) the checkboxes are stilled in state checked/unchecked as they were changed while having filled Entity, but this changes are propagated next. That cause generating resource class with those methods even though there was no Entity specified and it leaves blank space in those generated methods causing syntax error.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 8 months
[JBoss JIRA] (JBIDE-18714) Invalid error message when @Target is missing on a custom Name Binding annotation
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18714?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-18714.
---------------------------------
Verified in JBDS 8.0.1.CR1 build ID B333.
> Invalid error message when @Target is missing on a custom Name Binding annotation
> ---------------------------------------------------------------------------------
>
> Key: JBIDE-18714
> URL: https://issues.jboss.org/browse/JBIDE-18714
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.Final
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.2.1.CR1
>
>
> With the following code:
> {code}
> @NameBinding
> @Retention(RetentionPolicy.RUNTIME)
> public @interface LoggingBinding {
> }
> {code}
> The error message is
> {quote}
> The Name Binding should have a @Target(ElementType.METHOD) annotation on its type.
> {quote}
> but it should be
> {quote}
> The Name Binding should have a @Target(\{ElementType.TYPE, ElementType.METHOD\}) annotation on its type.
> {quote}
> Note that the QuickFix adds the correct {{(a)Target(\{ElementType.TYPE, ElementType.METHOD\})}}, it's just that the initial error message was misleading
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 8 months
[JBoss JIRA] (JBIDE-18651) Image dropped to VPE is not rendered on server
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18651?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-18651.
-------------------------------
Verified with JBDS 8.0.1.CR1-v20141124-0632-B333
> Image dropped to VPE is not rendered on server
> ----------------------------------------------
>
> Key: JBIDE-18651
> URL: https://issues.jboss.org/browse/JBIDE-18651
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.CR2
> Environment: JBT 4.2.0.CR2-v20141005-0541-B267
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Fix For: 4.2.1.CR1
>
>
> 1. Import HTML 5 project from JBoss Central
> 2. Open index.html page
> 3. Drag&drop some image from img subdirectory to source part of VPE
> ASSERT: Image is displayed in visual part of VPE
> 4. Run project on server
> ERROR: Dropped Image is not rendered in web browser
> Once leading "/" is removed from img tag source attribute droped image is rendered on web page deployed to server
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 8 months
[JBoss JIRA] (JBIDE-18765) reorg/refactor integration tests in server tools so they can be run separately
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18765?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-18765:
-------------------------------------
https://github.com/jbosstools/jbosstools-server/pull/304 - PR
> reorg/refactor integration tests in server tools so they can be run separately
> ------------------------------------------------------------------------------
>
> Key: JBIDE-18765
> URL: https://issues.jboss.org/browse/JBIDE-18765
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build, server
> Affects Versions: 4.2.0.Final
> Reporter: Nick Boldt
> Assignee: Rob Stryker
> Fix For: 4.3.0.Alpha1
>
> Attachments: log_build-all_all-itests-run_clean.txt, log_build-all_no-itests-run.txt, org.jboss.ide.eclipse.as.integration.tests.ASToolsIntegrationTestSuite.txt, org.jboss.ide.eclipse.as.internal.management.as7.tests.AS7IntegrationTestSuite.txt, org.jboss.ide.eclipse.as.internal.management.as7.tests.AS7IntegrationTestSuite.txt
>
>
> * move integration tests into their own test suites, so they can be run separate from unit tests
> * move those test suites into their own plugins, so they can be build separately from unit tests
> * support a new -Pitest profile for enabling integration tests to run only when we want them, and default to skipping them for faster local builds
> * update jenkins jobs to enable the -Pitest profile so we run these i-tests for CI jobs
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 8 months