IntegratingJBPMIntoAppFusePartTrois |
|
| Your trail: |
Difference between
version 21
and
version 18:
| At line 48 changed 2 lines. |
| ;:%%(color: blue)''You might want to change the cache provider for production usage to a more robust one such as Ecache. If you plan on sticking with this one, ensure that {{dao.compile.classpath}} in {{properties.xml}} contains this reference :\\ |
| <pathelement location=\'${commons-collections.jar}\'/>''%% |
| ;:%%(color: blue)''You might want to change the cache provider for production usage to a more robust one such as Ecache. If you plan on sticking with this one, ensure that {{dao.compile.classpath}} in {{properties.xml}} contains this reference:''%% |
| At line 50 added 9 lines. |
| {{{ |
| <!-- DAO --> |
| <path id="dao.compile.classpath"> |
| ... |
| <pathelement location="${commons-collections.jar}"/> |
| ... |
| </path> |
| }}} |
|
| At line 67 removed 1 line. |
| |
| At line 75 changed 2 lines. |
| <deployprocess cfg="src/dao/org/appfuse/jbpm/config/hibernate.cfg.xml" |
| properties="src/dao/org/appfuse/jbpm/config/create.db.hibernate.properties"> |
| <deployprocess cfg="src/dao/org/appfuse/jbpm/config/hibernate.cfg.xml" |
| properties="src/dao/org/appfuse/jbpm/config/create.db.hibernate.properties"> |
| At line 78 changed 1 line. |
| </deployprocess> |
| </deployprocess> |
| At line 80 changed 2 lines. |
| cfg="src/dao/org/appfuse/jbpm/config/hibernate.cfg.xml" |
| properties="src/dao/org/appfuse/jbpm/config/create.db.hibernate.properties"/> |
| cfg="src/dao/org/appfuse/jbpm/config/hibernate.cfg.xml" |
| properties="src/dao/org/appfuse/jbpm/config/create.db.hibernate.properties"/> |
Back to IntegratingJBPMIntoAppFusePartTrois,
or to the Page History.
|