Hello, Thanks for your answer. I've once process definition deployed. i do with eclipse.
and now, i'm trying of create the program for execute, i want do it from a bean, and i don't understan how take a definition process because, i found three ways: - using a parsexml... where i pass a string like "myprocess.par/processdefinition.xml" , this way, i think works when had the definition file in the same package of my class, it's right this? - getting a list of definition process deployed, with a graph session, but here need jbpm.properties in the package, yes?? - or using ProcessDefinition method, what this need a parameter (i don't remember now which it's). before this, it's necesary begin a jbpmsession with the method with the same name, and then can use ProcessInstance, at which can receive by parameter a ProcessDefinition object). It's right this steps?? how can i take the process definition what i want exec? some it'smissing? if you have a example, a lot of persons will be very gratefull :D thanks in advance!! Katador. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919727#3919727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919727 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
