[jboss-user] [JBoss jBPM] - Re: Token.signal() throws Exception from FieldInstantiator
SidKennedy
do-not-reply at jboss.com
Tue Nov 6 14:51:44 EST 2007
what do you mean with "full config of the specifc node "? the complete xml-structure of this node?
here is the action:
| <node name="modelling System with Ameos">
| <transition name="success" to="end1"></transition>
| <action class="myproject.JpdlExecutionInvoker">
| <Tool
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
| <Name>UPPAAL-Plugin-Tool</Name>
| <ParamList xsi:type="PLEclipsePlugin">
| <PluginID>
| anotherproject.uppaaltools
| </PluginID>
| <MethodClass>
| anotherproject.uppaaltools.action.StartAmeosAction
| </MethodClass>
| <Method>
| run
| </Method>
| </ParamList>
| <InputContainer>
| <DataRow ID="input"></DataRow>
| <Converter xsi:type="tDCConverter"></Converter>
| <Save xsi:type="tDCSaveJava" />
| </InputContainer>
| <OutputContainer>
| <DataRow ID="input"></DataRow>
| <Converter xsi:type="tDCConverter"></Converter>
| <Save xsi:type="tDCSaveJava" />
| </OutputContainer>
| </Tool>
| </action>
| </node>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102330#4102330
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102330
More information about the jboss-user
mailing list