[jboss-user] [jBPM] - Re: JBPM5 in a Web Application

Sadiroveski S do-not-reply at jboss.com
Wed Dec 5 16:00:59 EST 2012


Sadiroveski S [https://community.jboss.org/people/sadiroveski] created the discussion

"Re: JBPM5 in a Web Application"

To view the discussion, visit: https://community.jboss.org/message/780241#780241

--------------------------------------------------------------
Hello Mauricio,
Thanks for your reply. Mr. *Ted Pan* instructed us to remove ""jbpm-test*.jar""
But there is another error where it seems to be common with many people which is as follows:
*service jboss.jdbc-driver.mysql (missing) dependents: [service jboss.data-source.java:/jboss/datasources/ProcessEngineDS]*



standalone.xml is updated and also copied driver jar in application lib.


datasource entry in standalone,xml file is given below.
<datasources>
                <datasource jndi-name="java:/jboss/datasources/ProcessEngineDS" pool-name="MySQLDS" enabled="true" use-java-context="true">
                    <connection-url>jdbc:mysql://localhost:3306/jbpm5</connection-url>
                    <driver>mysql</driver>
                    <pool></pool>
                    <security>
                       <user-name>jbpm5</user-name>
                       <password>jbpm5</password>
                    </security>
                </datasource>
                <drivers>
                    <driver name="mysql" module="com.mysql">
                        <xa-datasource-class>com.mysql.jdbc.jdbc2.optional.MysqlXADataSource</xa-datasource-class>
                    </driver>
                </drivers>
            </datasources>



Thanks in advance for you and for Mr. Ted.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/780241#780241]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20121205/84c64bd9/attachment-0001.html 


More information about the jboss-user mailing list