[rules-users] Trying to make drools-debugging (Eclipse) work in "FIT for rules"

ingo_mytoys ingo.beyerlein at mytoys.de
Mon Apr 23 08:06:28 EDT 2012


Hi everybody,
might be that I found the solution myself.

Is it possible that FIT uses an abstraction-layer (like e.g for persistence
JPA-Annotations instead of original Hibernate annotations), which prevents
Eclipse from applying breakpoint functionality?

FIT imports:
import javax.rules.ConfigurationException;
import javax.rules.RuleRuntime;
import javax.rules.RuleServiceProvider;
import javax.rules.RuleServiceProviderManager;
...

Drools-Examples imports:
import org.drools.KnowledgeBase;
import org.drools.KnowledgeBaseFactory;
import org.drools.builder.KnowledgeBuilder;
import org.drools.builder.KnowledgeBuilderFactory;
...

Can you confirm my theory?
Thanks a lot,
Ingo


--
View this message in context: http://drools.46999.n3.nabble.com/Trying-to-make-drools-debugging-Eclipse-work-in-FIT-for-rules-tp3931893p3932293.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list