[JBoss-user] [JBoss jBPM] - JSP integration in form tasks

2006-05-19 Thread MTG
custom controller and associate a class, but after that im lost :)...sorry Thanks in advance MTG View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944925#3944925 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss jBPM] - Re: JSP integration in form tasks

2006-05-19 Thread MTG
Thanks for your quick answer. I need to create a prototype to a organization who have 2 or 3 users that interacts with a couple of data in web forms, something like this: user1: - Post 2 fields of data user2: - Receives the data and approve or reject (go back user1) user3: - Receives the app

[JBoss-user] [JBoss jBPM] - Re: JSP integration in form tasks

2006-05-21 Thread MTG
OK...i agree. But is possible, use the GPD, deploy for example to Tomcat and construct my own webapp that interacts with the database and the processe definition. Is there any example? Because the problem is the start, then i think anybody can self motivate and continue the work... Thanks ver

[JBoss-user] [JBoss jBPM] - org.hibernate.HibernateException: Could not find datasource

2006-06-02 Thread MTG
Hi When in my code i do this: ProcessInstance processInstance = jbpmContext.newProcessInstance("proc"); occurs the error: org.hibernate.HibernateException: Could not find datasource My hibernate.cfg.xml have the following property nodes: org.hibernate.dialect.HSQLDialect org.hsqldb.j

[JBoss-user] [JBoss jBPM] - Actor null in task instance list

2006-06-07 Thread MTG
Hi! Im creating the monitoring part of a personal JBPM webapp using the beans of the jBPM example WebApp. When i invoke the createStartTaskInstance() method i can show in the tasklist.jsp my first task instance, but the Actor field is null! What i must do in the process definition to correct th

[JBoss-user] [JBoss jBPM] - Associate jBPM data with company data

2006-06-08 Thread MTG
Hi I doing a web app to manage orders and order lines. The webapp starts with a login and after that the screen shows a list of pending tasks (jbpm_taskinstance) for the given login(actor). My question is: - When the user clicks in a task instance how can i show the associate data (not the jBP

[JBoss-user] [JBoss jBPM] - Re: Associate jBPM data with company data

2006-06-08 Thread MTG
I'll try that. Thanks for your quick answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949812#3949812 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949812 ___ JBoss-

[JBoss-user] [JBoss jBPM] - Re: Upcoming jBPM Presentation

2006-06-14 Thread MTG
how can i get the presentation? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950803#3950803 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950803 ___ JBoss-user ma

[JBoss-user] [JBoss jBPM] - Get request path in a class that implements ActionHandler

2006-06-19 Thread MTG
Hi How can i get the real path of a request in a class that implements ActionHandler? In a servlet i use: request.getSession().getServletContext().getRealPath("file.xml") But in a class that implements ActionHandler i cannot: public class LoginAction implements ActionHandler {