Search:

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

Search: Search took 0.02 seconds.

  1. Using codes as follows instead of new...

    Using codes as follows instead of new ProcessDefinition, it's ok.


    ProcessDefinition definition = ProcessDefinition.createNewProcessDefinition();
  2. I agree with you in hibernate message. Now I...

    I agree with you in hibernate message.

    Now I think that the problem in defining jbpm process with jbpm's api.

    What I missed?

    Any idea? Thanks in advance.
  3. It runs successfully with process:...

    It runs successfully with process:
    ProcessDefinition processDefinition = ProcessDefinition
    .parseXmlString("<process-definition name='howareyou'>"
    + " <start-state name='start'>"...
  4. After change a process definition, it 's ok.

    After change a process definition, it 's ok.
  5. 2. jbpm.cfg.xml

    2. jbpm.cfg.xml
    <jbpm-configuration>

    <!--
    The default configurations can be found in org/jbpm/default.jbpm.cfg.xml
    Those configurations can be overwritten by putting this file...
  6. configuration files

    configuration:

    1. hibernate.cfg.xml
    <?xml version='1.0' encoding='utf-8'?>

    <!DOCTYPE hibernate-configuration PUBLIC
    "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
    ...
  7. jbpm integration problem - about context instance

    I can deploy new process successfuly, but when I want to store variables in ContextInstance, it failed.

    code snippet:
    this.jbpmTemplate.execute(new JbpmCallback(){

    /**
    *...
Results 1 to 7 of 7