sessionInfo.setJPASessionMashallingHelper(new SessionMarshallingHelper(
ksession.getKieBase(), ksession.getSessionConfiguration(),
ksession.getEnvironment()));
}*/
if (sessionInfo.getJPASessionMashallingHelper() == null) {
sessionInfo.setJPASessionMashallingHelper(new SessionMarshallingHelper(
ksession.getKieBase(), ksession.getSessionConfiguration(),
ksession.getEnvironment()));
}
sessionInfo.transform();
persistenceContext.persist(sessionInfo);