Hide Forgot
Description of problem: jboss-bpm-example-app hit compile error with the latest kie api.(sync.2013.11.19) This was built ok with previous CR5. So I think it possible caused by API changed. I can't find the RemoteRestSessionFactory. The java file refer to RemoteRestSessionFaction is : http://git.app.eng.bos.redhat.com/jboss-bpm-example-app.git/tree/mortgage-demo-client/src/main/java/src/com/redhat/bpms/examples/mortgage/CreateProcesses.java The error log: [ERROR] /home/rzhang/workspace/3jboss-bpm-example-app/mortgage-demo-client/src/main/java/src/com/redhat/bpms/examples/mortgage/CreateProcesses.java:[10,35] cannot find symbol symbol : class RemoteRestSessionFactory location: package org.kie.services.client.api [ERROR] /home/rzhang/workspace/3jboss-bpm-example-app/mortgage-demo-client/src/main/java/src/com/redhat/bpms/examples/mortgage/CreateProcesses.java:[110,25] cannot find symbol symbol : class RemoteRestSessionFactory location: class com.redhat.bpms.examples.mortgage.CreateProcesses [ERROR] /home/rzhang/workspace/3jboss-bpm-example-app/mortgage-demo-client/src/main/java/src/com/redhat/bpms/examples/mortgage/CreateProcesses.java:[110,81] cannot find symbol symbol : class RemoteRestSessionFactory location: class com.redhat.bpms.examples.mortgage.CreateProcesses Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. git clone git://code.engineering.redhat.com/jboss-bpm-example-app.git 2. update version.org.drools from 6.0.0.CR5->6.0.0-SNAPSHOT 3. mvn package You will see the report error. Actual results: Expected results: Additional info:
Kris, Do you have any idea if there is api change about RemoteRestSessionFactory in kie-services-client module ?
it's possible to build the master branch of git://git.app.eng.bos.redhat.com/jboss-bpm-example-app.git. Marking this issue as VERIFIED.