Ah... I forgot to escape the xml tag. Thanks Ronald. ;-) Here is the complete steps.
1. Download the JBoss Identity IDM 1.0.0.Beta1 from here http://repository.jboss.com/maven2/org/jboss/identity/idm/jbossidm/1.0.0.Beta1/jbossidm-1.0.0.Beta1.zip . (Sorry for that didn't put this distribution into the download page yet, will do it in the future). 2. Extract the zip ball, update the build.properties file, to config your database, jboss.home etc. 3. Go to the jboss folder, run: ant install.jbossidm.into.jboss to install the jbossidm. 4. Go to the JBoss AS (which jbpm 4.1 was deployed to)/server/$config (like default)/deploy/jbpm/jbpm-service.sar/jbpm.cfg.xml Replace the <import resource="jbpm.identity.cfg.xml" /> with <import resource="jbpm.jboss.idm.cfg.xml" /> 5. Start the AS server, you should be ready to go. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256879#4256879 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256879 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
