Alejandro Guizar [http://community.jboss.org/people/alex.guizar%40jboss.com] replied to the discussion
"JBPM-2537"
To view the discussion, visit: http://community.jboss.org/message/541871#541871
--------------------------------------------------------------
I reviewed the patch today. It looks OK; however, since timer expiration is mostly a special case of cancel, expiration, cancellation and any other form of premature task termination can be handled through a single cancel(outcome, state) method. I have attached a new patch to https://jira.jboss.org/jira/browse/JBPM-2537 JBPM-2537. Let me know what you all think.
On a different topic, I am not quite happy with the addition of the TimedActivityBehaviour interface and Execution.signal(String, boolean) method just to deliver a timer expiration signal. It should be possible to do it through the existing ExternalActivityBehavior and Execution.signal(String, Map) by passing a special parameter that indicates the cancellation state ("cancelled", "expired" or any other). I'm going to explore this path next week.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/541871#541871]
Start a new discussion in jBPM Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Ron Miller [http://community.jboss.org/people/RonnieRockit] replied to the discussion
"Problem Signaling a Waiting Execution"
To view the discussion, visit: http://community.jboss.org/message/541855#541855
--------------------------------------------------------------
The question I have is ?Where 's the best place to signal a state node to continue when you have a registered EventListener. Since the argument to pubilc void notify(EventListenerExecution execution) methodis an Execution. Can you call execution.signalExecution(execution.getId)
from inside the EventListener. The documentation says that the best ways to signal the process to contine
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/541855#541855]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Aaron Kirley [http://community.jboss.org/people/arkmobile] created the discussion
"Invalid byte 1 of 1-byte UTF-8 sequence"
To view the discussion, visit: http://community.jboss.org/message/541851#541851
--------------------------------------------------------------
I've come across the strangest error with my JBossWS client. See Below:
14:15:06,444 ERROR [JBossXSErrorHandler] JBossWS_fedex.com_ws_track_v41408861076971093595.xsd[domain:http://www.w3... byte 1 of 1-byte UTF-8 sequence.
14:15:06,444 INFO [STDOUT] Parser should stop: JBossWS_fedex.com_ws_track_v41408861076971093595.xsd[domain:http://www.w3... byte 1 of 1-byte UTF-8 sequence.
I used wsconsume to create the stubs from the WSDL (see attached) and now when i submit requests i get the above error.
wsconsume command:
wsconsume -k -s C:\Development\wsdl\generated_stubs -o C:\Development\wsdl\generated_classes -p com.fedex.track.stub C:\development\wsdl\TrackService_v4.wsdl
Searching goodle turned up little useful information so i'm wondering if it is possible that there is a problem with the generated stubs? I can attach my client code too if that woudl be helpful but there is nothing special going on in the client.
Any help would be greatly appreciated.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/541851#541851]
Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Brian Blasko [http://community.jboss.org/people/bblasko] created the discussion
"How to extend ESB editor with custom actions"
To view the discussion, visit: http://community.jboss.org/message/541843#541843
--------------------------------------------------------------
We have developed a set of custom actions for use in the ESB. We would like to be able to extend the ESB editor and add a new section to the New->Actions context menu an provide appropriate forms for entering the configuration data.
A bit of digging and it appears these are modelled using the .meta files in the core plugin and there is an extension point for this. Is there any documentation on how to use this extension if in fact this is the right path to take?
Any suggestions would help.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/541843#541843]
Start a new discussion in JBoss Tools Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Arbi Sookazian [http://community.jboss.org/people/asookazian] created the discussion
"cloning server config in Eclipse for next workspace"
To view the discussion, visit: http://community.jboss.org/message/541837#541837
--------------------------------------------------------------
Is there an easy way to export (or replicate) the VM args in the Eclipse edit launch configuration for JBoss servers? We create a new workspace for each JIRA issue so this makes it more difficult or time-consuming to setup the VM args every time for JRebel. Does eclipse or JBT have a clone workspace feature or clone server config feature? Some metadata will not apply to the new workspace (i.e. projects will be different, plugins may be different, etc.) so maybe this won't work. thx.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/541837#541837]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]