Re: ClassCastException with useSSH

2019-11-03 Thread jb
HiYes it will be fixed in 4.2.8. Let me double check the fix.RegardsJBLe 4 nov. 2019 08:22, stefang  a écrit :Hi,

any Chance to get this fixed in the next Version?

Regards

Stefan



--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html



Re: ClassCastException with useSSH

2019-11-03 Thread stefang
Hi,

any Chance to get this fixed in the next Version?

Regards

Stefan



--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html


OSGi R7 Remote Services release

2019-11-03 Thread Scott Lewis

Highlights of ECF release

1) OSGi R7 RS/RSA bug fixes, including a work-around for SCR bug [1].  
Karaf repo access described here [2].


2) New distribution provider built using Apache Dubbo [3], and major 
update of Hazelcast [4] distribution provider.


3) New discovery provider built on Hazelcast [4].

4) More detailed docs on all discovery [5] and distribution [6] providers.

5) Improved Bndtools workspace template with new docs, updated bundles, 
new remote service project, and additional and improved bndrun templates 
[7].


6) Other bndtools-for-remote-services-development examples at ECF github 
organization [8].


Scott

[1] https://issues.apache.org/jira/browse/FELIX-6190

[2] https://wiki.eclipse.org/EIG:Install_into_Apache_Karaf

[3] https://github.com/ECF/DubboProvider  see build/karaf-features.xml 
for Karaf features


[4] https://github.com/ECF/HazelcastProvider see 
build/karaf-features.xml for Karaf features


[5] https://wiki.eclipse.org/Discovery_Providers

[6] https://wiki.eclipse.org/Distribution_Providers

[7] https://github.com/ECF/bndtools.workspace

[8] https://github.com/ECF



Re: Pluggable databases in apache karaf

2019-11-03 Thread Steinar Bang
> Jean-Baptiste Onofré :

> That's not a problem with the service itself, that's a missing requirement.
> You can see how it works in Karaf jpa example: the capability is defined
> in the features providing the datasource:

> https://github.com/apache/karaf/blob/master/examples/karaf-jpa-example/karaf-jpa-example-features/src/main/feature/feature.xml#L28

> So, nothing related to service itself at runtime, just cap/req matching.

Thanks, JB! Now it works:
 
https://github.com/steinarb/sonar-collector/blob/master/sonar-collector-webhook/src/main/feature/feature.xml#L13