Hi Michael,

 

You have to go to US or Europe, your timezone is incompatible with the rest of the world… :P

 

I’m trying to make an experience with the JBRMS and the repository.

 

I want to have a JBoss AS with a JBRMS accessing to a JDBC repository (eg MySQL). In the JBRMS I want to change the rules!

 

Then, I want to have an application that also accesses to the JDBC repository. In the application I want to evaluate some facts (fire rules!).

 

My questions are:

In the war you uploaded, where is the repository.xml to change it to:

        <PersistenceManager class=" org.apache.jackrabbit.core.persistence.db.SimpleDbPersistenceManager">

             <param name="driver" value="com.mysql.jdbc.Driver"/>

             <param name="url" value="jdbc:mysql://10.112.128.7:3306/bruno-rulesengine-test?allowMultiQueries=true&connectTimeout=5000&socketTimeout=5000"/>

             <param name="schema" value="mysql"/>

             <param name="user" value="**"/>

             <param name="password" value="**"/>

             <param name="schemaObjectPrefix" value="version_"/>

             <param name="externalBLOBs" value="false"/>

        </PersistenceManager>

 

Or, how can I build the war with maven? I’m having some difficulties. Can you please provide simple step-by-step?!

 

In the application I’m having some difficulties playing around with the repository API. I want to take a specified package (repo.loadRulePackage("eg") ) and do a ‘result = session.executeRules(facts)’.

 

If we successfully execute this example, I’ll create a Wiki page with guidelines.

 

Cheers,

Bruno