3 Replies Latest reply on May 30, 2011 11:09 AM by alesj

    When VFS 3.0.1CR1 will be released or how to use -Djboss.vfs.forceCaseSensitive=true?

    narayan812

      Hi.

       

      I see the task https://issues.jboss.org/browse/JBVFS-170 resolved but I don't understood when it will be included into the release?

      I read release note from AS6.0.0 and AS7 and din't find it. Our company use jboss on windows PC and we are moving from 5.0.1 to 6.0.0AS.

      The problem with file name cases appeared in a very inappropriate time. I tried to use -Djboss.vfs.forceCaseSensitive=true in my run.bat

      but it din't take an effect:

      original: set JAVA_OPTS=-Dprogram.name=%PROGNAME% %JAVA_OPTS%

      changed: set JAVA_OPTS=-Dprogram.name=%PROGNAME% -Djboss.vfs.forceCaseSensitive=true %JAVA_OPTS%

       

      Could you please clear the situation for me?  Or tell me how to use this property?