blueprint-osgi Questions
2
Solved
I'm new to Apache Camel. I'm trying to send an exchange from a java method to a route but it gives me "Caused by: org.apache.camel.component.direct.DirectConsumerNotAvailableException: No cons...
Frontwards asked 28/9, 2019 at 15:45
1
I am moving from maven-bundle-plugin which provided the "convenient" configuration using Embed-Dependency, but it appears i need to specify my Embed Dependency "manually" in bnd format when using t...
Insurrection asked 5/11, 2019 at 19:27
5
I am using windows batch file to call a Pentaho Data integration job, intermittently, the job gets hung indefinitely.
The error message in Pentaho logs is as below :
06:43:37,951 ERROR [Blueprin...
Coprolalia asked 18/4, 2017 at 7:0
1
Is there an Eclipse plug-in which specifically supports editing Blueprint XML files? E.g. autocomplete reference ids, interface names, etc.
Besought asked 16/4, 2012 at 14:15
1
Solved
I am creating routes dynamically using a custom processor listening to a "control route". It creates the routes depending on the message content which is sent to the control route. It is used to dy...
Taveda asked 18/2, 2015 at 13:22
2
Solved
I am searching for a security framework that allows role based security for OSGi services as well as CXF webservices.
Some time ago I already used spring security but as we now switched to blueprin...
Averill asked 31/3, 2013 at 11:43
5
I am a little bit confused about Blueprint and Spring DM:
From what I think is true:
Spring DM is a framework defined by Spring Source
Blueprint is a framework defined by the OSGi Alliance
Blue...
Shedevil asked 4/4, 2012 at 9:53
2
Solved
I am trying to import an OSGI blueprint XML file in to another OSGi blueprint XML file.
e.g.:
blueprint1.xml:
<?xml version="1.0" encoding="UTF-8"?>
<blueprint ....>
<bean id="myB...
Krummhorn asked 6/8, 2012 at 10:48
2
Are there any good/best practices regarding the combination of Spring configuration and OSGi Blueprint (e.g. Gemini Blueprint)? Which XML files do you use? Where do you put them in your OSGi bundle...
Modica asked 4/12, 2012 at 13:0
1
Solved
I use osgi and blueprint, i search how to read file in my bundle?
Such as :
mybundle
file.json
OSGI-INF/blueprint/blueprint.xml
WEB-INF
*
I want read file.json in myservice.
Burgenland asked 6/5, 2013 at 15:8
4
The new R4.2 spec for OSGi describes the Blueprint service, for dependency injection and service wiring.
Does Blueprint replace Declarative Services (which is still part of the spec, as well),
or ...
Briton asked 19/10, 2009 at 6:43
1
I am using an ActiveMQ blueprint to setup a JMS Connection Pool.
I also use Camel to service some functionality.
I use the org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer to allo...
Thordia asked 11/3, 2013 at 2:55
1
Solved
I have written an entitity class with Field LoginId and Password.
Iam encrypting the passwrd and stoiring it in the db using the AES_ENCRYPT.
I want to retrive only the password which is decrypte...
Threadfin asked 24/12, 2012 at 14:31
2
i have a requirement where i need to reload my osgi bundles 4 times a day . Reloading a bundle means recreating static instance Beans , reloading camel routes , recreating and injecting thread pool...
Hydrocortisone asked 18/4, 2012 at 4:59
1
Solved
In blueprint.xml, I declare an optional dependency this way:
<reference id="RepositoryListener"
interface="ru.focusmedia.odp.server.datastore.api.RepositoryListener"
availability="optional" /...
Foreground asked 29/5, 2012 at 6:25
1
© 2022 - 2024 — McMap. All rights reserved.