Hi

the space is probably the error but looks like an hibernate bug.

You can either configure in app composer the root url to enforce it or
configure hibernate scanner to avoid scanning and list entities (that's
what i'd do)


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2016-05-16 17:20 GMT+02:00 Gregory Orciuch <g.orci...@gmail.com>:

> 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
>

Reply via email to