I follow user manual C.2 Sample application,6 hours to get up wfmopen 1.1 sample application , you got problem using “ML” to login? Just follow these steps:
WARNING: First, I use Jboss 3.2.5 with wfmopen 1.2. I can’t login using “ML”, meanwhile, Jboss throw lots of exceptions continuely. I found that Jboss 3.2.5 itself has a bug when using MQ serviece(JMS). Wfmopen need MQ service support, so this bug could cause the problem. Otherwise, unproperly set login-config.xml file and uninitial database could also cause the problem as Michael said previously. So Jboss 3.2.5 don’t work, try Jboss 3.2.3.
Step 1: unzip Jboss 3.2.3
Step 2: uncomment <connection-url>jdbc:hsqldb:hsql://localhost:1701</connection-url>in $JBOSS_HOME/server/default/deploy/hsqldb-ds.xml and comment all other <connection-url>-tags
Step 5: make sure you insert the fragment $DIST/lib/wfdemo/login-config.xml.insert before the last </policy> tag of $JBOSS_HOME/server/default/conf/login-config.xml( I got wrong when I simply append everything after $JBOSS_HOME/server/default/conf/login-config.xml )
Step 6: try wfmopen 1.1 in case of wfmopen 1.2 don’t work.