Issue Details (XML | Word | Printable)

Key: WF-396
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Hani Suleiman
Reporter: Sébastien Launay
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OSWorkflow

Limitation while inheriting MySQLWorkflowStore

Created: 31/May/05 04:07 AM   Updated: 31/May/05 05:51 AM
Component/s: Persistence Layer
Affects Version/s: 2.8
Fix Version/s: 2.8

Environment: Debian GNU/Linux 3.1 i386


 Description  « Hide
I want to inherit MySQLWorkflowStore in order to use MySQL and a pool connection from Cocoon and not JNDI. Furthermore, all parameters of the structure of the database will be hard-coded.
These parameters are protected in JDBCWorkflowStore, but the problem is they are private in MySQLWorkflowStore.
So, i can not set them in "void init(Map props)" because i do not want to use JNDI, so i can not change the map of properties and call super.init(newprops) of MySQLWorkflowStore.

Finally, i just want the parameter of database structure of MySQLWorkflowStore to be protected.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.