[HEDS-UP] Pax Web 4.0

2014-05-20 Thread Achim Nierbeck
Hi, the Pax Web team is planning on releasing Pax-Web 4.0 soon, I'd like to request that people using Pax Web will give it a try. This way we are able to catch some show stoppers before releasing. The reason I did crosspost this, Karaf 4 is already working with the latest Pax Web 4.0 SNAPSHOTS,

Re: [HEDS-UP] Pax Web 4.0

2014-05-20 Thread Jean-Baptiste Onofré
Hi Achim, thanks for the update. I will make a try later today (I already did some tests without issue on the SNAPSHOT). Regards JB On 05/20/2014 08:42 AM, Achim Nierbeck wrote: Hi, the Pax Web team is planning on releasing Pax-Web 4.0 soon, I'd like to request that people using Pax Web

Re: [HEDS-UP] Pax Web 4.0

2014-05-20 Thread Achim Nierbeck
Hi Guillaume, thanks for the pointer, I upgraded to ASM5 already but I feared I forgot about xbeans :) regards, Achim 2014-05-20 9:12 GMT+02:00 Guillaume Nodet gno...@gmail.com: Actually, I have a few minor problems with the features in pax-web I have addressed yet. * the pax-http is

Re: [HEDS-UP] Pax Web 4.0

2014-05-20 Thread Guillaume Nodet
Actually, I have a few minor problems with the features in pax-web I have addressed yet. * the pax-http is missing an asm dependency for xbean-finder iirc (this causes the war feature installation to fail on the minimal distro of karaf 4) * we should either use xbean-finder-shaded and

Re: [HEDS-UP] Pax Web 4.0

2014-05-20 Thread Jean-Baptiste Onofré
Hi, regarding Java8 support and ASM5 update, I started to work on it (and I have updated the feature to use xbean-asm5). I will ping Achim and push my changes. Regards JB On 05/20/2014 09:20 AM, Guillaume Nodet wrote: Actually, I have a few minor problems with the features in pax-web I

Re: [HEDS-UP] Pax Web 4.0

2014-05-20 Thread Achim Nierbeck
For the record I opened two new issues regarding XBean and Java8 Testing. https://ops4j1.jira.com/browse/PAXWEB-701 https://ops4j1.jira.com/browse/PAXWEB-702 regards, Achim 2014-05-20 10:30 GMT+02:00 Jean-Baptiste Onofré j...@nanthrax.net: Hi, regarding Java8 support and ASM5 update, I

Re: [HEDS-UP] Pax Web 4.0

2014-05-20 Thread Jean-Baptiste Onofré
Thx, I will link my push to that ! Regards JB On 05/20/2014 10:56 AM, Achim Nierbeck wrote: For the record I opened two new issues regarding XBean and Java8 Testing. https://ops4j1.jira.com/browse/PAXWEB-701 https://ops4j1.jira.com/browse/PAXWEB-702 regards, Achim 2014-05-20 10:30

Re: Question regarding defining Karaf CLIs using the GOGO shell way

2014-05-20 Thread Jean-Baptiste Onofré
Hi Giovanni, my advice is to still extend OsgiCommandSupport up to Karaf 3. Like this, you are sure that it works fine (with all the related like completion, help, etc). In Karaf 4, we introduced a new API. Regards JB On 05/19/2014 02:57 PM, Giovanni Meo wrote: Hi Karaf-users, I have a

Re: Question regarding defining Karaf CLIs using the GOGO shell way

2014-05-20 Thread Giovanni Meo
Hi JB, thanks for the answer, but i'm just curious to understand what we loose with gogo way. We are in an environment where karaf is being rolled in, but already have gogo shell. Thanks, Giovanni On 20-May-14 15:23, Jean-Baptiste Onofré wrote: Hi Giovanni, my advice is to still extend

Re: Question regarding defining Karaf CLIs using the GOGO shell way

2014-05-20 Thread Jean-Baptiste Onofré
Basically, OsgiCommandSupport is just a wrapper on top of the Gogo action. But, it brings convenience for loading/unloading the related OSGi services. However, in previous version, we ship our own version of Gogo, with some modification. That's why using the OsgiCommandSupport, you are sure

Multiple spring deployers?

2014-05-20 Thread Daniel McGreal
Hi Karaf users, I have a Spring bundle which calls a third party library which itself calls a native library. Because of some unfortunate yet understandable decisions of the third party, I cannot have a @Bean created more than once. What's happening for me is that the first load of Karaf and

