It is not directly possible. Guvnor uses JCR (Jackrabbit or Modeshape).
Whilst these can be configured to persist to a database the schema and content is proprietary and not easily queried. From Jackrabbit's JavaDocs:- "SimpleDbPersistenceManager is a generic JDBC-based PersistenceManager for Jackrabbit that persists...objects using a simple custom binary serialization format... and a very basic non-normalized database schema (in essence tables with one 'key' and one 'data' column)." Other people have asked the same question and I have given suggestions as to how a solution might still be available. Please search the mailing list and have a dig around. On 16 February 2012 16:27, Rules <[email protected]> wrote: > Hello All > > I have Guvnor configured to use Oracle database. > I am currently reading rules from Guvnor URL directly. > I was wondering if there is way to read the rules directly from the > database > in case of Guvnor server instance failure. Appreciate any help !! > > -- > View this message in context: > http://drools.46999.n3.nabble.com/Read-the-rules-from-Database-written-by-Guvnor-tp3750819p3750819.html > Sent from the Drools: User forum mailing list archive at Nabble.com. > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users >
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
