-1

I continue to get a error saying:

Error trying to load driver: com.microsoft.sqlserver.jdbc.SQLServerDriver : Cannot load class 'com.microsoft.sqlserver.jdbc.SQLServerDriver':
Class 'com.microsoft.sqlserver.jdbc.SQLServerDriver' has no package mapping for region 'domain/default/app/s-claims'

I have the dependency for it in my pom.xml:

<dependency>
    <groupId>com.microsoft.sqlserver</groupId>
    <artifactId>mssql-jdbc</artifactId>
    <version>6.2.2.jre8</version>
</dependency>

I also have the shared library in the pom:

<sharedLibrary>
    <groupId>com.microsoft.sqlserver</groupId>
    <artifactId>mssql-jdbc</artifactId>
</sharedLibrary>

When trying to connect directly to SQL Server using the same credentials, I am successful.

I am fairly new to Mulesoft so It could be something simple I am missing. Does anyone have any ideas?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
aquile hollins
  • 161
  • 1
  • 8

1 Answers1

0

Apparently there was just a issue with the studio. I didn't change anything and tested my connection again and it worked after redeploying.

aquile hollins
  • 161
  • 1
  • 8