[jboss-user] [jBPM] New message: "JBPM Console Error: "No UI associated with PROCESS ...""

Richard Clayton do-not-reply at jboss.com
Thu Mar 11 18:05:45 EST 2010


User development,

A new message was posted in the thread "JBPM Console Error: "No UI associated with PROCESS ..."":

http://community.jboss.org/message/531512#531512

Author  : Richard Clayton
Profile : http://community.jboss.org/people/richard.clayton

Message:
--------------------------------------------------------------
Hi all,
 
I was hoping someone could help me with a little problem I'm having with deployments.  I've created a Servlet that allows authenticated users to upload Workflow definitions using a zip file.  The Servlet extracts the contents of the zip file and then creates a new deployment, adding each extracted file as resource for the deployment.  Instead of adding resources using the "addResourceFromClasspath" method, I am using the "addResourceFromFile" method.
 
This method of deployment is working pretty decently, unfortunately, if I add Freemarker templates, I am not able to use them in the JBPM Console.  Everytime I start a new instance of a Process Definition, I get a "No UI associated with PROCESS ..." from the BPM Console.  When I go to the database, I can verify that the template exists as a BLOB and is associated with the right process definition id.
 
I'm curious if there is some special way I'm supposed to reference this file?  Currently, I'm just refering to the file by name:
 
 
 
 
Is there some other way I should be refering to this template file?
 
Thanks,
 
Richard

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/531512#531512




More information about the jboss-user mailing list