cancel
Showing results for 
Search instead for 
Did you mean: 

AbstractFormType class missing in Activiti-engine-5.14.jar. How to implement custom form types ?

hari
Star Contributor
Star Contributor

I was trying to implement TextArea form type as mentioned in Activiti in Action book.  I have placed my jar file under webapps\activiti-explorer\WEB-INF\lib and have restarted tomcat. I then realized that AbstractFormType class is missing in Activiti-engine-5.14.jar.

When I look at an older version of jar like Activiti-engine-5.4.jar, its present there.

How can I go about this ?

Regards,
Hari.

2 REPLIES 2

yvoswillens
Champ in-the-making
Champ in-the-making
Hi,

I haven't checked 5.14. But in the 5.17 it's there.
Any reason for not using the latest (and greatest) release?

Regards,

Yvo

hari
Star Contributor
Star Contributor
Yes you were right. I have downloaded the example from book-webapp-explorer. In the source code, I could see that it was imported from org.activiti.engine.impl.form.AbstractFormType but now its available at org.activiti.engine.form.AbstractFormType