Bug 1033390

Summary: cannot find symbol symbol : class RemoteRestSessionFactory
Product: [Retired] JBoss BPMS Platform 6 Reporter: Ryan Zhang <rzhang>
Component: jBPM CoreAssignee: Babak Mozaffari <bmozaffa>
Status: CLOSED CURRENTRELEASE QA Contact: Marek Baluch <mbaluch>
Severity: unspecified Docs Contact:
Priority: urgent    
Version: unspecifiedCC: kverlaen
Target Milestone: ER5   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 20:12:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Ryan Zhang 2013-11-22 02:52:59 UTC
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:

Comment 1 Ryan Zhang 2013-11-22 02:57:42 UTC
Kris, Do you have any idea if there is api change about RemoteRestSessionFactory in kie-services-client module ?

Comment 7 Marek Baluch 2013-12-09 16:40:06 UTC
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.