You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the init()-method on a AtomikosDataSourceBean-instance a com.atomikos.jdbc.internal.AtomikosSQLException might be thrown, but that package is not correctly exported for OSGi.
To Reproduce
TransactionsEssentials 5.0.9
Additional context
The package should be added to Export-Package in osgi.bnd, or the AtomikosSQLException could be moved to a package which is correctly exported.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the init()-method on a AtomikosDataSourceBean-instance a com.atomikos.jdbc.internal.AtomikosSQLException might be thrown, but that package is not correctly exported for OSGi.
To Reproduce
TransactionsEssentials 5.0.9
Additional context
The package should be added to Export-Package in osgi.bnd, or the AtomikosSQLException could be moved to a package which is correctly exported.
The text was updated successfully, but these errors were encountered: