Not only is that awkward but its what the current gpd does.

I did try your suggestion, it made the red underline go away but it didn't 
deploy, got a -1 for process version.

..this is what I tried

  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <process-definition
  |   xmlns="http://jbpm.org/3/jpdl";  
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  |   xsi:schemaLocation="http://jbpm.org/3/jpdl 
http://jbpm.org/xsd/jpdl-3.0.xsd";
  |   name="Part_Workflow_1">
  |    
  |    <start-state name="Start Part Project">
  |       <task>
  |          <controller>
  |                             <variable name="manuf_part_number" 
mapped-name="Manuf. Part Number" />
  |                             <variable name="manuf_part_description" 
mapped-name="Manuf. Part Description" />
  |                             <variable name="vendor_name" 
mapped-name="Vendor Name" />
  |                             <variable name="vendor_part_number" 
mapped-name="Vendor Part Number" />
  |                             <variable name="sourcing" mapped-name="Sourcing 
Type" />
  |                             <variable name="owner" mapped-name="Owner" />
  |                     </controller>
  |       </task>
  |       <transition name="tr1" to="task1"></transition>
  |    </start-state>
  |    <swimlane name="compliance manager">
  |                     <assignment 
class="com.regutrack.rohsbud.assignment.GenericAssignmentHandler" />
  |   </swimlane>
  |    
  |    <task-node name="task1">
  |       <transition name="tr1" to="end1"></transition>
  |    </task-node>
  |    
  |    <end-state name="end1"></end-state>
  | 
  | </process-definition>
  | 
Also, seems you can't do a simple assignment expression like in the websale 
exaample.  You get the red underline which complains that 'assignment' requires 
a "class" property.  Again the gpd guides you right into this error.

I still love jBPM, lets get this stuff ironed out.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909645#3909645

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909645


-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to