jbpm « Java EE « Spring Q&A





1. jbpm questions before project start    stackoverflow.com

I need to evaluate the jbpm workflow engine at this time, after read the documentation I got following questions, if someone can point me any hints will be greatly appreciated(sample code ...

2. how to obtain spring context reference in jpbm 4.2 EventListener?    stackoverflow.com

How to obtain spring context from within EventListener instance which gets notified following this transition of process:

<transition g="-36,11" name="A" to="B">
   <event-listener class="com.test.handlers.MyRequestHandler">
   </event-listener>
</transition>
I want to be able ...

3. Error thrown during MessageBroker initialization    stackoverflow.com

In am testing a project with Flex, Spring, jBPM5, Drools and JPA with Hibernate. During my creation on initialization of FrameworkServlet 'Flex', I face a problem with AMF serialization and deserialization. ...

4. jbpm setup through spring    forum.springsource.org

Sep 9th, 2005, 08:09 AM #1 gnic View Profile View Forum Posts Private Message Junior Member Join Date Sep 2005 Posts 1 jbpm setup through spring Hi, I'm trying to perform ...

5. Spring jBPM - Task Assignment    forum.springsource.org

Spring jBPM - Task Assignment Has anyone gotten task assignment to work with spring-jbpm? When I call my task assignment handler a record shows up in the database. However the only ...

6. Spring-JBPM : what are the vendor settings    forum.springsource.org

Hi All, While downloading spring-jbpm from cvs it asks me following info: Name is the repository vendor release tag log message what are the values for these fields? I'm "anomynous" user ...

7. spring jbpm : how to use    forum.springsource.org

spring jbpm : how to use Hi All, I'm newbie to spring and my question may be of primary kind to u all. I need to use JBPM ans so downloaded ...

8. jBPM ActionHandler and Spring Module    forum.springsource.org

I checked out the jbpm spring module classes from cvs and imported them into a project i'm working on. I'm curious how/if anyone has devised a strategy to load spring beans ...

9. Spring jBPM : ContextBuilder now!    forum.springsource.org

Does anyone have any info on the plans re the new ContextBuilder stuff being introduced into jBPM in place of jbmpSession and jbpmSessionFactory . This does render the jbpmTemplate stuff as ...





10. jBPM with Spring MVC?    forum.springsource.org

jBPM with Spring MVC? Hi there, I am just toying around with JBoss jBPM and wonder how to integrate with Spring MVC. Some details: I want to have a start page ...

11. old jbpm support moved to Spring Modules along with jbpm 3.1 support.    forum.springsource.org

old jbpm support moved to Spring Modules along with jbpm 3.1 support. Hi. I've moved the Jbpm code from Spring project on SourceForge to SpringModules(http://springmodules.dev.java.net). SpringModules is the new home of ...

12. jbpm getting started    forum.springsource.org

I have been able to download and build the jbpm 31 integration. I have looked but cannot find any examples of setting up an engine which I can use withing my ...

13. understanding jbpm 3.0    forum.springsource.org

understanding jbpm 3.0 Hello, Im not entirely sure im understanding the implementation of the JBPM 3.0.x spring module. Unfortunately due to other restrictions, I have to use the JBPM 3.0.2 implementation. ...

14. LazyInitializationExceptions while using JbpmTemplate (JBPM 3.0.2)    forum.springsource.org

LazyInitializationExceptions while using JbpmTemplate (JBPM 3.0.2) I have my JbpmTemplate configured correctly in my spring application context and I can inject it into my Spring controllers and other beans, but I ...

15. jBPM and Spring - Problem connecting    forum.springsource.org

Jun 14th, 2006, 02:59 PM #1 johnkowalski View Profile View Forum Posts Private Message Junior Member Join Date Jun 2006 Posts 6 jBPM and Spring - Problem connecting Been reading the ...

16. jBPM : Mapping Exception at startup    forum.springsource.org

Jun 27th, 2006, 04:19 AM #1 sauvaged View Profile View Forum Posts Private Message Junior Member Join Date Jun 2006 Posts 9 jBPM : Mapping Exception at startup Hi, I am ...





17. JBPM:A JpdlException in springmodules0.4    forum.springsource.org

Jun 29th, 2006, 03:26 AM #1 sblys View Profile View Forum Posts Private Message Junior Member Join Date Jun 2006 Posts 1 JBPM:A JpdlException in springmodules0.4 I ues jbpm's sample processdefinition.xml ...

18. need help with jBPM 3.1 action handler testing strategy    forum.springsource.org

need help with jBPM 3.1 action handler testing strategy Hello all, I'm fairly new to spring and the jbpm support. I'm really trying to be test-infected but I am having difficulties ...

19. JBPM subprocesses fail to initialize    forum.springsource.org

JBPM subprocesses fail to initialize Hi, I'm trying out the JBPM 3.1 support module and I'm experiencing problems with subprocesses. They fail to load/initialize once I make use of a ProcessDefinitionFactoryBean. ...

20. jbpm.3.1.2 and spring-modules-0.5 setup help    forum.springsource.org

jbpm.3.1.2 and spring-modules-0.5 setup help I added the following beans to my working application-context.xml file: ...

21. jbpm context scope with spring modules    forum.springsource.org

jbpm context scope with spring modules Hello everybody! I am trying to integrate jbpm with spring modules jbpm for a webapp but I wonder about the scope of jbpm context when ...

22. Two problems occurred when integrating spring with jbpm    forum.springsource.org

Two problems occurred when integrating spring with jbpm Because of increasing scalability,our web server and app server exist on the different machines.We use the ejb to communicate.When not integrating with jbpm,no ...

23. jBPM: replace jBPM xml configuration with jBPM 3.1.x newly added ObjectFactory    forum.springsource.org

Hi, I read in Spring Modules Reference Documentation Chapter 8. jBPM 3.1.x: It is possible to replace jBPM xml configuration with jBPM 3.1.x newly added ObjectFactory Is this means that I ...

24. New way for accessing a bean factory from a jBPM process definition    forum.springsource.org

jBpm: New way for accessing a bean factory from a process definition Hi, FYI, I justed uploaded a patch to Jira (http://opensource.atlassian.com/proj...browse/MOD-297) for a new feature for creating spring beans dynamically ...

25. Jbpm 3.2    forum.springsource.org

If you are using the JobExecutor that can be configured in the jbpm.cfg.xml in Version 3.2 you will have to patch the LocalJbpmConfigurationFactoryBean so that the jbpmConfiguration object is available in ...

26. JBPM module    forum.springsource.org

JBPM module Hi, I know this topic has floated around forum but I was hoping for some more clarification. The issue is with the LocalJbpmConfigurationFactory (JbpmConfiguration) setup through spring. The web ...

27. JBPM - Save Process Instance    forum.springsource.org

JBPM - Save Process Instance Hi: Using the JBPM callback mechanism, I am attempting to save a process instance. However, I receive the following error (Assuming this is coming from Hibernate): ...

28. JBPM 3.2 JobExecutor - Timer    forum.springsource.org

JBPM 3.2 JobExecutor - Timer Hi I am using JBPM 3.2 over Spring framework with Jboss app server and it works just works fine until I tried to use the JBPM ...

29. Config JBPM 3.1 via Spring    forum.springsource.org

Config JBPM 3.1 via Spring hi, i would like to move all the configuration information from the jbpm.cfg.xml file to my spring IoC configuration, but i do not know how to ...

30. spring-modules-jbpm maven2 dependency problem    forum.springsource.org

Hello, the maven 2 artefacts for spring-modules-jbpm31-0.8a and 0.7 contain a dependency to jbpm-3.1.4, which can not be resolved by maven2. Has anybody an idea in which public available repository I ...

31. JBPM with Spring problem    forum.springsource.org

JBPM with Spring problem Hi, I am facing a problem with JBPM template. The JBPM template is able to handle only one ProcessDefinition at a time. What can be done to ...

32. accessing bean from a jbpm process    forum.springsource.org

Hi all, I'm trying to design a process that accesses a spring bean to get some input. There is a way to do this? actually I have an action handler binded ...

33. Configuring jBPM using springmodules    forum.springsource.org

Configuring jBPM using springmodules Hi All, We are having a lot of trouble configuring jBPM, spring and spring modules together. We are trying to configure everything using spring modules. Wondering if ...

34. LazyInitializationExceptions while using JbpmTemplate (JBPM 3.2.1.Spring modules0.8)    forum.springsource.org

Nov 18th, 2007, 10:09 PM #1 Bluesnails View Profile View Forum Posts Private Message Junior Member Join Date Nov 2007 Posts 3 LazyInitializationExceptions while using JbpmTemplate (JBPM 3.2.1.Spring modules0.8) I have ...

35. jbpm context    forum.springsource.org

I am using spring module support for JBPM and I injected HibernateTemplate into JbpmTemplate, and also made sure that the HibernateTemplate.exposeNativeSession is false as mentioned in JbpmTemplate javadoc. However, jbpmContext still ...

36. Would latest jBPM SM work with jBPM3.2.1    forum.springsource.org

Hi, Currently I am working on jBPM3.2 and would like to confiure it with jBPM SM. Would SM 0.8 work well with jBPM3.2? if not, Is there release in pipeline to ...

37. jBpm and JMS    forum.springsource.org

jBpm and JMS Hi, We are using jBPM (Version 3.1.4) in our project and everything is wired up using Spring Module's integration hooks (Version 0.8). But now we would also like ...

38. Finding task instances by actor ID in JBPM    forum.springsource.org

Hi, I'm trying to use JbpmTemplate.findTaskInstances(String) to find tasks, but the list returned is empty. I know that the task is there because it appears in the collection returned by this: ...

39. jBPM 3.1 module sample project available?    forum.springsource.org

Hi all, Is there a sample jBPM 3.1 + jBPM spring module project available? I checked in https://springmodules.dev.java.net/s...dules/samples/ and didn't see anything there. Something as simple as adding the module to ...

40. default.jbpm.context    forum.springsource.org

Feb 25th, 2008, 10:28 AM #1 qding View Profile View Forum Posts Private Message Junior Member Join Date Dec 2006 Posts 7 default.jbpm.context springmodules 0.8/jbpm start kit 3.1.4. I followed the ...

41. Spring Modules OSWorkflow or jBPM    forum.springsource.org

Spring Modules OSWorkflow or jBPM I am starting a new project and I am trying to decide which workflow framework to use along with Spring. My project is basically a set ...

42. in jbpm its possible to know how many transition can take place at particular state    forum.springsource.org

Hello I am very new to JBPM I need to develop an spring application which having a functional workflow which is attached in this mail My question is 1. it is ...

43. Problem Integrating JBPM and (Struts + Spring))    forum.springsource.org

I have to integrate JBPM into an application that is generated by AppFuse 1.x. I have followed instructions here. After running application and logging into it, an error occurs: "a beanFactoryReference ...

44. Spring Modules 0.9 + JBPM 3.2.2 - help!    forum.springsource.org

May 30th, 2008, 04:01 PM #1 tynor View Profile View Forum Posts Private Message Junior Member Join Date Jun 2006 Posts 6 Spring Modules 0.9 + JBPM 3.2.2 - help! I ...

45. Error inserting in JBPM_PROCESSINSTANCE    forum.springsource.org

Error inserting in JBPM_PROCESSINSTANCE I have the following code: JbpmTemplate jbpmTemplate = getJbpmTemplate(); ProcessDefinition definition = jbpmTemplate.getProcessDefinition(); assert definition != null; logger.info("definition: "+definition); logger.info(" name: " + definition.getName()); listInstances(jbpmTemplate); ProcessInstance processInstance ...

46. Springmodules jBPM: default configuration instead of custom jbpm.cfg.xml    forum.springsource.org

well... The problem is still present. I searched the whole web and tried everything and I really can't believe that you have no idea what might causing this problem. The weird ...

47. JBPM: Autowiring an AddressResolver?    forum.springsource.org

I've been able to successfully autowire various handlers via the JbpmHandlerProxy, but I'm hitting a wall when it comes to autowiring an address resolver specified in the jbpm.cfg.xml's jbpm.mail.address.resolver Is there ...

48. JBPM: Lots of versions of the same process    forum.springsource.org

JBPM: Lots of versions of the same process This is probably an incredibly dumb question, but should a new version of my process be deployed every time I my webapp is ...

49. JBPM:spring-modules-jbpm31.jar need jbpm 3.1.X???    forum.springsource.org

50. jbpm with spring DM    forum.springsource.org

Hello, Would someone guide me to a tutorial that shows how to use jbpm with spring DM ? in fact , I am newbie with both of them.. thank you in ...

51. jBPM 3.2.2 with spring-modules-0.9 error    forum.springsource.org

Mar 3rd, 2009, 02:01 AM #1 bestage View Profile View Forum Posts Private Message Junior Member Join Date Mar 2009 Posts 2 jBPM 3.2.2 with spring-modules-0.9 error Hi all, I am ...

52. spring/jbpm - custom configuration jbpm.cfg.xml    forum.springsource.org

spring/jbpm - custom configuration jbpm.cfg.xml hi all, I'm working on a webapp with jbpm3.1, spring2.5.5, spring-modules-jbpm31 0.8-20070311155753 it work all perfectly, now i'd like to have a custom MessageServiceFactory on jms. ...

53. cannot be cast to org.jbpm.graph.def.ActionHandler    forum.springsource.org

cannot be cast to org.jbpm.graph.def.ActionHandler Hi, I have a very simple handler that gets invoked when the timer fires. Handler code: Code: import org.jbpm.graph.def.ActionHandler; import org.jbpm.graph.exe.ExecutionContext; public class OrderLockHandler implements ActionHandler ...

54. Acessing Spring-beans from jBPM actions not working    forum.springsource.org

Hi, I'm kinda stuck with a wierd problem. what i'm trying to do is access Spring beans from jBPM actions. As said in the documentation, i did the mentioned steps. 1)Define ...

55. Jbpm configuration with spring bean    forum.springsource.org

Jbpm configuration with spring bean Hi, i'm trying to develop a mule server which has to interact with a jbpm process. The server seems to start and work, but if i ...

56. [JBPM] how to load process defintion form directory in classpath ?    forum.springsource.org

[JBPM] how to load process defintion form directory in classpath ? Hello, I'am using JBPM with Struts (spring 2.0.8 and jbpm-spring 0.8). Actually, we load processes definitions from inside ear (ie ...