[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-1572) Seam Validator: @Factory annotation does not see related @Out/Databinder annotation

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu Dec 27 11:21:43 EST 2007


     [ http://jira.jboss.com/jira/browse/JBIDE-1572?page=all ]

Alexey Kazakov resolved JBIDE-1572.
-----------------------------------

    Resolution: Done

Fixed. JUnit test for this feature is already exists (see http://jira.jboss.com/jira/browse/JBIDE-1550 ).

> Seam Validator: @Factory annotation does not see related @Out/Databinder annotation
> -----------------------------------------------------------------------------------
>
>                 Key: JBIDE-1572
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1572
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Seam
>            Reporter: Daniel Azarov
>         Assigned To: Alexey Kazakov
>             Fix For: 2.0.1
>
>
> Testcase: 
> EXECUTE: Create any Seam Web Project 
> EXECUTE: Create "Seam Action" with "component" as component name 
> EXECUTE: Open "Component.java" 
> EXECUTE: Add next lines: 
> @DataModel 
>     private List<String> messageList=new ArrayList<String>();
> @Factory("messageList")
>     public void getList1(){
>     }
> EXECUTE: Save file 
> ASSERT: There are no any error markers

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list