0 Replies Latest reply on Jun 11, 2015 2:39 PM by sanjay05222

    Install Build for Jbpmn 6.2.0 Final is broken for Jboss As 7.1.1 , Here are Fixes , Contributors can help fixing the Issues

    sanjay05222

      Hi Contributors

       

      I have found there were some issues with the install build within the JBPMN and was wondering how can I fix the issue.

      Below are the problems which I have found

       

      A. Initial

      I was trying to install JBPM 6.2.0.Final on Jboss 7.1.1 with MySQL as database

       

      B. Issues Found

      After the Installation of the build downloaded from you website.

      1. Jboss 7.1.1  server was installed and custom module for mysql was created the descripancies  found were that.
        1. inside the folder com/mysql/main/module.xml  I found that the connector was not correctly spelled , looks like that

       

      <module xmlns="urn:jboss:module:1.0" name="com.mysql">

         <resources>

           <resource-root path="mysql-connector-java"/>  <--   INSTEAD OF mysql-connector-java-5.1.18.jar.

         </resources>

        <dependencies>

            <module name="javax.api"/>

            <module name="javax.transaction.api"/>

          </dependencies>

      </module>

       

      2.  Second issue which I faced was this .

      install script downloaded and created the war file jbpm-console.war  where the jboss-deployment-structure file has issues looks like that left over clean ups of the modules.

      current Installation uses com.hibernate as single module which has inside it all the other modules like hibernate annotations/validators , core and so on , but in the jboss-deployment-structure.xml

      you guys still have references to these two modules which are no more confiugured inside the JBoss 7.1.1 version of server it comes along with .

       

      Below Lines should be removed from the file jboss-deployment-structure

      <module name="org.hibernate.commons-annotations"/>

      <module name="org.hibernate.validator"/>

       

      Probably any contributors can fix this issue by using information above. It will be a great help to the community users cause they will have clean install and instead of wasting time in investigating the issues like this they can actually solve business problem instead.

      Hope this might be help full to some one.

       

      thanks

      Sanjay Gautam