[jboss-user] [jBPM Users] - Re: jBpm 3.2.6GA - ERROR [GraphSession] org.hibernate.Hibern

2009-12-06 Thread aapthorp
Did you find a fix to this. Am migrating from 3.3.0 to 3.2.6.SP1 and getting the same error. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269195#4269195 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269195

[jboss-user] [jBPM Users] - Re: sub process event propagation

2009-10-18 Thread aapthorp
So my final (JBPM 3) solution for this requirement is as follows. An actionhandler in the subprocess which propagates the event to the superprocess. public void execute(ExecutionContext executionContext) throws Exception { | | if (eventType == null) { | eventType =

[jboss-user] [jBPM Users] - Re: superstate timer error

2009-10-17 Thread aapthorp
Testing now on 3.2.6.SP1 A bit more digging and I think I'm closer to the problem. It seems the problem is to do with setting a timer on a superstate. I reduced my superstate definition down to one state within the superstate and still the problem occurs. When I replace the superstate with

[jboss-user] [jBPM Users] - Re: sub process event propagation

2009-10-04 Thread aapthorp
I have rather belatedly come back to this one, having not made the switch to jBPM4 - I find the jbpm-console more friendly for trying things out thanks to the ability to signal tokens. I still don't see how this works in JBPM3, may be it works in 4. What I'm trying to achieve is similar to

[jboss-user] [jBPM Users] - Re: superstate timer error

2009-10-04 Thread aapthorp
Banging my head against this one... aapthorp wrote : Hmm, same problem. | | Also, I had to change the datasource configuration in | | ..\jboss-4.2.3.GA\server\default\deploy\ejb-deployer.xml | | Have changed the ejb-deployer config as per the following http://www.jboss.org

[jboss-user] [jBPM Users] - Re: superstate timer error

2009-09-30 Thread aapthorp
Hmm, clearly need to look more closely at my JBoss config. I just tried the same process definition on an old JBPM 3.2.2 install on Jboss 4.0.2. No exception is thrown but the timer action (i.e. the output message) still gets executed twice each time the superstate timer expires. I presume

[jboss-user] [jBPM Users] - Re: superstate timer error

2009-09-28 Thread aapthorp
Thanks, will give it a try...too busy with other things and had missed this change... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257452#4257452 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257452

[jboss-user] [jBPM Users] - Re: superstate timer error

2009-09-28 Thread aapthorp
Hmm, same problem. Also, I had to change the datasource configuration in ..\jboss-4.2.3.GA\server\default\deploy\ejb-deployer.xml and ..\jboss-4.2.3.GA\server\default\deploy\jbpm\jbpm-enterprise.jar\META-INF\jbosscmp-jdbc.xml from DefaultDS to JbpmDS otherwise I got a JDBC connection

[jboss-user] [jBPM Users] - superstate timer error

2009-09-27 Thread aapthorp
I have a process definition which includes a couple of timers; one on a state and another on a superstate. The timer on the state works as expected. However, when my process reaches the superstate it throws a StaleObjectStateException. Also, the timer seems to execute, but for each of the

[jboss-user] [jBPM Users] - Re: superstate timer error

2009-09-27 Thread aapthorp
P.S. I'm using JBPM 3.3.0.GA, jboss 4.2.2.GA and HSQL View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257204#4257204 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257204 ___

[jboss-user] [jBPM] - Re: sub process event propagation

2009-08-21 Thread aapthorp
Ronald, Maybe I've missed something but if the event is propagated to the super-process level then I need to write an actionhandler/eventlistener to direct it at the node in question or is it visible to all nodes in the process? Another question - can events be filtered by source node? View

[jboss-user] [JBoss jBPM] - Re: sub process event propagation

2009-08-20 Thread aapthorp
Just thinking through the behaviour I'm looking for I realise that once the event is propagated up it needs to be detected / signal a particular node in the super-process. Is there an obvious way of doing this in jBPM? View the original post :

[jboss-user] [JBoss jBPM] - Re: sub process event propagation

2009-08-17 Thread aapthorp
Hmm, having looked at the code and a few entries in this forum relating to visibility of parent process from the sub-process this appears to be a current limitation in 3.3 Before I raise a feature request, a question; is this also an issue in 4.0? View the original post :

[jboss-user] [JBoss jBPM] - sub process event propagation

2009-07-20 Thread aapthorp
Are events propagated from sub-processes to parent processes? I have a sub-process where I want to detect certain events at the parent process level without interrupting the flow of the sub-process. I've tested this with a simple sub-process within a process state and the sub-process events

[jboss-user] [JBoss jBPM] - Re: Multiple concurrent sub-processes

2009-07-20 Thread aapthorp
Ronald, Thanks, seems to do the trick View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4244509#4244509 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4244509 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Multiple concurrent sub-processes

2009-07-13 Thread aapthorp
Does jBPM / jpdl have a standard way of initiating multiple concurrent sub-processes of the same type, when the exact number of instances is only known at run time? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4243191#4243191 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Multiple concurrent sub-processes

2009-07-13 Thread aapthorp
Ronald, thanks for the pointer. Having looked at the wiki I'm not sure whether you were referring to the JbpmForkFAQ http://www.jboss.org/community/wiki/JbpmForkFAQ[/url] or ForEachForkActionHandler [url]http://www.jboss.org/community/wiki/ForEachForkActionHandler. As it's pattern 15 I'm

[jboss-user] [JBoss jBPM] - iCal Task Management Client prototype

2009-05-02 Thread aapthorp
Hi, This is a cross-post from the jBPM design forum. I thought this would be of interest here. To complement my jBPM iCalendar / CalDav wrapper (taskcal) I've just uploaded an experimental XUL extension for Mozilla Lightning - taskcal-x. https://sourceforge.net/projects/taskcal/ taskcal-x

[jboss-user] [JBoss jBPM] - Re: taskcal - jBPM integration with Internet calendars

2009-03-21 Thread aapthorp
Ronald, Yes, the security still needs to be bought in line with the RFCs at a minimum. Interesting idea about the hash ids. Let us know how you get on with the mobile devices. Adrian View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220054#4220054 Reply to

[jboss-user] [JBoss jBPM] - taskcal - jBPM integration with Internet calendars

2009-03-20 Thread aapthorp
I've posted a number of times here and on the jBPM designer forum about providing an iCalendar interface for jBPM. At last I've been able to make the pre-Alpha available: http://sourceforge.net/projects/taskcal/ I'm interested to see if there is interest in developing this further. View the

[jboss-user] [JBoss jBPM] - Re: ClassLoader problem

2009-02-16 Thread aapthorp
Did you select the java class for deployment when you deploy the process from GPD? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4210466#4210466 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4210466

[jboss-user] [JBoss jBPM] - Re: jbpm config no longer on classpath

2009-02-14 Thread aapthorp
Argh... Thanks Ronald...should've looked a bit deeper in to the logs before. As a result of changing the project name (and hence '.ear' file name) my '.ear' was now being deployed by jBoss after the jBpm console. Previously it was deployed before. The result is my custom jbpm.cfg.xml is no

[jboss-user] [JBoss jBPM] - Re: jbpm config no longer on classpath

2009-02-09 Thread aapthorp
Ronald, anonymous wrote : usage of jBPM in projects has never been dependant on project names.. Yes, I guess that was why I thought I was relatively safe to make the change. anonymous wrote : Does the config has a custom name? No, just jbpm.cfg.xml, packaged in a configs jar file, in a

[jboss-user] [JBoss jBPM] - jbpm config no longer on classpath

2009-02-08 Thread aapthorp
Having (unwisely) renamed my jBPM based project in eclipse my customised jbpm.cfg.xml no longer can be found at runtime. Nothing else (I think) has changed apart from the name of the projects and all seems to run smoothly until my code looks up variables found in my overriden config file; the

[jboss-user] [JBoss jBPM] - Re: jBPM-3.3.0.GA Released

2009-01-10 Thread aapthorp
I just installed 3.3 on a Windows box and Eclipse for linux was installed - no option for Windows. According to the JIRA this is a known issue, but won't be fixed in the 3.3 series. So if installing on a Windows box, don't select the Eclipse option, but download and install Eclipse separately;

[jboss-user] [JBoss jBPM] - Re: How to package process definition with jbpm application

2008-12-01 Thread aapthorp
I think I found the problem, I was using the JBPM classloader and not the default one. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193597#4193597 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193597

[jboss-user] [JBoss jBPM] - How to package process definition with jbpm application

2008-11-30 Thread aapthorp
I have a process definition that I want to package and deploy with my jbpm application such that it gets loaded when my jbpm application is deployed. I know from earlier posts http://www.jboss.com/index.html?module=bbop=viewtopict=133773 there are classpath issues however the solution offered

[jboss-user] [JBoss jBPM] - Re: Taskinstance last updated

2008-05-30 Thread aapthorp
Ronald, Unless I'm missing something the logs aren't recorded for all updates or changes of state to a task instance. For example looking at the source task start doesn't appear to cause a log entry. View the original post :

[jboss-user] [JBoss jBPM] - Taskinstance last updated

2008-05-28 Thread aapthorp
Is there any way to find out when a taskinstance was last updated i.e. any change of state or value? I can't see any such timestamps or am I missing something? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4154091#4154091 Reply to the post :

[jboss-user] [JBoss jBPM] - propagating updates to process variables

2008-03-08 Thread aapthorp
In jBPM/ jPDL is it possible to update process variables and propagate the change to currently open tasks? For example in the course of an order process some details of the order may change that can cause already assigned task instances to be cancelled or changed. I was wondering whether

[jboss-user] [JBoss jBPM] - Re: propagating updates to process variables

2008-03-08 Thread aapthorp
Ronald, thanks, I had a suspicion this was the case. Strange I would've thought this would be a common requirement. Hmm, need to find the right way to model this first. I tried having an update task in the task node with the task I want to have updated - but couldn't figure out how to signal

[jboss-user] [JBoss jBPM] - Re: specify task time window

2008-03-05 Thread aapthorp
anonymous wrote : no need for an actionhandler anymore, but that is your choice... I guess I should've asked the question before implementing it... anonymous wrote : regarding the delayed start of a task and your remark about assiging based on existing tasks, we do kind of workload

[jboss-user] [JBoss jBPM] - Re: specify task time window

2008-03-03 Thread aapthorp
kukeltje wrote : due dates can use EL now as well (see the docs) That way you can set an absolute due date if it e.g. is in a processvariable. Thanks, had done this with an action handler, as per the example on the wiki contributions page. kukeltje wrote : And if the 'start date' does not need

[jboss-user] [JBoss jBPM] - specify task time window

2008-03-02 Thread aapthorp
I've been working on an iCalendar wrapper for JBPM in order that task assignments can be e-mailed to a user's calendar or task list displayed in a calendar agent as todos. Having got the basics working I've come across a problem with tasks that have a scheduled specific start and end time. The

[jboss-user] [JBoss jBPM] - Re: Not able to deploy changed mail template configuration v

2008-01-22 Thread aapthorp
Hmm, from what I can tell the ProcessClassLoader only picks up class files from the classes directory. I'll log this on JIRA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122374#4122374 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Not able to deploy changed mail template configuration v

2008-01-18 Thread aapthorp
So why have the option to deploy as part of the process archive? Or am I missing something? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121390#4121390 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121390

[jboss-user] [JBoss jBPM] - Not able to deploy changed mail template configuration via p

2008-01-13 Thread aapthorp
When I deploy a changed jbpm.mail.templates.xml via a process archive it seems to be completely ignored. It also appears that other config files are also ignored...but haven't checked this out thoroughly. I've taken a look in the par file and the changed config file seems to be correctly there

[jboss-user] [JBoss jBPM] - GPD Deploy - fileupload not found

2007-12-18 Thread aapthorp
I've come across a problem with deploying processes with jbpm-enterprise.ear rather than jbpm-console that is bundled with JBPM 3.2.2 suit. On startup JBOSS throws a NoClassDefFoundError when it tries to load the upload servelet. I came across a similar problem on the ESB forum:

[jboss-user] [JBoss jBPM] - Email handling in JBPM

2007-11-18 Thread aapthorp
A couple of quick questions on using email in JBPM, before I reinvent the wheel: 1) Are there any inbuilt mechanisms to attach a MIME attachment to an e-mail sent from JBPM? Or will I need to create my own Actionhandler? 2) I'm also looking at the possibilities of handling incoming e-mail in

[jboss-user] [JBoss jBPM] - Re: websale example: problems with RemindActor timer action

2007-10-30 Thread aapthorp
Ta, couldn't see it for looking... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100429#4100429 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100429 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - websale example: problems with RemindActor timer action

2007-10-29 Thread aapthorp
I've just installed the 3.2.2 suite having not looked at JBPM for a while. Having got the websale demo working I'm now experiencing the following error: UnsupportedClassVersionError: Bad version number in .class file which results in JbpmJobExector:my ip address:1 leaves cyberspace I think

[jboss-user] [JBoss jBPM] - Re: websale example: problems with RemindActor timer action

2007-10-29 Thread aapthorp
Ronald, Thanks, seems to be fixed now, it seemed to be a combination of compatibility and previous process instances not cleared out. How does jBPM handle existing processes when an updated process definition is uploaded? or can you point me to a descrption of this. Adrian View the original

[jboss-user] [JBoss jBPM] - jBPM task assignment integration with calendaring groupware

2007-06-02 Thread aapthorp
Has anyone attempted to integrate jBPM task assignments to any type of calendaring groupware using the iCalendar standard or similar? i.e. send and iCalendar invitation. I can't see any discussion on this but assume others must have a similar need. I'm guessing that its not that difficult but