-
OSGi bundles generally do not depend on OSGi, it just adds key-value pairs to META-INF/MANIFEST.MF. These are generated automatically by build plugins and generally require no maintenance unless there…
-
1) Karaf 4 section shows:
```
karafFeatures {
...
```
Shouldn't it be:
```
karaf {
features {
```
?
2) features name should include version in documentation. Instead of:
```
karafFe…
-
**Describe the issue**
Trying to use the Graal JS (23.3.2) with latest stock OpenJDK with Apache Karaf throws "jdk.vm.ci.common.JVMCIError: Unknown JVM_CONSTANT tag 17"
**Steps to reproduce the is…
-
i'm currently stuck on the step: Installing the Required Karaf Features
when i run the code below:
frazer@frazer-Islandora:~$ sudo /opt/karaf/bin/client feature:install activemq-blueprint
i g…
-
Hello @cschneider ,
I tried your project db-examplejpa which works fine (I have just link this example with a Oracle DB instead of H2 DB). I can add, list and delete persons.
For the "list" ac…
-
When running the 6.1 branch I'm seeing the exception below repeatedly...
```
12:26:34,398 | ERROR | RetryTimer | GenericResourceManager | 131 - org.apache.activemq.activemq-osgi - 5.…
-
```
[ERROR] Failed to execute goal on project karaf2-camel-amq: Could not resolve dependencies for project io.fabric8.quickstarts:karaf2-camel-amq:bundle:1.0-SNAPSHOT: The following artifacts could n…
-
```
What version of the MyBatis are you using?
3.3-SNAPSHOT
Please describe the problem. Unit tests are best!
The MyBatisModule uses static imports against internal guice dependencies.
e.g.
import …
-
We should add OSGI bundle support und deploy on maven central, here a request from Suvidh via the [tesseract-ocr](https://groups.google.com/forum/#!topic/tesseract-ocr/lS9FQRU_6Ds) forum.
> Hi
>
> I…
-
Supporting Cloud Provisioning ,
1) integrating jclouds or apache whirr to operate IaaS env
eg. OpenStack
2) using cloud tools to provisioning resources
eg. cargo
3) putting 1) and 2) into glassfish…