[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-4496) Seam builder somtimes creates components without any declarations at all.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Jun 17 08:53:56 EDT 2009


Seam builder somtimes creates components without any declarations at all.
-------------------------------------------------------------------------

                 Key: JBIDE-4496
                 URL: https://jira.jboss.org/jira/browse/JBIDE-4496
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Seam
    Affects Versions: 3.1.0.M1
            Reporter: Alexey Kazakov
            Assignee: Viacheslav Kabanovich
             Fix For: 3.1.0.M4


Sometimes our tests fails because seam model is not correct. For example we have:

@Name("comp1")
public class Comp1 {...}

Seam builder creates "comp1" component but getJavaDeclaration() return null even if the project is correct and all nedded libs are in classpath.
It's hard to reproduce this issue. We need to investigate it and found the resoun of this bug. Looks like thread racing is responsible for that.

-- 
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