Re: Multiple spring deployers?

2014-05-20 Thread Dan
Hi again, Could spring-dm and spring-dm-web both be picking up the spring configuration? It's in META-INF/osgi-config.xml and looks like this: ?xml version=1.0 encoding=UTF-8? beans xmlns=http://www.springframework.org/schema/beans; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Multiple spring deployers?

2014-05-20 Thread Charlie Mordant
So, to complete my previous post, eclipse gemini could also handle spring-dm namespaces, but it looks like you're not using it. If you really want to have a spring architecture backed with spring, you should go in this way, as gemini is the natural spring-dm successor (sorry my aries companions).

Cellar for karaf 3.0.1 active/active and failover clustering

2014-05-20 Thread asookazian2
http://karaf.apache.org/index/subprojects/cellar/cellar-download.html http://karaf.apache.org/index/subprojects/cellar/cellar-download.html which version of cellar is compatible/recommended for clustering with karaf 3.0.x? where is the link to the user guide??? latest cellar seems to be

Re: Apache Cellar

2014-05-20 Thread asookazian2
so is there currently a GA version of Cellar available for Karaf 3.0.1?? -- View this message in context: http://karaf.922171.n3.nabble.com/Apache-Cellar-tp4028400p4033205.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Cellar for karaf 3.0.1 active/active and failover clustering

2014-05-20 Thread Achim Nierbeck
It is cellar 3.0 you'd need to build it from sources right now. It's on our list to get a working snapshot deployed soon, and a release 3. regards, Achim 2014-05-20 23:25 GMT+02:00 asookazian2 asookaz...@gmail.com: http://karaf.apache.org/index/subprojects/cellar/cellar-download.html

Re: Cellar for karaf 3.0.1 active/active and failover clustering

2014-05-20 Thread Ryan Moquin
did you guy look at my branch yet? I was able to simply the communications (switched it to hazelcast executors, but same cellar inface pretty much), fix the errant tests and fixed up the code so all the tests run and pass... there are I'm sure a few loose enfs still to tie up, but I think I made

Re: Cellar for karaf 3.0.1 active/active and failover clustering

2014-05-20 Thread asookazian2
This link: http://karaf.apache.org/sub-projects/cellar/download.html http://karaf.apache.org/sub-projects/cellar/download.html seems to be broken. It was found here: http://karaf.apache.org/manual/cellar/latest/user-guide/installation.html

Re: Cellar for karaf 3.0.1 active/active and failover clustering

2014-05-20 Thread asookazian2
Would the following git clone cmd get the 3.0.0-SNAPSHOT (head)? git clone https://git-wip-us.apache.org/repos/asf/karaf-cellar.git cave -- View this message in context: http://karaf.922171.n3.nabble.com/Cellar-for-karaf-3-0-1-active-active-and-failover-clustering-tp4033204p4033209.html Sent

OSGI and Spring

2014-05-20 Thread Tim Jones
I am interested to hear views on where OSGI and Spring is heading. I realise this is a fairly broad topic but I think is worth discussing. I have noticed that a lot of answers on this forum and others suggest not using Spring but instead Blueprint or Declarative Services, particularly if starting

Re: Cellar for karaf 3.0.1 active/active and failover clustering

2014-05-20 Thread Achim Nierbeck
If you use cellar instead of cave ;-) Yes. Regards, Achim sent from mobile device Am 21.05.2014 01:46 schrieb asookazian2 asookaz...@gmail.com: Would the following git clone cmd get the 3.0.0-SNAPSHOT (head)? git clone https://git-wip-us.apache.org/repos/asf/karaf-cellar.git cave --

Re: Cellar for karaf 3.0.1 active/active and failover clustering

2014-05-20 Thread Achim Nierbeck
Hi, I'd say I should have some free cycles next week. I'm gonna check then. Regards, Achim sent from mobile device Am 21.05.2014 00:54 schrieb Ryan Moquin fragility...@gmail.com: did you guy look at my branch yet? I was able to simply the communications (switched it to hazelcast executors,

Re: Apache Cellar

2014-05-20 Thread Jean-Baptiste Onofré
Hi, not yet, I prepared the update on a local branch (refactoring of the commands to use the same structure as in Karaf 3.0.x, usage of Aries JMX, upgrade to Hazelcast 3.x, refactoring of the groups, etc). I will push during the week end. Regards JB On 05/20/2014 11:26 PM, asookazian2