> I should be able to do a VFS deployment test that simulates this
now.
I committed a test to deployers that reproduces this:
org/jboss/test/deployers/vfs/deployer/bean/test/VFSRedeployTestCase
It verifies that the VirtualFileHandler in the DeploymentUnit is the
same as the one in the registry (accessed via VFS.getRoot()).
Like I said, I've removed that child remove at cleanup.
Now the VFSRedeployTestCase test passes for me
locally (Winz) and on my remote build server (Linux).
But Emanuel is still seeing the failure in
his local updated VFSRedeployTestCase.