[jboss-jira] [JBoss JIRA] Resolved: (JBMICROCONT-183) ManifestDeployer has a TODO relating to VFS snapshot update
Ales Justin (JIRA)
jira-events at lists.jboss.org
Thu Nov 8 05:24:45 EST 2007
[ http://jira.jboss.com/jira/browse/JBMICROCONT-183?page=all ]
Ales Justin resolved JBMICROCONT-183.
-------------------------------------
Resolution: Done
Changed reading of manifest file to: Manifest manifest = VFSUtils.readManifest(file);
> 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