Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How to Manually Package JDBC modules into Adobe Experience Manager forms EAR files(secure datasource)

Avatar

Level 2

I am trying to run the AEM forms configuration using the CLI but I am not able to perform the secure datasource step with CLI since CLI does not support this operation , Can someone please share the manual  process to package the JDBC modules in to the AEM EARS .

1 Accepted Solution

Avatar

Correct answer by
Level 3

Probably one of the fastest ways to create the file you need is by using Eclipse to just create a plugin:

CQ-OPS - How to Turn a JDBC Driver JAR into an OSGi Bundle...

Which driver are you looking for?

View solution in original post

3 Replies

Avatar

Level 10

When working with database driver file in Experience Manager, you need to wrap the database driver file into an OSGi bundle and deploy.

Avatar

Level 2

do we need to bundle the OSGI ear with jdbc drivers manually? to achieve this

Avatar

Correct answer by
Level 3

Probably one of the fastest ways to create the file you need is by using Eclipse to just create a plugin:

CQ-OPS - How to Turn a JDBC Driver JAR into an OSGi Bundle...

Which driver are you looking for?