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!
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
There is no OOTB for this and nor do i have seen AEM-OrientDB use-case in this community.
But having said that, See these Helpx, this will help you to create a custom services:
1. Adobe Experience Manager Help | Persisting Adobe Experience Manager data in a relational database
2. Adobe Experience Manager Help | Creating an Adobe Experience Manager web application that uses MySQL
4. Adobe CQ/Adobe AEM: How to Connect to External Data Source (Teradata / MySQL / Oracle) in CQ / AEM
It also covers to convert JAR to OSGI.
~kautuk
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies