JSF application with Activiti using Tomcat

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-09-2013 12:52 PM
English is not my native language; please excuse typing errors.
I created this topic in continuation to this - http://forums.activiti.org/content/need-training-materials-not-activiti-action
Here where I work we don“t use Maven and use Tomcat and Spring. We pretend to use Activiti in a JSF Portlet inside Liferay.
So the first step was to remove Maven and make it work correctly, that is ok. The second now is to make it work with Tomcat instead Jboss.
I was reading a similar tutorial - http://www.bpm-guide.de/2011/09/17/build-your-own-activiti-task-explorer-with-cdi-and-jsf-2/
, and some persons were also interested in using Tomcat instead of Jboss. The author suggests: "you need to add and configure cdi (e.g. Weld or Open Web Beans) yourself and potentially also additional libraries."
Instead of Weld or Open Web Beans I want to use Spring for CDI. Did anyone try this or something similar?
Thanks for you attention.
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-13-2013 01:09 PM
Anyone tried this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-28-2014 04:19 AM
but spring 3 supports @inject and @named
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-04-2014 04:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-07-2014 09:15 AM
Well, if this is serious ā¦. WHAT would you like to do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-31-2017 09:21 AM
pleas i need your help,
i have error when i configure activiti with jsf
so to configure i used this two dependencies
activiti-engine
and activiti-cdi
i followd the steps of the activiti users guide, on this link you will find the configuration that i used
http://www.bpm-guide.de/2011/09/17/build-your-own-activiti-task-explorer-with-cdi-and-jsf-2/
my problem, after starting the process and accesing to the first user task and trying to complet the task this error appears( org.activiti.cdi.ActivitiCdiException: No task associated. Call businessProcess.startTask() first. )
i debugged it and found the id of the current task was NULL
i have more idea but i can't advance help pleas
thanx
