Re: Can't start assembly twice -- CXF bundle dependency management

2016-06-13 Thread Benson Margulies
On Mon, Jun 13, 2016 at 1:47 PM, Benson Margulies wrote: > Folks, > > Using Karaf 4.0.4, I've managed to create an assembly with a problem. The > problem is that it cannot be started more than once without emptying the > data directory. > > This assembly is has several closely related assemblies

ECF 3.13.1 released

2016-06-13 Thread Scott Lewis
ECF 3.13.1 is available. It can be installed into Karaf via features [1] and/or into Eclipse [2]. ECF implements the OSGI R6+ Remote Services and Remote Service Admin specifications, and tests via the OSGI compatibility test suite. Highlights New distribution providers available on ECF githu

Can't start assembly twice -- CXF bundle dependency management

2016-06-13 Thread Benson Margulies
Folks, Using Karaf 4.0.4, I've managed to create an assembly with a problem. The problem is that it cannot be started more than once without emptying the data directory. This assembly is has several closely related assemblies that don't exhibit this pathology, and, in fact, this one didn't until

Re: Blueprint and Custom Namespace

2016-06-13 Thread Setya
Hi Guillaume, Thanks. I've raised this JIRA issue. Regards, Setya -- View this message in context: http://karaf.922171.n3.nabble.com/Blueprint-and-Custom-Namespace-tp4046737p4046849.html Sent from the Karaf - User mailing list archive at N

Re: Blueprint and Custom Namespace

2016-06-13 Thread Guillaume Nodet
Yes, that config fails. Feel free to raise a new JIRA issue. 2016-06-13 14:22 GMT+02:00 Setya : > Hi Guillaume, > > This is how the classes are declared: > > public interface EventSqlSchema > public class GenericEventSqlSchema implements EventSqlSchema > public class OrientDbEventSqlSchema exten

Re: Blueprint and Custom Namespace

2016-06-13 Thread Setya
Hi Guillaume, This is how the classes are declared: public interface EventSqlSchema public class GenericEventSqlSchema implements EventSqlSchema public class OrientDbEventSqlSchema extends GenericEventSqlSchema And below is the configuration: Thanks & Regards, Setya -- View th

Re: Blueprint and Custom Namespace

2016-06-13 Thread Guillaume Nodet
It looks like a different issue in your comment. How is the sqlSchema bean defined ? Does the implementation class implements EventSqlSchema ? 2016-06-13 13:29 GMT+02:00 Setya : > Hi Guillaume, > > I was referring to Blueprint parsing configuration problem if constructor > parameter contains gen

Re: Blueprint and Custom Namespace

2016-06-13 Thread Setya
Hi Guillaume, I was referring to Blueprint parsing configuration problem if constructor parameter contains generics. Which is already solved according to this JIRA , with fixed version blueprint-core-1.0.1.jar, nevertheless I'm still experiencing

OR in bundle:list

2016-06-13 Thread SL Geertsema
Dear all, For over an year we're a satisfied user of Karaf 3.0.4 with a project. However, this week we started a new project, which should be used alongside our last project. To show all our own bundles, we've created a shortcut in the shell.init.script which lists all bundles, and filters the bu

Re: Default execution environment update

2016-06-13 Thread Jean-Baptiste Onofré
Hi Christian, Karaf 3.x works with both Java 7 and 8. Karaf 4.x is Java 8 only. In your case, the exec environment doesn't matter. Check the eecap-1.8 property in etc/config.properties. Regards JB On 06/13/2016 11:39 AM, Chris N. wrote: Hello, I have the same problem: I'm using Karaf 3.0.

Re: Default execution environment update

2016-06-13 Thread Chris N.
Hello, I have the same problem: I'm using Karaf 3.0.6 and an external bundle which requires Java 1.8 ( Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" ) so I have added "J2SE-1.8,JavaSE-1.8" to the configuration variable "org.osgi.framework.executionenvironment" but I wonder