Hello, We've been using the smart service "Task Puppeteer" i

Hello,
We've been using the smart service "Task Puppeteer" in a process model with Appian 6.6. We are planning to do an upgrade to Appian 7.0.
The Task Puppeteer Smart Service uses Java version 1.7 and is working good in Appian 6.6, but it requeres to be compiled in Java (JRE) 1.6 for it to work in Appian 7.0. I extracted the puppeteer.JAR in eclipse and tried to compile it using JRE 1.6, but the following errors appeared:

          - It doesn't recognize "import com.appiancorp.process.engine...". I tried using "import com.appiancorp.suiteapi.process.engine..." but it says that the type is deprecated.
          - WebServiceContextFactory.getServiceContext(runAs); - The type javax.servlet.http.HttpSession cannot be resolved. It is indirectly referenced from required .class files.

I also noticed that these errors apeear not only when trying to compile the smart service with JRE 1.6, but also when natively loading the smart service in JRE 1.7 (so I guess it doesn't have an...

OriginalPostID-74093

OriginalPostID-74093

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data