Hi,
Forms are same as i am testing evaluation process given in installer. I have removed the earlier installation now and started a fresh setup. Here are the steps followed.
1. Extract the full installer jbpm-5.2.0.Final-installer-full.
2. Run ant install.demo.noeclipse (I already have helios in my local)
3. Run ant start.h2
4. Start jboss standalone instance directly. I am not using ant start.jboss script to start jboss.
5. Run ant start.human.task
6. Deploy Evaluation.bpmn(provided under jbpm-installer\sample\evaluation\src\main\resources) to Guvnor repository.
7. open http://localhost:8080/drools-guvnor/. Check the availability of evaluation process.
8. Use the option in process editor to generate human task forms. It generates two forms(please check screenshot with assets).
Note: I get below error when click on the second view source link(highlighted in screenshot)
XML Parsing Error: no element found
Location: http://localhost:8080/drools-guvnor/rest/packages/defaultPackage/assets/Performance%20Evaluation-taskform/source
Line Number 1, Column 1:
9. Now build default package.
11:24:05,211 INFO [stdout] (http--127.0.0.1-8080-3) INFO 29-12 11:24:05,196 (LoggingHelper.java:info:49) | Following assets have been included in package build: drools, defaultemailicon, defaultlogicon, WorkDefinitions, Evaluation, com.sample.evaluation-taskform, Performance+Evaluation-taskform, |
Package built successfully. Last modified on Thu Dec 29 11:24:05 GMT+530 2011)
10. Login Jbpm console with krisv user id. Refresh process view. No process are shown here.
2011-12-29 11:32:38,183 [DEBUG] GET: http://localhost:8080/gwt-console-server/rs/process/definitions
2011-12-29 11:32:38,233 [INFO ] Loaded 0 process definitions in 4 ms
Please suggest if I am missing something here.