To use a JDBC Data Source Adapter, according to the Forms Builder User Guide, one has to define the JDBC connection properties in a file, jdbc_AdapterName.properties. This file should go under WEB-INF/classes.
However, how does this work with pure Taskspace applications? There is no Web application (WAR file) to deploy. Where is one supposed to put the jdbc properties file??