Cool, thanks, I edited the page a little for readability. Some small remarks: What you did now is extend the jbpm core in such a way that you have to manually change this each time a new jbpm core comes out. It can be done in a non-intrusive way.
What you can do is just turn of validation on the server side when parsing processdefinitions (I don't know by hart how to do this) and runtime read the processdefinition from the database. It is a string then which can be converted to an xml document and custom attributes can be read. I'll try and find more on this tonight and add it to the wiki View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031498#4031498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031498 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
