final InputStream inputStream = Thread
.currentThread()
.getContextClassLoader()
.getResourceAsStream(
"net/sf/joafip/entity/rel310/conversion_a.def");
final InputStreamAndSource inputStreamAndSource = new InputStreamAndSource(
inputStream, "net/sf/joafip/entity/rel310/conversion_a.def");
// filePersistence = new FilePersistence(2, inputStreamAndSource, path,
// /**/false,/* no proxy */
// /**/false/* remove files */,
// /**/false/* do not manage garbage */);