Gemerally if you are copying a large file (Even on the same partition), every 
byte needs to be copied to the new file - the file appears before the copy is 
complete which is why JBoss is raising an error.

If instead you move the file to a different location on the same partition, 
there is no need for it to be copied byte by byte, instead just the pointer to 
the file is updated so JBoss will be able to read the entire file without 
attempting to read a partly written file.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865798#3865798

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865798


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to