Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to setup my REST services jobs to use JDBC connection pooling when deployed on Talend ESB runtime (Karaf).
I've followed the instructions in the documentation guide here
From the docs I've run the following:
Now, I have a job that sets the data source alias on my MSSQLServerConnection:
But when I deploy my job, the bundle stays in "GracePeriod" state.
When I look at the logs I see that the job is waiting on a dependency with the following error message:
2017-05-04 18:25:59,919 | INFO | ool-491-thread-1 | BlueprintContainerImpl | 16 - org.apache.aries.blueprint.core - 1.6.1 | Bundle demo.rest1/0.5.0.SNAPSHOT is waiting for dependencies [(&(osgi.jndi.service.name=ds-sqlserver)(objectClass=javax.sql.DataSource))]
What's the dependency feature that needs to be started??
I'm feeling Karaf has not started the ds-sqlserver connection pool!!!
Hi @Brian Johnson
Used your instructions above to install connection pooling for a SQL Server instance running the Talend Runtime 7.3.1 Open Source.
So helpful
Thanks
David