[ http://jira.codehaus.org/browse/CONTINUUM-818?page=comments#action_72392
]
Carlos Sanchez commented on CONTINUUM-818:
------------------------------------------
You don't want to ignore all ContinuumStoreException, why would you do that?
Is this what you wanted to do?
catch ( ContinuumObjectNotFoundException e )
{
return Collections.EMPTY_LIST;
}
catch ( ContinuumStoreException e )
{
throw logAndCreateException( "Exception while getting build results
for project.", e );
}
> Catch ContinuumObjectNotFoundException in buildResult.action
> ------------------------------------------------------------
>
> Key: CONTINUUM-818
> URL: http://jira.codehaus.org/browse/CONTINUUM-818
> Project: Continuum
> Issue Type: Bug
> Components: Web interface
> Affects Versions: 1.1
> Environment: Linux FC4, Maven 2.0.4, JDK 1.5
> Reporter: Napoleon Esmundo C. Ramirez
> Attachments: CONTINUUM-818-2.patch, CONTINUUM-818.patch
>
>
> ContinuumObjectNotFoundException is thrown by the buildResult.action if a
> project isn't built yet.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira