[jbosstools-issues] [JBoss JIRA] (JBIDE-10165) Exceptions at JBoss validation if project is closed during build

Max Rydahl Andersen (JIRA) issues at jboss.org
Mon Jan 20 06:55:38 EST 2014


     [ https://issues.jboss.org/browse/JBIDE-10165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen resolved JBIDE-10165.
-----------------------------------------

    Resolution: Out of Date


Thank you for reporting this issue but this issue have been resolved as out-of-date since it has not had any updates for the last 2+ years (730 days).

If you believe this issue is still relevant and important then please reopen the issue or create a new one mentioning/linking this jira for background information.

Thank you!


                
> Exceptions at JBoss validation if project is closed during build
> ----------------------------------------------------------------
>
>                 Key: JBIDE-10165
>                 URL: https://issues.jboss.org/browse/JBIDE-10165
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: common/jst/core
>    Affects Versions: 3.3.0.M3
>            Reporter: Viacheslav Kabanovich
>            Assignee: Alexey Kazakov
>            Priority: Minor
>             Fix For: LATER
>
>
> EXECUTE: Create several CDI and/or Seam and/or JSF projects.
> EXECUTE: Select them all and run Clean/Build.
> EXECUTE: Wait for a couple of seconds for a progress to show the build on its way, and invoke 'Close Project' on the entire selection.
> EXECUTE: After a couple of seconds invoke 'Open Project'; this two steps may be repeated until the log is full enough of the catch.
> Discussion is started in JBIDE-10111.
> The exception is caught and logged. It is not easy to check everywhere for accessibility, and even
> {code}
> if(project.isAccessible()) {
>     project.findMarkers();
> }
> {code}
> may fail if project will become inaccessible right between these two calls.
> Maybe we should try locking a resource while it is validated, but that should not hang workspace for the entire build.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list