[jboss-jira] [JBoss JIRA] Closed: (JBMICROCONT-183) ManifestDeployer has a TODO relating to VFS snapshot update

Adrian Brock (JIRA) jira-events at lists.jboss.org
Fri Nov 23 06:26:18 EST 2007


     [ http://jira.jboss.com/jira/browse/JBMICROCONT-183?page=all ]

Adrian Brock closed JBMICROCONT-183.
------------------------------------

    Fix Version/s:  JBossMC-2.0.0.Beta7
                       (was: JBossMC-2.0.0.CR1)
       Resolution: Done

> ManifestDeployer has a TODO relating to VFS snapshot update
> -----------------------------------------------------------
>
>                 Key: JBMICROCONT-183
>                 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-183
>             Project: JBoss MicroContainer
>          Issue Type: Task
>          Components: Deployment
>            Reporter: Adrian Brock
>         Assigned To: Ales Justin
>             Fix For:  JBossMC-2.0.0.Beta7
>
>
> Ales, you added this comment
>    @Override
>    protected T parse(VFSDeploymentUnit unit, VirtualFile file, T root) throws Exception
>    {
>       // todo - update once we have new vfs snapshot
>       InputStream is = SecurityActions.openStream(file);
>       Manifest manifest;
>       try
>       {
>          manifest = new Manifest(is);
>       }
>       finally
>       {
>          try
>          {
>             is.close();
>          }
>          catch (Exception ignored)
>          {
>          }
>       }
>       return createMetaData(manifest);
>    }

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

        



More information about the jboss-jira mailing list