in the Developer Docu one can read the following sentence:
| Do note that this mechanism is pluggable, which means that in the future other destinations could be used (JMS, JCR, etc).
|
what does that mean? is there a way to use an external job scheduler?
I would like to use UC4 or Quarz as a scheduler but i found no way change the jBPM behavior whet it comes to write job in the DB. Is it possible to do something like that?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262673#4262673
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262673
I can't inject the hibernate session.. i am doing this:
| <bean id="processEngine" factory-bean="jbpmConfiguration" factory-method="buildProcessEngine" >
| <property name="hibernateSession" ref="jbpmSessionFactory"/>
| </bean>
|
|
and I get this error:
anonymous wrote :
| Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'hibernateSession' of bean class [org.jbpm.pvm.internal.cfg.SpringConfiguration]: Bean property 'hibernateSession' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262655#4262655
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262655
>From what I can say with my limited knowledge and experience of implementing an application with jBPM I would say no. It should be possible to retrieve the outgoing transitions of an activity and the approach seems clean to me.
But why not let us know a bit more about the use case? Let's see what Ronald or any other more experienced user than me can say about it.
What do you mean by "Unless you create your own views for each state of the process" ?
P.S.: Have you filled the JIRA issue already?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262594#4262594
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262594
Thank your for the response! After reading your replies, it came to my mind that I might be going to the wrong direction of implementing my app.
>From my point of view, it is absolutely neccessary to get information on the outgoing transition of the current activity. (Unless you create your own views for each state of the process).
This was actually very easy to do in JBPM3 (because you always had the hibernate pojos at hand).
What do you think, am I hadding torwards the wrong direction?
Thanks,
Martin Below
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262585#4262585
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262585