When I'm using Jboss Transaction Manager it suspends on this line ...
When I change to Bitronix Transaction ( in persistence.xml ) it is beign registered BitronixTransactionManager and suspends on line :
StatefulKnowledgeSession ksession = JPAKnowledgeService.newStatefulKnowledgeSession(knowledgeBase, null, environment );
Exacly in KnowledgeStoreServiceImpl.java on line 116 ( when creating SimpleSessionCommandService using reflection ).
Any ideas ?