[JBoss JIRA] Created: (JBIDE-6360) Need to validate view-id locations in pages.xml
by Samuel Mendenhall (JIRA)
Need to validate view-id locations in pages.xml
-----------------------------------------------
Key: JBIDE-6360
URL: https://jira.jboss.org/browse/JBIDE-6360
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Seam
Affects Versions: 3.1.0.GA
Reporter: Samuel Mendenhall
Assignee: Alexey Kazakov
Priority: Minor
Currently one can put a wrong view-id in a navigation in pages.xml and JBoss Tools does not complain about it. It would be nice to have a compile time checking so that
<page view-id="/home.xhtml" action=
"#{identity.isLoggedIn}">
<navigation>
<rule if="#{identity.loggedIn}">
<redirect view-id="/man.xhtml"/>
</rule>
</navigation>
</page>
for example is flagged as /man.xhtml is spelled wrong, it should be /main.xhtml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-6924) Wrong error description for Qualifier with wrong/no @Target
by Lukas Jungmann (JIRA)
Wrong error description for Qualifier with wrong/no @Target
-----------------------------------------------------------
Key: JBIDE-6924
URL: https://jira.jboss.org/browse/JBIDE-6924
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.0.M2
Reporter: Lukas Jungmann
Assignee: Alexey Kazakov
-have following Qualifier:
@Qualifier
@Target({ METHOD, FIELD })
@Retention(RUNTIME)
public @interface Q {
}
-open it in the editor
=> error appears on the line with @Target saying: "Qualifier annotation type must be annotated with @Target({TYPE, METHOD, FIELD, PARAMETER}) or @Target({METHOD, FIELD}) [JSR-299 §2.3.2, §10.1]" which is what I already have.
JSR-299, §10.1 says that '@Target({FIELD, PARAMETER})' is allowed instead of '@Target({METHOD, FIELD})'
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-7240) Configuring CSV input, unable to load sample CSV file
by Brian Fitzpatrick (JIRA)
Configuring CSV input, unable to load sample CSV file
-----------------------------------------------------
Key: JBIDE-7240
URL: https://jira.jboss.org/browse/JBIDE-7240
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: smooks
Affects Versions: 3.2.0.Beta1
Reporter: Brian Fitzpatrick
Assignee: Brian Fitzpatrick
Priority: Blocker
Fix For: 3.2.0.Beta1, 3.2.0.Beta2
Attachments: viewinitorstore.patch
At some point during the switch from the Smooks-DMB branch back to trunk to implement the Direct Source to Target mapping, we managed to disable the ability to select a CSV file for the sample input of the Input Task.
To reproduce:
1. Create a new Smooks file.
2. Set the input task "input type" to CSV
3. Try to click the Add button in the Input Data section.
4. Get nothing, see NPE in the .log file.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months