I wanted to create jirra issues for these problems but for some reason every time I try to
create a user account I get a message saying something like "You are not authorized
to create users".
The minimum process definition for all the issues would be something like this:
<?xml version="1.0"?>
|
| <process-definition name="Movie" version="11">
| <start-state name="Start">
| <transition to="Get MPEG Properties" />
| </start-state>
| <node name="Get MPEG Properties">
| <action class="SomeActionHandler"><send>010901</send>
| <keys>
| <entry>
| <key>VarName</key>
| <value>1122</value>
| </entry>
| </keys>
| <receive>
| <element>030101</element>
| <element>030102</element>
| </receive>
| </action>
| <transition to="End"/> </node>
| <end-state name="End" />
|
Other issues that I've noticed with nested config infor elements are:
1- ConfigInfoElementDomAdapter class needs to defined the getNodeTypes() method and return
"configInfoElement" as one of its possible types.
2- ConfigInfoElement.getConfigInfoElements() always throws a class cast exception. The
method is trying to cast from an object[] to a ConfigInfoElement[]. Instead we should cast
each object in the array individually and copy it to the resultant array.
All of these issues have to do with nested config info elements. Koen I know how
development efforts go but is it possible you could give me a ballpark figure of when
these issues might be adressed. I am runningon a deadline and it would help me out a great
deal in my planning. Btw I tried getting past these issues by extending the model class
and the Dom Adapter class for ConfigInfoelement but its being (understandably)
instantiated directly in the XmlAdapterFactory.
Thanks,
Imran
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071306#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...