[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-7148) Optimize code that loads Java libraries in KB, CDI, and Seam builders

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Wed Sep 29 05:54:39 EDT 2010


    [ https://jira.jboss.org/browse/JBIDE-7148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12553908#action_12553908 ] 

Viacheslav Kabanovich commented on JBIDE-7148:
----------------------------------------------

Test FaceletsKbModelTest.testSeamPdf() was dependent on thread safety of resource loading. It failed intermittently until changes were done for this issue. So, that test may be considered as an 'official' test to this issue as well.

> Optimize code that loads Java libraries in KB, CDI, and Seam builders
> ---------------------------------------------------------------------
>
>                 Key: JBIDE-7148
>                 URL: https://jira.jboss.org/browse/JBIDE-7148
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: common
>    Affects Versions: 3.2.0.M2
>            Reporter: Viacheslav Kabanovich
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.2.0.Beta2
>
>
> At present, each builder does it independently, with almost identical code repeated in several place. 
> That makes very difficult debugging a problem if it is caused by that code, because it may work with shared objects in different threads.
> It is necessary, at least, to move that code to one common place.
> Next, it should be done thread safe.

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

        


More information about the jbosstools-issues mailing list