ok, guys

this problem is really getting annoying me! I did a *clean* installation:
- Eclipse 3.2.2, running on JRE 1.5.0_11
- gpd 3.0.13
There no other plugins installed on my clean installation. I installed this gpd 
plugin as told in the readme.html file. Result: is still freezes!

Here is my processdefinition.xml which I try to save:

<?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="Default">
  |   <start-state name="start">
  |     <transition name="success" to="SendErrorMail"/>
  |   </start-state>
  |   <end-state name="end1"/>
  |   <node name="SendErrorMail">
  |     <action class="actor.server.jbpm.actions.util.SendMail" 
config-type="bean">
  |          <from>[EMAIL PROTECTED]</from>
  |          
<recipientSystemProperty>actor.sendMail.recipient</recipientSystemProperty>
  |          <subject>Error: Default workflow started</subject>
  |          <text>A Default workflow was started. This is an error condition. 
Please check the logs.</text>
  |       </action>
  |     <transition name="success" to="end1"/>
  |   </node>
  | </process-definition>

I tried every gpd version from 3.0.9 to 3.0.13 with the same freezing result. 
Something's just still wrong here and I don't understand why JIRA issue GPD-49 
has been closed...

Best regards


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044249
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to