This is a known issue. Apologies for not communicating this thoroughly. There is a slight incompatibility between the 3.0.x branch of core jbpm installations and the 3.1 branch starting with beta1. To patch this incompatibility you should do the following :
1. Locate the folder 'src/resources/gpd' in the core jbpm installation you are trying to use in your project. If this folder does not exist, create it. 2. In this folder, create a file named 'version.info.xml' 3. For version 3.0.2 of jbpm the contents of this file should be the following : <jbpm-version-info name="jbpm-3.0.2" | namespace="http://jbpm.org/3/jpdl"> | | <classpathentry path="lib/jbpm/jbpm-3.0.2.jar" src="src" /> | <classpathentry path="lib/jbpm/jbpm-identity-3.0.2.jar" src="src" /> | | <classpathentry path="lib/dom4j/dom4j-1.6.1.jar" /> | <classpathentry path="lib/ant/ant-1.6.2-stripped.jar"/> | <classpathentry path="lib/jboss/javax.servlet.jar"/> | <classpathentry path="lib/junit/junit-3.8.1.jar"/> | <classpathentry path="lib/hibernate/ehcache-1.1.jar"/> | <classpathentry path="lib/hibernate/jdbc2_0-stdext.jar"/> | <classpathentry path="lib/hibernate/jta.jar"/> | <classpathentry path="lib/jboss/jboss.jar"/> | <classpathentry path="lib/jboss/jboss-jmx.jar"/> | <classpathentry path="lib/jboss/jboss-system.jar"/> | <classpathentry path="lib/jboss/jboss-common.jar"/> | <classpathentry path="lib/jsf/jstl-1.1.0.jar"/> | <classpathentry path="lib/jsf/standard-1.1.2.jar"/> | <classpathentry path="lib/jboss/hsqldb.jar"/> | <classpathentry path="lib/jboss/javax.servlet.jsp.jar"/> | <classpathentry path="lib/jboss/jboss-j2ee.jar"/> | <classpathentry path="lib/jboss/antlr-2.7.5H3.jar"/> | <classpathentry path="lib/jboss/asm.jar"/> | <classpathentry path="lib/jboss/asm-attrs.jar"/> | <classpathentry path="lib/jboss/bsh-1.3.0.jar"/> | <classpathentry path="lib/jboss/cglib-2.1_2jboss.jar"/> | <classpathentry path="lib/jboss/commons-collections.jar"/> | <classpathentry path="lib/jboss/commons-logging.jar"/> | <classpathentry path="lib/jboss/log4j.jar"/> | <classpathentry path="lib/jboss/xercesImpl.jar"/> | <classpathentry path="lib/jboss/xml-apis.jar"/> | <classpathentry path="lib/jsf/myfaces-api.jar"/> | <classpathentry path="lib/jsf/myfaces-impl.jar"/> | <classpathentry path="lib/hibernate/jaxen-1.1-beta-4.jar"/> | | </jbpm-version-info> | 4. Let us know if this works. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917533#3917533 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917533 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
