Hi ,
I am trying to get hold of the JDBCDataSource on Atlassian SDK
<jira.version>7.2.2</jira.version><amps.version>6.2.11</amps.version>
using the below API , but I get a NULL
JdbcDatasourceInfo jdbcDatasourceInfo = new DefaultOfBizConnectionFactory().getDatasourceInfo().getJdbcDatasource();
However the JNDI Datasource works
DefaultOfBizConnectionFactory().getDatasourceInfo().getJndiDatasource()
Seems like a SDK issue . works when I change JIRA & amps version to the one below
<jira.version>6.3.1</jira.version>
<amps.version>5.0.3</amps.version>
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.