- without the single quotes On May 17, 2016 3:33 AM, "Jalal Almutawa" <jalal.almut...@gmail.com> wrote:
> The encoded part looks strange, as %2520 will be decoded to an actual > '%20' > On May 17, 2016 12:25 AM, "Romain Manni-Bucau" <rmannibu...@gmail.com> > wrote: > >> Space in the path I guess. Which version? >> Le 16 mai 2016 19:51, "Gregory Orciuch" <g.orci...@gmail.com> a écrit : >> >> > Hi, >> > >> > when running my EJBContainerRunner tests on Windows (on linux is fine), >> > the windows'centric developers cannot run the openEJB test because of >> > something like this: >> > >> > IllegalArgumentException - File >> > >> > >> [/E:/workspace/pim/pim/pim-ejb/jar:file:/C:/Users/John%2520Doe/.m2/repository/com/acme/commons-model/1.0.7/commons-model-1.0.7.jar!/META-INF/persistence.xml] >> > referenced by given URL >> > >> > >> [file:/E:/workspace/pim/pim/pim-ejb/jar:file:/C:/Users/John%2520Doe/.m2/repository/com/acme/commons-model/1.0.7/commons-model-1.0.7.jar!/META-INF/persistence.xml] >> > does not exist: >> > >> > However the file >> > >> > >> C:/Users/John%2520Doe/.m2/repository/com/acme/commons-model/1.0.7/commons-model-1.0.7.jar!/META-INF/persistence.xml >> > indeed exists. >> > >> > It's just the URL looks very weird to me, why it's concatenated; >> > >> > Full trace here: http://hastebin.com/fifatecono.avrasm >> > >> > Any suggestion is welcome. >> > >> > Thanks, >> > Gregory >> > >> >