-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
osgi_2.1.0.Final
-
None
I have been trying to use the Arquillian OSGi extension with a Docker container, but I have found the next issue:
- When we use JMXDeployableContainer, to deploy a OSGi Bundle to a remote OSGi Karaf, we use a local URL, of the type: file:/var/folders/nq/p1_j3ycj169dzl1ypg8d5zhh0000gn/T/vfs/osgitmp-8888e08d9dca9b47/urlstream-d8ff47698b0d2150/253ae58a-4ad3-4077-b049-281ef1b9d3eb.jar.
- Of course this URL doesn't exist in the remote Docker container.
- So I get the exception:
Caused by: java.io.IOException: Installation of a bundle with location 253ae58a-4ad3-4077-b049-281ef1b9d3eb.jar failed with the message: /var/folders/nq/p1_j3ycj169dzl1ypg8d5zhh0000gn/T/vfs/osgitmp-8888e08d9dca9b47/urlstream-d8ff47698b0d2150/253ae58a-4ad3-4077-b049-281ef1b9d3eb.jar (No such file or directory)
Have you faced this issue before? What do you think is the best solution?