Workflow Persistence Problems Part II
"Rod Macpherson" <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.devel |
|---|---|
| Message-ID | <[email protected]> |
As mentioned, the EJB persistence in OSWorkflow was fine except that the OSUser module was still using the in-memory persistence. I checked out OSUser and changed the osuser-defaults.xml to use the EJB persistence and then updated the old jaws.xml file (in the same package) to point to my database. JBoss loaded that EJB jar without complaint so it looks like it is backward compatible with the old descriptors and everything loaded. So far so good... The problem is the following tables were created sans underscore: OSUSER, OSGROUP and OSMEMBERSHIP. There are underscores in the osuser tables that my current osworkflow is looking for. Did these change and if so does this mean we must use the osuser.jar that is packaged with the osworkflow HEAD?