Hi,Just missed code, feel free to replace.
I thought Drools was standardizing over slf4j. Is there a reason why a java.util.logging.Logger class is used ?
Here is some of the code:Logger.getLogger(JPAVariablePersister.class.getName()).log(Level.SEVERE, null, t);
Should slf4j be used instead ? Note it's used by JtaTransactionManager and SingleSessionCommandService in the same project.
Thanks,
Antoine_______________________________________________ rules-dev mailing list rules-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-dev