--
You received this message because you are subscribed to the Google Groups "Drools Usage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drools-usage...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-usage/cb418e93-8db5-4920-b63b-50e677ec7a90n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-usage/CAHOoiEr1EPk5ro5gjEK%2B2vW9f2B-X7A0Tzy-yF_3ECVhpZPTqw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-usage/CAB0r-brnntbt78_T3GUM7a3e0Gtqy9z4rFs5mBrtQ3Tq6gFyaA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-usage/CAB0r-brnntbt78_T3GUM7a3e0Gtqy9z4rFs5mBrtQ3Tq6gFyaA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-usage/CALDC%2B%3D5rQkbpozhYTYLxeSa%3DkUfSY-YvyzNNwrUB%3DC%3DRr8sBnA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-usage/CAHOoiEpNpzF_mYmR0ZGD-7fJRug6JJ1CDFB0Xaob4xtpLpSGLQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-usage/CAHOoiEoTsnC-GhUeQF52dB4RsEQ4%2BJd2nPQiXonPcg9MRYgdJw%40mail.gmail.com.
WorkFlowServiceManager.java:[387,76] cannot find symbol
[ERROR] symbol: method addKnowledgePackages(java.util.Collection<org.kie.internal.definition.KnowledgePackage>)
[ERROR] location: class org.drools.core.impl.KnowledgeBaseImpl
[ERROR] UserGroupCallbackImpl.java:[51,8] com.abc.UserGroupCallbackImpl is not abstract and does not override abstract method getGroupsForUser(java.lang.String) in org.kie.api.task.UserGroupCallback
[ERROR] JBPMHelper.java:[188,41] cannot find symbol
[ERROR] symbol: method setProcessMarshallerFactoryService(org.jbpm.marshalling.impl.ProcessMarshallerFactoryServiceImpl)
[ERROR] location: class org.drools.core.marshalling.impl.ProcessMarshallerFactory
[ERROR] JBPMHelper.java:[272,88] incompatible types: possible lossy conversion from long to int
[ERROR] JBPMHelper.java:[389,86] incompatible types: java.lang.Long cannot be converted to int
[ERROR] JBPMHelper.java:[824,41] cannot find symbol
[ERROR] symbol: method setProcessMarshallerFactoryService(org.jbpm.marshalling.impl.ProcessMarshallerFactoryServiceImpl)
[ERROR] location: class org.drools.core.marshalling.impl.ProcessMarshallerFactory
For the class org.drools.core.impl.KnowledgeBaseImpl,I compared the old class and the upgraded version class where in the upgraded class Java file it has one statement "INTERNAL ERROR" whereas the old class has many methods...Is there any way to solve this?
Regards,
Xy Z