Hide
When deploying an ear which contains a war which contains a library, we got an exception.
This happend because the war is not unpack and we cannot create an url targeting a resource inside a jar embedded in another jar.
Workaround :
Just put library inside ear (lib directory) instead inside war.
Show
When deploying an ear which contains a war which contains a library, we got an exception.
This happend because the war is not unpack and we cannot create an url targeting a resource inside a jar embedded in another jar.
Workaround :
Just put library inside ear (lib directory) instead inside war.