>From the JetSpeed site there is a tutorial that talks about a tasklist example.
In example it says that from the JetSpeedResource.properties file you can
include another properties file like:
include = TaskListResources-JDBC.properties
In this file you would have things like:
# Service configurator class
tasklist.impl.class=org.apache.jetspeed.modules.actions.portlets.JdbcServiceConfigurator
# Database properties for JDBC type
tasklist.database.url=jdbc:HypersonicSQL:${webapp.dir}/WEB-INF/taskdb/hsql/tasklist
tasklist.database.user=sa
tasklist.database.password=
Is this still a valid example?
If it is, how is the driver specified?
How then would you access this in your portlet?
Thanks
Pat
Thanks
Pat
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>