On 7-5-2010 14:17, lawern wrote:
>      repository = new TransientRepository(new
> File("\\my.server\repository"));

I'm guessing that you have adjusted the code for the mail, but
if not, I would point out that the string literal above will
be converted to

  \my.server<carriage return>epository

due to Java's escape sequences inside string literals. This
could explain the NoSuchWorkspaceException...

Best regards
Mike Wilson

Reply via email to