[jboss-user] [JBoss jBPM] - Re: JBpm-error in startup

2007-03-20 Thread Saviola
Hi!
Try http://localhost:8080/jbpm-console/

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4029720#4029720

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029720
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Beginner in jbpm

2007-02-04 Thread Saviola
Hi!
There is prety nice documentation guide that comes with the bundle and a lot of 
real examples there too. Look at them carefully, give them a try!
If you have something unclear after that use forum search functionality and try 
to find the answer you are looking for!
And just after you did all this come back to this forum, describe your problem 
and your environment (jBPM version, DB, app server, OS) and ask your question!
Also there is detailed wiki page where you can start at 
http://www.jboss.com/wiki/Wiki.jsp?page=JbpmWiki
All said counts for your next two posts!
Sorry for not being that polite but if you have some preliminary knowledge 
about jBPM and ask concrete questions we here at the forum will try to help you 
as fast as we can.

Rgs

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4010805#4010805

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4010805
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Sending Emails?

2006-12-22 Thread Saviola
See jBPM 3.2 in the CVS. It has build-in functionality for sending emails.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3995810#3995810

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3995810
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: org.jbpm.JbpmException: transition in node 'StartState(s

2006-10-31 Thread Saviola
Hi, alpheratz-jb!
Try setting a name of the only transition in the start state.

Regards,
  Saviola

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3981975#3981975

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981975
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Process-state: can't create a process instance when proc

2006-10-27 Thread Saviola
Hi, ayang!
I think the problem arises from the fact that the subprocess is not actually in 
the database before you close the jbpmContext.
Try and investigate in that direction.

Regards,
 Saviola

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3981396#3981396

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981396
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: How to realize the fork node?

2006-10-23 Thread Saviola
Hi!
Do you have the users that you address in the process definition in the 
database?

Saviola

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3979938#3979938

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3979938
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Task Not Being Created?

2006-10-13 Thread Saviola
Hi!
Why do you call jbpmContext.save(newProcess);?
I think that when you close the context Hibernate wil take care of putting the 
right stuff in the database.
Are you sure your code goes through the assignment handler?
Another approach is telling the node not to create task as setting its 
attribute create-tasks='false' and use node-enter event of the task node to 
create you task. Although I think this is not what you want try this and see 
what happens,

Saviola

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3978081#3978081

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978081
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Swimlane assigment

2006-10-13 Thread Saviola
Hi, nort!
it seems there is some problem with your JBPM Context. Seems like it is closed 
upon entering your task node Urlaubsantrag entscheiden. And this is the 
reason for not resolving the assignment expression. Since you are entering the 
task node it means that the process has already left its start state with no 
problem, i.e. the first swimlane assignment is correct.
Check if you are calling JbpmContext.close() somewhere in the middle.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3978076#3978076

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978076
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Handling databases through jBPM

2006-10-12 Thread Saviola
Hi!
Have you ever looked at any docs concerning jBPM?!
http://docs.jboss.com/jbpm/v3/userguide/thejbpmdatabase.html

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3977756#3977756

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977756
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: sessions and forks

2006-10-12 Thread Saviola
I am sorry but I can't get the question :(
What do yo umean by:
anonymous wrote : The part of the workflow inside the fork may have different 
levels?
What are these levels?
If you want to retrieve all the tokens of a particular token (no matter if it 
is the root one or not) write your own recursive method that goes down the 
levels and uses one of the methods of the Token class.

Saviola

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3977758#3977758

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977758
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: how can I get previous actorid in jBPM 3.1.2?

2006-10-11 Thread Saviola
Hi, ppxiaofei!
AFAIN the id of the previous actor is not persisted in the datbase. You can use 
it just after reassigning the task instance.
Look at the code for confirmation.

Regards,
  Saviola

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3977423#3977423

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977423
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: sessions and forks

2006-10-11 Thread Saviola
Look at the class Token. It has four methods for retrieving its child tokens.
The code is your best friend. :)

Regards,
  Saviola

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3977424#3977424

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977424
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Node instead of Fork

2006-10-11 Thread Saviola
Hi, pedrosacosta!
EnhancerByCGLIB is something related to Hibernate. It is like a wrapper for the 
Node object.
I hope this hint helps, you can read more from Hibernate docs.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3977425#3977425

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977425
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Regarding Jbpm tables

2006-09-28 Thread Saviola
http://wiki.jboss.org/wiki/Wiki.jsp?page=Jbpm31DataModel

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3974843#3974843

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974843
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: How many data types do the process variables have?

2006-09-08 Thread Saviola
http://docs.jboss.com/jbpm/v3/userguide/context.html#accessingvariables

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3970271#3970271

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970271
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Error in node--TaskNode

2006-08-10 Thread Saviola
Hi!
I don't know if this is because of the forum formating the postings or you 
personally misspelled it but it seems you miss one double quote after name=tra.

Regards

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3964248#3964248

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964248
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user