this.env );
this.ksession = new StatefulKnowledgeSessionImpl( session, kbase );
//this.ksession = kbase.newStatefulKnowledgeSession( conf, this.env );
this.kContext = new KnowledgeCommandContext(new ContextImpl( "ksession", null), null, null, this.ksession, null );
((JPASignalManager) ((StatefulKnowledgeSessionImpl)ksession).session.getSignalManager()).setCommandService( this );
this.marshallingHelper = new JPASessionMarshallingHelper( this.ksession,
conf );