]
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: