Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Using default JDBC driver on Websphere
sstricklan
When I deploy a BIRT report, I am required to have my JDBC driver location identified in the .rptdesign.
<data-sources>
<oda-data-source extensionID="org.eclipse.birt.report.data.oda.jdbc"
name="e-forms xxx00099t11" id="735">
<property
name="odaDriverClass">com.microsoft.sqlserver.jdbc.SQLServerDriver
</property>
<property name="odaURL">jdbc:sqlserver://xxx00099t11</property>
<property name="odaUser">myUserid</property>
<encrypted-property name="odaPassword"
encryptionID="base64">yZWFkZ=
</encrypted-property>
</oda-data-source>
I would rather have websphere 6.1 manage the driver location. How do I do this?
Skip
Find more posts tagged with
Comments
Virgil Dodson
Hi Skip,
Instead of hardcoding the location of the JDBC driver info, you can pass in a JNDI URL and BIRT will use the connection from your JNDI connection pool. You can also use the property binding tab in the data source to modify the connection info at runtime using parameters.