-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
None
We need to support a default KieSession for the @KSession annotation. IN the same way that it is supported for the standard java services:
KieSession kSession = kContainer.newKieSession();
@KieSession() failed to compile due it requires a name for the session, which breaks the support for an empty kmodule.xml