[jboss-jira] [JBoss JIRA] Commented: (JBAS-8543) Verify AS functionality on Windows
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Thu Oct 21 12:37:54 EDT 2010
[ https://jira.jboss.org/browse/JBAS-8543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558572#action_12558572 ]
Brian Stansberry commented on JBAS-8543:
----------------------------------------
The deploymentRoot is a true "virtual file" -- it exists in VFS but its path does not point to a location known to the underlying OS filesystem.
On Linux /deployments/bundle1 doesn't exist on the filesystem either.
Shortly thereafter is the call that results in that "virtual file" being associated with the underlying physical file:
handle = deploymentRepo.mountDeploymentContent(deploymentName, runtimeName, deploymentHash, deploymentRoot);
David, can you comment on why it matters whether deploymentRoot's path exists on the underlying OS filesystem?
> Verify AS functionality on Windows
> ----------------------------------
>
> Key: JBAS-8543
> URL: https://jira.jboss.org/browse/JBAS-8543
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Thomas Diesler
> Assignee: David Bosschaert
>
> SachaL reports build problems on AS7 master.
> Please post a link to the Hudson QA that shows the matrix of supported OS
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list