Questions tagged [apache-aries]

The Aries project consists of a set of pluggable Java components enabling an enterprise OSGi application programming model.

The Aries project consists of a set of pluggable Java components enabling an enterprise OSGi application programming model. This includes implementations (and extensions) of the following Enterprise OSGi specifications:

  • Blueprint Specification
  • JTA Transaction Services Specification
  • JMX Management Model Specification
  • JNDI Services Specification
  • JPA Service Specification
  • Service Loader Mediator Specification
  • Subsystem Service Specification

http://aries.apache.org/

6 questions
2
votes
1 answer

OSGI bundle status grace period

I am trying to install two bundles on Karaf. For one of the bundle i am getting error and when I see the bundle:diag i got below message. It is the same thing compaining in logs also. Similar kind of bundle already deploy and it has the same…
Kiran
  • 839
  • 3
  • 15
  • 45
0
votes
1 answer

Apache Mina Integration With Aries blueprint have problem

https://mina.apache.org/mina-project/userguide/ch17-spring-integration/ch17-spring-integration.html the user guide of the link, it wrote it works for all DI frameworks. but The following error occurs when injecting through the Aries Blueprint and is…
0
votes
1 answer

During the migration of a project using spring DM to Aries Blueprint, there is a problem that the bean property value cannot be properly converted

i'm doing migrate spring-DM to ariesblueprint using java11 and karaf 4.2.14 In the meantime, aries blueprint faced the problem of not finding the appropriate converter for the value of context.xml, which defined the defaultLocalAddress of Apache…
cocoz
  • 5
  • 3
0
votes
0 answers

camel route with sql endpoint and jpa

I have an Order and it has two type of todo tasks. There is as table where new todo entries are inserted. Camel route read todo entries and process it and with help of jpa(hibernate) and processing result is stored in database and todo entries are…
anna
  • 265
  • 1
  • 3
  • 17
0
votes
1 answer

Issue Deploying to Fuse Fabric with Websphere Connections

(NOTE: Here is a link with the attachments) I am having an issue where a Camel Flow runs correctly in the Jboss Developer Studio but will not correctly deploy to a standalone instance of Fuse. I have attached the application below. I have added the…
M. Swenson
  • 61
  • 8
-2
votes
2 answers

Why third party dependency is required exclusively from OSGi container even if I have it in my maven dependencies?

I want to know why OSGi do not respect the maven dependenceis. I want to create one app in OSGi(AEM). I want to communicate(CRUD) to the database with the help of JPA(eclipselink). I created maven project with aem-archetype. Added all required…
anubhs
  • 566
  • 1
  • 8
  • 26