Search:

Type: Posts; User: wrschneider99; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,229

    Finally figured it out. The issue was that I...

    Finally figured it out.

    The issue was that I had to pass a HibernateTemplate to JbpmTemplate, so it can inject the Session itself (not SessionFactory!) into JbpmContext.

    This was non-obvious--I...
  2. Replies
    39
    Views
    23,527

    Taking a closer look at jBPM source code it may...

    Taking a closer look at jBPM source code it may be that jBPM is indeed doing the "right thing" for the time being.

    If you think about process definitions as persistent objects, it makes sense. ...
  3. Replies
    6
    Views
    2,229

    found this on jBPM JIRA; supposedly marked CLOSED...

    found this on jBPM JIRA; supposedly marked CLOSED but not sure how to use it.

    http://jira.jboss.com/jira/browse/JBPM-297
  4. Replies
    6
    Views
    2,229

    Update: I found a workaround, but I'm not happy...

    Update: I found a workaround, but I'm not happy with it.

    I switched from HibernateTransactionManager to DataSourceTransactionManager, so the underlying java.sql.Connection will be the same even if...
  5. Replies
    6
    Views
    2,229

    jBPM and Spring transactions

    I've been trying to get jBPM to work with Spring-managed transactions. I posted a detailed reply to message that's probably not in the right forum, since this is specifically an issue with jBPM...
  6. after some more digging I found something...

    after some more digging I found something interesting:

    the same SessionFactory is used but *not* the same Session.
    org/jbpm/persistence/db/DbPersistenceService.java is calling...
  7. Spring AOP transactions with jBPM

    Also confirmed same SessionFactory in my case.
    I am using jBPM 3.1.1.

    :confused:
  8. Spring AOP transactions with jBPM

    I am having some trouble with this as well. My configuration is very similar--my business bean extends HibernateDaoSupport and is wired with a Spring TransactionManager and PROPAGATION_REQUIRED. I...
  9. Replies
    39
    Views
    23,527

    I'm using jbpm 3.1.1.

    I'm using jbpm 3.1.1.
  10. Replies
    39
    Views
    23,527

    Wow, thanks for the quick reply. now that's...

    Wow, thanks for the quick reply. now that's service!

    Honestly, I have no idea why this is happening. I'm new to jBPM, and right now focused on just getting the basic configuration and db...
  11. Replies
    39
    Views
    23,527

    progress w/jbpm and spring

    Here's how I am incorporating jBPM 3.1 into an existing Hibernate3/Spring app. My goal is to have a single SessionFactory for jBPM and the rest of my app, so everything participates in the same...
Results 1 to 11 of 11