Hello,
I am in the process of installation of TobFLow. I have two issues:
1- I have imported the source code into Eclipse, and using Eclipse Maven plug-in have resolved all the dependencies. However, there is one compile error that still remains:
The type org.apache.hivemind.impl.BaseLocatable cannot be resolved. It is indirectly referenced from required .class files
The error comes from "package com.audaxis.tobflow.tapestry.page;" and class "public abstract class ProtectedPage extends BasePage implements IErrorProperty, PageValidateListener"
2- I have made the war file (despite having the above error) and trying to deploy into Tomcat 5.5. I have installed MySQL and created the tables using the script tableScript.sql. During the deployment, I get the following error:
Unable to read properties from the datasource; nested exception is java.sql.SQLException: Table 'tobflow.applparam' doesn't exist
I've checked the tableScript.sql and there is no table 'aaplparam', wondering there is a script to create this or any other solution?
I would appreciate your comments on how to resolve above issues.
In addition, the installation documentation does not describe how to install the web application starting from the source code. If this is provided, this would help in higher number of installation and test of your excellent work.
Hamid Motahari