[jboss-jira] [JBoss JIRA] Reopened: (JBMICROCONT-183) ManifestDeployer has a TODO relating to VFS snapshot update
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Fri Nov 23 06:24:20 EST 2007
[ http://jira.jboss.com/jira/browse/JBMICROCONT-183?page=all ]
Adrian Brock reopened JBMICROCONT-183:
--------------------------------------
> 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.CR1
>
>
> 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