Bug 1033390 - cannot find symbol symbol : class RemoteRestSessionFactory
Summary: cannot find symbol symbol : class RemoteRestSessionFactory
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: jBPM Core
Version: unspecified
Hardware: Unspecified
OS: Unspecified
urgent
unspecified
Target Milestone: ER5
: 6.0.0
Assignee: Babak Mozaffari
QA Contact: Marek Baluch
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-22 02:52 UTC by Ryan Zhang
Modified: 2014-08-06 20:12 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 20:12:53 UTC
Type: Bug


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.