Re: Use Truezip in Geronimo deployment

2010-10-10 Thread Ivan
I opened a jira https://issues.apache.org/jira/browse/GERONIMO-5636, and will do more investigation when have time, aslo, any comment is appriciated thanks ! 2010/9/29 Ivan xhh...@gmail.com If you mean to handle the unpacked archives and zip files on the fly, Geronimo has already done some

Use Truezip in Geronimo deployment

2010-09-29 Thread Ivan
Hi, While looking at the deployment codes, I was tired of packing/unpacking the application package, actually, what we do is just to add some Geronimo specific configuration files, updating some configuration files. IIRC, in one deployment process, we need to a. copy the jar file to a

Re: Use Truezip in Geronimo deployment

2010-09-29 Thread Guillaume Nodet
I'd rather use a deployment which can handle unpacked archives and zip them on the fly. The karaf deployer supports that (if you're in Geronimo 3). It may even work with symlinks (not sure though) so you could link to the output of your build directly. Just my 2 cents. On Wed, Sep 29, 2010 at

Re: Use Truezip in Geronimo deployment

2010-09-29 Thread Ivan
If you mean to handle the unpacked archives and zip files on the fly, Geronimo has already done some abstraction, like the interface ResourceContext and some sub class of JarFile. Will check the karaf deployer :-) Another great feature is that, from the truezip document, it seems to suppot