Bugzilla – Bug 5256
Persist DS information to a database.
Last modified: 2007-06-05 09:57:04
You need to log in before you can comment on or make changes to this bug.
Possible enhancement in support of bug 5255. This is an example of how DelegationResource.java might be modified to write persistent data to a database. This is needed to allow RFT to shared work between multiple containers. This code currently hard codes reference to the mysql database that was used for testing. This should be removed and changed to support a JNDI lookup.
Created an attachment (id=1368) [details] Changes to DS code Possible changes to DelegationResource.java to persist data to DB.
Created an attachment (id=1369) [details] DB schema Schema to allow DS data to persist to DB.