apache-karaf

How to add new features to OpenDayLight Karaf?

北城余情 提交于 2021-02-10 09:32:53
问题 How can I add new features to ODL Oxygen SR3 (0.8.3) as a Karaf module? For example, I downloaded the prebuilt ODL from the official page. Then I'd like to make the Toaster sample as a new module for Oxygen, it was created with command: wget -q -O - https://raw.githubusercontent.com/opendaylight/odlparent/master/settings.xml > ~/.m2/settings.xml mvn archetype:generate -DarchetypeGroupId=org.opendaylight.archetypes -DarchetypeArtifactId=opendaylight-startup-archetype -DarchetypeCatalog=remote

How to add new features to OpenDayLight Karaf?

点点圈 提交于 2021-02-10 09:32:50
问题 How can I add new features to ODL Oxygen SR3 (0.8.3) as a Karaf module? For example, I downloaded the prebuilt ODL from the official page. Then I'd like to make the Toaster sample as a new module for Oxygen, it was created with command: wget -q -O - https://raw.githubusercontent.com/opendaylight/odlparent/master/settings.xml > ~/.m2/settings.xml mvn archetype:generate -DarchetypeGroupId=org.opendaylight.archetypes -DarchetypeArtifactId=opendaylight-startup-archetype -DarchetypeCatalog=remote

How to add new features to OpenDayLight Karaf?

不羁的心 提交于 2021-02-10 09:32:37
问题 How can I add new features to ODL Oxygen SR3 (0.8.3) as a Karaf module? For example, I downloaded the prebuilt ODL from the official page. Then I'd like to make the Toaster sample as a new module for Oxygen, it was created with command: wget -q -O - https://raw.githubusercontent.com/opendaylight/odlparent/master/settings.xml > ~/.m2/settings.xml mvn archetype:generate -DarchetypeGroupId=org.opendaylight.archetypes -DarchetypeArtifactId=opendaylight-startup-archetype -DarchetypeCatalog=remote

Source code of the full OpenDaylight Integration Distribution Bundle

馋奶兔 提交于 2021-01-29 07:14:43
问题 My team is using OpenDaylight 0.11.0 as the basis for a SDN controller. I am wondering how that .tar.gz is built? I.e., is there a base project on github and a maven command that creates that .tar.gz file? I am finding so many different opendaylight related modules, features and code bases that I simply can't find the full source code from which the above noted tar.gz is built from. I am thinking it is a combination of many different opendaylight modules, however I am sure there is a parent

JBoss Fuse CXF-RS REST Issue - 'No services have been found'

笑着哭i 提交于 2020-08-05 14:14:12
问题 I'm creating a REST Service with Apache Camel and CXF-RS, using the following tutorial: https://www.javainuse.com/camel/apache_camel_rest_cxfrs I've set up the code as shown in the tutorial and followed the steps correctly. After building the Maven project, I have successfully been able to install the bundle on Apache Karaf, using the SNAPSHOT file created. (A new Bundle ID was created). When I run the command to 'start' the newly created bundle, it seemingly works with no errors being shown.

JBoss Fuse CXF-RS REST Issue - 'No services have been found'

旧城冷巷雨未停 提交于 2020-08-05 14:08:33
问题 I'm creating a REST Service with Apache Camel and CXF-RS, using the following tutorial: https://www.javainuse.com/camel/apache_camel_rest_cxfrs I've set up the code as shown in the tutorial and followed the steps correctly. After building the Maven project, I have successfully been able to install the bundle on Apache Karaf, using the SNAPSHOT file created. (A new Bundle ID was created). When I run the command to 'start' the newly created bundle, it seemingly works with no errors being shown.

script to run commands at start of apache karaf

久未见 提交于 2020-05-30 05:29:21
问题 When i run karaf, i need to install some features into it. For that i give commands like: install -s mvn:org.apache.derby/derby/10.8.2.2 feature:install jndi jpa transaction http I want to automate this thing as i want to start karaf by itself on reboot. I have read that i can start it on reboot by using wrapper:service. But next question to my mind is how will i give these commands. I have read that it can be done using etc/shell.init.script . But i am not able to understand examples given

Pre-programmed feature installs at apache karaf launch

无人久伴 提交于 2020-05-17 06:34:30
问题 I am working on an opendaylight project that uses apache karaf. At the start of the program, I need karaf to have some features installed. Currently (and this works) I manually type this into the shell and the features get installed: $ bin/karaf Apache Karaf starting up. Press Enter to open the shell now... 100% [========================================================================] Karaf started in 9s. Bundle stats: 409 active, 410 total ________ ________ .__ .__ .__ __ \_____ \ ______ __