[jboss-user] [JBoss jBPM] - Re: webapp development

2006-10-03 Thread frassi
OK. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975693#3975693 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975693 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss jBPM] - Re: webapp development

2006-10-02 Thread kukeltje
I have to look that up. At the earliest I can get back on this the comming weekend View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975440#3975440 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975440 ___

[jboss-user] [JBoss jBPM] - Re: webapp development

2006-10-02 Thread frassi
because I'm modifing the 3.1.2 webapp, I wanted to know if you have somewhere :) these changes. thanks a lot View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975439#3975439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[jboss-user] [JBoss jBPM] - Re: webapp development

2006-10-02 Thread kukeltje
no, they are not. I've been working on this for an internal system. The upcomming 3.2 webapp will contain lots of similar features. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975425#3975425 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss jBPM] - Re: webapp development

2006-09-28 Thread frassi
the changes made by kukeltje to the taskbean (posted on Mon Oct 24 2005) "I've extended the TaskBean so that you can access individual fields/variables and position them anywhere.", are in the current release 3.1.2 ? View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss jBPM] - Re: WebApp Development

2006-07-24 Thread newbie007
Ronald, Thanks for the compliments :-). I will create a new user id. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960538#3960538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960538

[jboss-user] [JBoss jBPM] - Re: WebApp Development

2006-07-24 Thread kukeltje
Hey newbie, change your name... it should be expert007 now, or maybe expert42 (you know, life, the universe) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960508#3960508 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss jBPM] - Re: WebApp Development

2006-07-24 Thread newbie007
In the default web app (jbpm default webapp which uses JSF) the redirection is done using the faces-config.xml. Where are you doing your redirection? If everything is fine in the servlet, where do you tell the system that redirect to next page? Thanks. View the original post : http://www.jb

[jboss-user] [JBoss jBPM] - Re: WebApp Development

2006-07-24 Thread Viegas
I think that when I do the comandhb.selectTaskInstance(Long.valueOf(id)); There sould be something that redirects the browser page into the next page, right? at least I didnt find anything else in the webapp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39604

[jboss-user] [JBoss jBPM] - Re: WebApp Development

2006-07-24 Thread Viegas
yes its going into the if and I had put some debug messages in the bean, its going tru evering, I think. The message DEBUG [TaskBean] initialized availableTransitions null it is send in the task bean . de console its basicly the same if I run my aplication and the webapp , View the original p

[jboss-user] [JBoss jBPM] - Re: WebApp Development

2006-07-24 Thread newbie007
What are the parameters you are getting in the request? Is it going into the "if" block? Did you try debugging? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960391#3960391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss jBPM] - Re: WebApp Development

2006-07-24 Thread Viegas
Ok here goes, the console | 14:40:00,163 DEBUG [CommandExecutorThread] waiting for more messages | 14:40:00,163 DEBUG [StaticNotifier] going to wait for (CMD_EXECUTOR, [EMAIL PROTECTED]) | 14:40:02,944 DEBUG [JbpmContextInfo] creating jbpm context with service factories '[message, schedule

[jboss-user] [JBoss jBPM] - Re: WebApp Development

2006-07-24 Thread newbie007
Paste your code or copy any exception you are getting. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960368#3960368 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960368 __