Hello All ,

I need to integrate Mysql with Drools

1)I have made the following changes in the repositry..xml file


<PersistenceManager 
class="org.apache.jackrabbit.core.persistence.bundle.MySqlPersistenceManager">
          <param name="url" 
value="jdbc:mysql://localhost.:3306/guvnor_db;create=true"/>
        <param name="user" value="root"/>
            <param name="password" value="root123"/>
         <param name="schemaObjectPrefix" value="${wsp.name}_"/>

2)Also i have included mysqlconnector  jar in jboss AS .

Please help with above steps as am not able to connect to mysql.No tables 
are created in guvnor_db.



Nilima
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to