I have been trying to compile simple process in drool project.
I have imported 6.3.0 droolsjbpm-integrateion.distribution Runtime to the eclipse.
When imported didn't enter the following details left them as blank
groupId=
artifactId=
version=
I just ran the project and got the below errors Please suggest if i had done something wrong or a reference to follow up with 6.3 jbpm.
12:52:47.427 [main] INFO org.drools.compiler.kie.builder.impl.ClasspathKieProject - Found kmodule: file:/C:/Users/kevin/Desktop/Official/SoftWares/jbpm-installer/workspace3/Sample/target/META-INF/kmodule.xml
12:52:47.443 [main] DEBUG org.drools.compiler.kie.builder.impl.ClasspathKieProject - KieModule URL type=file url=/C:/Users/kevin/Desktop/Official/SoftWares/jbpm-installer/workspace3/Sample/target
12:52:47.743 [main] DEBUG org.drools.compiler.kie.builder.impl.ClasspathKieProject - Found and used pom.properties C:\Users\kevin\Desktop\Official\SoftWares\jbpm-installer\workspace3\Sample\target\META-INF\maven\pom.properties
12:52:47.759 [main] ERROR org.drools.compiler.kie.builder.impl.ClasspathKieProject - Unable to build index of kmodule.xml url=file:/C:/Users/kevin/Desktop/Official/SoftWares/jbpm-installer/workspace3/Sample/target/META-INF/kmodule.xml
pom.properties exists but ReleaseId content is malformed
groupId=
artifactId=
version=
12:52:47.761 [main] ERROR org.drools.compiler.kie.builder.impl.KieContainerImpl - Unknown KieSession name: ksession-process
java.lang.NullPointerException
at com.sample.ProcessTest.main(ProcessTest.java:19)