내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

MSSQL OSGI driver bundle

Avatar

Level 7

 

This is another request for help with MSSQL driver bundle.  Microsoft's 6.2 driver is officially out of support for MSSQL 2019.  It's the only driver that seems to work without modification - it's already bundled in OSGI.  

 

We've installed the latest driver and 7.4 without success.  We've tried to create our own bundle without success.  The general problem is below:

crich2784_0-1660146905582.png

 

As much as I like the old proverb - 

 
“If you give a man a fish, you feed him for a day. If you teach a man to fish, you feed him for a lifetime.” 
 
I'd just like to eat today.  Can anybody share a current MSSQL driver that works without error in AEM?  My customer cannot go to production with an unsupported driver.
1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

@crich2784 from the bundle status it seems dependency org.osgi.service.jdbc bundle is missing.

can you please try installing this bundle jar [1] along with mssql driver. 

[1] https://mvnrepository.com/artifact/org.osgi/org.osgi.service.jdbc/1.0.0 

원본 게시물의 솔루션 보기

6 답변 개

Avatar

Employee Advisor

@crich2784  checking internally

Avatar

Level 7

@Mayank_Gandhi it would be awesome if you could find one laying around.  Thank you for looking.

Avatar

Employee

@crich2784 What is the use case that you are working? What feature of AEM Forms you are trying to use?

Avatar

Level 7

I'm not sure what you mean . . . we're trying to use the MSSQL JDBC driver to assess Microsoft SQL Server from AEM.  Did I make it sound too complicated?  It's just database access with supported drivers.

Avatar

정확한 답변 작성자:
Employee

@crich2784 from the bundle status it seems dependency org.osgi.service.jdbc bundle is missing.

can you please try installing this bundle jar [1] along with mssql driver. 

[1] https://mvnrepository.com/artifact/org.osgi/org.osgi.service.jdbc/1.0.0 

Avatar

Employee Advisor

@crich2784 use the eclipse plugin development feature to get rid of not required dependency, for whatever is left you can download the jar and upload it on the bundle's page directly.

 

https://www.eclipse.org/virgo/documentation/virgo-documentation-3.7.2.RELEASE/docs/virgo-tooling-gui...