Re: [discussion] thoughts on https://issues.apache.org/jira/browse/KARAF-1545 ?

2013-05-13 Thread Achim Nierbeck
Hi, ok, I'd like to get the discussion into the dev-list away from the jira issue :-) Now, I've heard both sides of the story and tbh, it's not an easy thing here. I agree that it's not a understandable solution to have bootloaded jars with a karaf- prefix. I'm not sure about the bundle looking

Re: [discussion] thoughts on https://issues.apache.org/jira/browse/KARAF-1545 ?

2013-05-13 Thread Guillaume Nodet
AFAIK, all jar files in the lib folder are added to the classpath, so if anyone want to add jars globally without using bundles, that's the way to go. See https://github.com/apache/karaf/blob/trunk/main/src/main/java/org/apache/karaf/main/Main.java#L266 The lib/ext lib/endorsed and

Re: [discussion] thoughts on https://issues.apache.org/jira/browse/KARAF-1545 ?

2013-05-13 Thread Freeman Fang
+1 - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://fusesource.com | http://www.redhat.com/ Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: @Freeman小屋 www.camelone.org : The open source integration

Issues with Attachments: week of 2013-05-13

2013-05-13 Thread jb
KARAF - Monday, May 13, 2013 19 Issues with Attachments (sorted oldest to newest) [KARAF-222] mvn karaf:run plugin, like jetty:run (2010-09-25 - New Feature - james strachan) https://issues.apache.org/jira/browse/KARAF-222 [KARAF-751] Provide a Timer Service in

Re: [discussion] thoughts on https://issues.apache.org/jira/browse/KARAF-1545 ?

2013-05-13 Thread Achim Nierbeck
+1 2013/5/13 Jean-Baptiste Onofré j...@nanthrax.net +1 Regards JB On 05/13/2013 09:46 AM, Guillaume Nodet wrote: AFAIK, all jar files in the lib folder are added to the classpath, so if anyone want to add jars globally without using bundles, that's the way to go. See

Re: [discussion] thoughts on https://issues.apache.org/jira/browse/KARAF-1545 ?

2013-05-13 Thread Heath Kesler
+1 Will revert to karaf prefix in the lib and add a sub directory for any required external jar without karat prefix. On May 12, 2013, at 11:53 PM, Dan Tran dant...@gmail.com wrote: Hi, I have addressed my concerns on this enhancement, and would like to hear more from dev group. Big

Re: [discussion] thoughts on https://issues.apache.org/jira/browse/KARAF-1545 ?

2013-05-13 Thread Guillaume Nodet
2013/5/13 Dan Tran dant...@gmail.com For my case, my distribution consists of Karaf container + our bunbles, + a bunch of stand alone apps with bootstrap/startup script generated by appassembler-maven-plugin[1]. The standalone apps ( command line utilities, swing app, etc ) have its jars

Create KarafEE as a Karaf subproject

2013-05-13 Thread Charles Moulliard
Hi, Some weeks ago (thx to Romain and others) we have discussed about KarafEE future. This project which is until now part of Apache TomEE was an attempt to promote JEE concepts top of Karaf Multicontainer OSGI runtime (using OpenEJB, OpenJPA OpenWebbeans). Unfortunately, it will not be longer

Re: Create KarafEE as a Karaf subproject

2013-05-13 Thread Jean-Baptiste Onofré
Hi Charles, what's the result of the vote on the OpenEJB project side (I didn't see any vote) ? I can start a formal vote to accept KarafEE as a new Karaf subproject. Regarding the resources, you won't have all permissions to create the resources (Jira, etc), so I will help you on that.

Re: Create KarafEE as a Karaf subproject

2013-05-13 Thread Charles Moulliard
I will ask vote result from TomEE ;-) and come back to you soon. On Mon, May 13, 2013 at 8:58 PM, Jean-Baptiste Onofré j...@nanthrax.netwrote: Hi Charles, what's the result of the vote on the OpenEJB project side (I didn't see any vote) ? I can start a formal vote to accept KarafEE as a

Re: Create KarafEE as a Karaf subproject

2013-05-13 Thread Jean-Baptiste Onofré
No problem ! I just saw the vote on the OpenEJB/TomEE side ;) Regards JB On 05/13/2013 09:10 PM, Charles Moulliard wrote: I will ask vote result from TomEE ;-) and come back to you soon. On Mon, May 13, 2013 at 8:58 PM, Jean-Baptiste Onofré j...@nanthrax.netwrote: Hi Charles, what's the

Re: Create KarafEE as a Karaf subproject

2013-05-13 Thread Romain Manni-Bucau
Hi Charles, wonder if it shouldn't just be a subproject of Geronimo which is already a JavaEE/OSGi container on top of Karaf that said +1 to get it maintained (personally i don't have enough time to support it as i try to do with TomEE) *Romain Manni-Bucau* *Twitter: @rmannibucau

Re: [discussion] thoughts on https://issues.apache.org/jira/browse/KARAF-1545 ?

2013-05-13 Thread Dan Tran
Hi Guillaume, I am living dangerously by placing my stand-alone apps's jars under lib directory since karaf is currently pushing those jars into osgi framework classloader? Thanks -Dan On Mon, May 13, 2013 at 10:55 AM, Guillaume Nodet gno...@apache.org wrote: 2013/5/13 Dan Tran