Re: Use reference:file URL for installing the bundles in repository

2012-03-31 Thread Ivan
Just commit first step changes to 3.0-beta at rev.1307840. Now, all the car packages are extracted in the repository directory, and for common web applications, no need the getRealPath workaround, while it is still required for WAB and EBA. I am thinking that whether it is possible to extract the w

Re: Use reference:file URL for installing the bundles in repository

2012-03-27 Thread Jarek Gawor
+1. Jarek On Tue, Mar 27, 2012 at 9:53 AM, Ivan wrote: > Now in Geronimo, we are using mvn protocol to install the bundles to the > OSGi runtime, with this, all the bundles in the repository will have another > copy in the cache, considering the getRealPath support, we may have three > copies of

Re: Use reference:file URL for installing the bundles in repository

2012-03-27 Thread David Jencks
Hi Ivan, I think if this works it's a good idea. I don't think it will be easy to port to trunk because karaf is so heavily dependent on mvn: urls. However, I think this is a mistake in karaf. I think that karaf should use reference urls for anything in the system repo and only use mvn urls

Re: Use reference:file URL for installing the bundles in repository

2012-03-27 Thread Forrest Xia
Sounds if we use this method, we could save some time when deployment time, thus could help with GERONIMO-6222. For big Java EE artifacts deployment, copying several times really cause some performance weakness. Would like to see that change if no much conflicts with Geronimo future direction. On

Use reference:file URL for installing the bundles in repository

2012-03-27 Thread Ivan
Now in Geronimo, we are using mvn protocol to install the bundles to the OSGi runtime, with this, all the bundles in the repository will have another copy in the cache, considering the getRealPath support, we may have three copies of the deployed applications in the server directory. I am thinking