[jbosstools-issues] [JBoss JIRA] Created: (JBDS-995) Recognize Seam Component exported with @Out(value="dummy")

Joao Paulo Viragine (JIRA) jira-events at lists.jboss.org
Mon Dec 14 07:41:30 EST 2009


Recognize Seam Component exported with @Out(value="dummy")
----------------------------------------------------------

                 Key: JBDS-995
                 URL: https://jira.jboss.org/jira/browse/JBDS-995
             Project: JBoss Developer Studio
          Issue Type: Feature Request
          Components: seam
            Reporter: Joao Paulo Viragine


JBDS doesn't recognize Seam Component exported with @Out when we use the value attribute

E.g.:

In one Seam component:

@Out(value="dummy2")
private Dummy dummy;


In another Seam component:
@In 
private Dummy dummy2;

JBDS complains: Unknown context variable name: "dummy2"


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

        


More information about the jbosstools-issues mailing list