i've just tried upgrading to 2.0.0CR1 from 2.0.0BETA1, and now i'm getting this
problem too..
nothing obvious in the startup logs - it looks virtually identical to how it was before
upgrading.
do i need to change any of the jbpm config for this new release?
I've got the new jbpm.jar in the lib directory of my ear... here's the relevant
bit of build.xml. I've changed this to put the files in the lib directory rather than
specify them in the application.xml.
| <target name="ear" description="Build the EAR">
| <copy todir="${ear.dir}">
| <fileset dir="${basedir}/resources">
| <include name="*jpdl.xml" />
| <include name="hibernate.cfg.xml" />
| <include name="jbpm.cfg.xml" />
| <include name="*.drl" />
| </fileset>
| <fileset dir="${lib.dir}">
| <include name="jboss-seam.jar" />
| </fileset>
| <fileset dir="${basedir}">
| <!-- seam libraries -->
| <include name="lib/jbpm*.jar" />
| <include name="lib/jboss-el.jar" />
| <include name="lib/drools-*.jar"/>
| <include name="lib/janino-*.jar"/>
| <include name="lib/antlr-*.jar"/>
| <include name="lib/mvel*.jar"/>
|
| <!-- other libs -->
| <include name="lib/jfreechart-*.jar"/>
| <include name="lib/chartcreator-*.jar"/>
| <include name="lib/jcommon-*.jar"/>
| <include name="lib/dbunit-*.jar"/>
| <include name="lib/richfaces-api*.jar" />
| </fileset>
| </copy>
| <copy todir="${ear.dir}/META-INF">
| <fileset dir="${basedir}/resources/META-INF">
| <include name="application.xml" />
| <include name="jboss-app.xml" />
| </fileset>
| </copy>
| <copy todir="${ear.dir}/META-INF" overwrite="true">
| <fileset dir="${jar.dir}/META-INF">
| <include name="version.txt" />
| </fileset>
| </copy>
| </target>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086777#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...