Hiroshi Higuchi (2247990) wrote:
Thank you for the reply.
I tried appending file://c:/ but that did not work as the following
error came up instead....
It definitelly lasted too long, didn't it? At last, the answer is found. The issue here is that instead of specyfing file://c:/ you should do it via c:/the/full/path/to/what/you/want/to/be/specified.
I just found it out while trying to sort out a very similar problem, and had specified file:///c:/ as you did. Having removed the starting file:/// was the solution.
I guess this is because OpenEJB doesn't use URI, but File class, that doesn't understand 'file' protocol.
Hiroshi
Jacek
