Issue integrating AEM application with Orient DB | Community
Skip to main content
RitendraS11
Level 4
July 6, 2017
Solved

Issue integrating AEM application with Orient DB

  • July 6, 2017
  • 2 replies
  • 1057 views

Hi All,

I am creating an AEM application, which needs a database for storage of bulk data. I have used OrientDB as the database.

OrientDB has JAVA APIs for doing operations on any data(insert/select/delete etc.)

As per documentation, I have added the below dependency in my Application's POM file:

<dependency>

     <groupId>com.orientechnologies</groupId>

     <artifactId>orientdb-client</artifactId>

     <version>2.2.18</version>

</dependency>

<dependency>

     <groupId>com.orientechnologies</groupId>

     <artifactId>orientdb-community</artifactId>

     <version>2.2.18</version>

</dependency>

Here, after building the Application, I am getting the error in bundles as some of the components are not resolved.

In order to resolve the errors, I have installed few more jar files directly from OSGI console. Here, the issue is few more jars are coming in RED as "cannot be resolved".

My query is if anyone has integrated OrientDB with AEM application, please let me know the steps. Also, I wanted to use JAVA API of OrientDB.

Thanks in advance!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by RitendraS11

Bundle issues has been resolved now. I have used the latest JARs from maven repository.

Please refer this thread for morer info: Facing issues in bundle resolution

2 replies

kautuk_sahni
Community Manager
Community Manager
July 7, 2017
RitendraS11
RitendraS11AuthorAccepted solution
Level 4
July 11, 2017

Bundle issues has been resolved now. I have used the latest JARs from maven repository.

Please refer this thread for morer info: Facing issues in bundle resolution