Questions tagged [enroute]
13 questions
3
votes
2 answers
How to start with OSGi
In my working place, they asked to me to learn the OSGi framework and to decide what is the best approach to work with it.
In the last two weeks, I surfed the web and I discovered a lot of different approaches to work with OSGi, for example, I found…

Sarcares
- 57
- 1
- 2
- 11
2
votes
1 answer
Extremely long response time with graph_from_place OSMNX
I'm trying to download the map of Mexico to avoid querying using save_graphml and avoiding long response times in the graph_from_place, but I've already left this code running for almost six hours and absolutely nothing happens.
import osmnx as…
2
votes
1 answer
Using environment variables in OSGI configuration files
We are using OSGI enRoute (https://enroute.osgi.org/), and would like to include environment variables within our configuration.json files.
The idea is to then assign values to these environment variables within Dockerfile for subsequent deployment…

Randy Leonard
- 655
- 7
- 21
1
vote
0 answers
getTaskManager().getTask() in Glympse EnRoute API returning 0
I am using EnRoute Api and Glympse server to store tasks for agents for my application. I am able to log in with credentials. However, when I am trying to show all the tasks on my table view cells using this
func tableView(_ tableView: UITableView,…

Sid
- 11
- 3
1
vote
0 answers
OSGi enroute : How to use MySQL instead of default H2
I am studying OSGi, and when I use OSGi enroute code template I have an issue with database connection.
I am trying switch to use MySQL but it seems not work.
It works fine with default H2 configuration.
{
":configurator:resource-version": 1,
…

Vick Le
- 11
- 2
1
vote
1 answer
OSGI external configurator folder not loaded
Based on Configurator Specification in OSGI Compendium we can specify configuration using json files.
It is also mentioned that default config location can be changed from OSGI-INF/configurator to other places using…

Yazid
- 108
- 3
- 12
1
vote
1 answer
Configuring OSGI Enroute REST application to allow async requests
I am currently trying to configure a REST application to enable Server-side events to be sent to a client using EventSource. Currently I am running into an IllegalStateException when attempting to open an asynchronous connection to a REST request…

Jaedabee
- 45
- 7
1
vote
1 answer
Strings in OSGI Enroute DTOs are 'compressed'
My current task is to build an application using OSGI Enroute (http://enroute.osgi.org/) and Angular (though we elected to use Angular2/4 instead of the bundled AngularJS).
So far so good. I have a REST Java application which is responding to…

Jaedabee
- 45
- 7
1
vote
0 answers
How to set up Blueprint Gemini 2.0.0 with BndTools 3.3.0 (enRoute)?
I'm fascinating about OSGi enRoute's and BndTool's concepts of implementing apps. But I got stuck trying to use Blueprint Gemini. Please someone help me.
Question
How to get run a BndTools-based OSGi app with Blueprint Gemini 2.0.0?
My problem
I'd…

OrangeJuice
- 11
- 3
1
vote
1 answer
can not find osgi.enroute.iot.pi.provider dependency
I am trying to do this tutorial
http://enroute.osgi.org/tutorial_iot/120-exploring.html
but I have got a problem with:
osgi.enroute.iot.pi.provider
package is not find so I can resolve bndrun dependencies:
Unable to resolve <>…

negstek
- 615
- 8
- 29
1
vote
1 answer
A Docker image for running enRoute OSGi framework?
I want to try and run enRoute inside a Docker container but cannot seem to find any Docker images. Can anyone suggest the location of an image?

XOXO
- 379
- 2
- 8
0
votes
0 answers
I can't acces with public ip to my server from my LAN
I have a server in my house. I requested a public IP to my internet provider. I activated the port forwarding, and magic I can access to my server from any internet connection, but...I cannot access if I'm connected to my LAN.
I cannot access to my…

j.barrio
- 1,006
- 1
- 13
- 37
0
votes
0 answers
How to setup for BND project starting with enRoute to run on ApacheFelix and OSGI 6?
I have tried to follow on the tutorials from enRoute and then customize them for OSGI 6.
I have a top project that is a generated as enRoute project and it has the enRoute dependencies and bnd maven plugins.
I have added extra dependencies :…

Belun
- 4,151
- 7
- 34
- 51