[jboss-user] [jBPM Users] - Re: jBPM 3.2.6.SP1 enterprise environments question

2009-11-16 Thread salaboy21
It's not complicated from my point of view, but for a newbie that looks in the 
documentation for that kind of things it's very complicated. Because the Java 
EE configurations are not well documented. (It's just my opinion.)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265926#4265926

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265926
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM Users] - Re: jBPM 3.2.6.SP1 enterprise environments question

2009-11-16 Thread salaboy21
Great. For me sounds to complicated.
But if you can share the post with me.. let me know when it posted!
Greetings!


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265896#4265896

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265896
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM Users] - jBPM 3.2.6.SP1 enterprise environments question

2009-11-15 Thread salaboy21
Hi all, 
I'm working with the tag jBPM 3.2.6.SP1, 
(http://anonsvn.jboss.org/repos/jbpm/jbpm3/tags/jbpm-3.2.6.SP1/) and a big 
question arise.
I have an example about a Stateless Session bean that will use the jBPM APIs to 
interact with processes. The configurations of the example uses:


  | 
  | 

and in hibernate.cfg.xml:


  |  
  | org.hibernate.transaction.CMTTransactionFactory
  | org.hibernate.transaction.JBossTransactionManagerLookup
  | 
  | 

Basically, I want to delegate the transactions administration to the container.
Now in my Stateless Session bean, I have some methods that will use the jBPM 
API's and I don't want to create the jBPMContext each time inside each method 
of my Stateless Session Bean. It's that possible? right now with 3.2.6.SP1 
version, I need to create inside each method the context in order to work.

Thanks in advance.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265756#4265756

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265756
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM Users] - Re: does JBPM support below features?

2009-09-11 Thread salaboy21
Hi barteljan,
We can continue this discussion in private (sala...@gmail.com), or in the 
Drools mailing list.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254775#4254775

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254775
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM Users] - Re: does JBPM support below features?

2009-09-10 Thread salaboy21
@Jan

The Drools team always appreciates feedback, so I would like to ask you to 
clarify a few of your statements if that is ok?

What gives you the impression that Drools Flow does not perform well in the 
Java world?  An action node can contain any Java code you want.  You have 
direct access to your process variables (as if they were local variables) and 
you have clear access to your context through a kcontext object.  You can 
easily define processes in Java (if you don't like XML) using a fluent API. The 
engine itself is a simple Java POJO component that can run embedded (without 
any db even).  What features are we missing to make it even more Java-friendly?

Let's suggest you have an application where you're not that interested in 
rules.  Why do you think Drools Flow has a more complex architecture in that 
case (basically both engines are implemented as a simple state machine, if you 
don't use rules the underlying technology is very similar)?  Does the fact that 
it is also possible to use rules make the overall solution more complex?  We 
tried to keep the APIs separate as much as possible though (check out 
http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/ProcessRuntime.java,
 I don't think it can get much easier than that?).

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254504#4254504

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254504
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM Users] - Re: Customize Rules and Workflow

2009-08-31 Thread salaboy21
cssatheesh
If you want a fully integrated environment with Rules and BPM, you need to take 
a look at the project Drools Expert and Drools Flow.
 www.drools.org

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252699#4252699

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252699
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM Users] - Re: does JBPM support below features?

2009-08-31 Thread salaboy21
You can also use Drools Flow to support all that requirements. And with Drools 
Flow you just need to learn one set of APIs to implement what you want.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252631#4252631

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252631
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Drools Forum

2009-07-09 Thread salaboy21
Probably the best way to ask a question about Drools is joining the mailing 
list:
http://www.jboss.org/drools/lists.html
Or just to go in the IRC channel and ask it online:
http://www.jboss.org/drools/irc.html

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242710#4242710

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242710
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Graphical jBPM designer for workflows

2009-05-26 Thread salaboy21
I use jBPM with netbeans.. but I code jPDL by hand..
The plugin is not necessary if you don't need to see the process graphically.
You can also create your custom process grapher if you want.. 
A plug in for netbeans wil be great.. but i think that this will need to be a 
community contribution.. :)


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233387#4233387

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233387
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Bugs in GPD jBPM 3.2.6.SP1

2009-04-12 Thread salaboy21
I will do that.. but I was waiting some feedback.. to know that are not only my 
problems.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225038#4225038

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225038
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Bugs in GPD jBPM 3.2.6.SP1

2009-04-11 Thread salaboy21
I'm trying to teach about jBPM, that is very user friendly and very easy to 
use, and I was disappointed when I found two bugs, that confuse and scared new 
users.

The first one the missing activation.jar with the fix proposed in this forum:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=153600
where the solution points to a fix proposed to version 3.3.0. So, my user will 
say.. we found bugs and we are not using the last version of the framework.. 
very bad..

The second bug that I found, when you fix the activation.jar problem and create 
a new project with the sample process.. the sample process is never created.. 
so my users said.. wtf!! I put to create a sample process but i got nothing.. 
and all of them freaks out.. 

So, please.. in order to get user and not loose the new ones that try to begin 
with the framework, fix this issues for this version of GPD. 
Thanks, your feedback will be appretiated.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225011#4225011

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225011
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Variables == Bottleneck ?

2009-03-27 Thread salaboy21
if you can share your cleaning methods.. may be the community could improve 
them... 
Thanks!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221547#4221547

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221547
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: jBPM versions in jbpm.org

2009-03-16 Thread salaboy21
I'm completely wrong with what???

If you say that one version appear and then disapper is a common thing i belive 
you.. 

And please don't hate me.. just joking with the "black lodge" from Twin Peaks 
thing.. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218404#4218404

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218404
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: jBPM versions in jbpm.org

2009-03-16 Thread salaboy21
Thanks..
pretty strange things happen here.. 
It is like the "black lodge" from Twin Peaks 
http://en.wikipedia.org/wiki/Black_Lodge

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218371#4218371

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218371
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - jBPM versions in jbpm.org

2009-03-16 Thread salaboy21
Hi guys.. I was looking in the download page of jBPM:
http://www.jboss.org/jbossjbpm/jbpm_downloads/
And I don't understand why the last version is 3.2.6 SP1.
The past week i download the version 3.3.1 i think.. because i have the 
binaries.. and now it's gone!!.. 
Also when I download the 3.3.1 version I noticed that the weights of the files 
do not appear to be right.. 
At this point I don't know what to download... and I don't know what it the 
last stable version... 
Can someone give me light on this?

Thanks in advance!


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218293#4218293

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218293
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: New lines in XML process definitions

2009-03-12 Thread salaboy21
Are you saying that reading all the content in the tag, not in two separate 
lines is not standard? please check at DOM, SAX and Xerces implementation for 
that.. 
I don't really know about that.. but I take it as a regular behavior...
I think that is not a jBPM problem
Hope it helps

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217476#4217476

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217476
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: MSSQL Exceptions

2009-03-11 Thread salaboy21
I don't think that.. please post a new exception , and where this exception 
appears.. this is when you are starting jboss?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217131#4217131

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217131
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: MSSQL Exceptions

2009-03-11 Thread salaboy21
standardjbosscmp-jdbc.xml
did you see that file?
and MS SQLSERVER2000 exists?


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217119#4217119

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217119
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: MSSQL Exceptions

2009-03-11 Thread salaboy21
Use Local-tx in your datasource file...


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217108#4217108

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217108
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: MSSQL Exceptions

2009-03-11 Thread salaboy21
If you are using one database/schema
you must use local-tx and not XA datasources..
Greetings!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217101#4217101

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217101
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: New lines in XML process definitions

2009-03-11 Thread salaboy21
this is not a bug..
is like an standard behavior of the xml parser libraries...
try using some encoded character to do that.. like \n.. 
This also depends on where do you wanna see this line break..


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217005#4217005

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217005
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Combining my persistent classes with the JBPM persistent

2009-03-01 Thread salaboy21
you should change the strategy of generating tables in hibernate to
hibernate.hbm2ddl.auto=update. check at hibernate documentation.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214041#4214041

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214041
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Transaction Issue

2009-02-25 Thread salaboy21
are you using XA datasource because you need it or because you copy the 
datasource from some place?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213083#4213083

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213083
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: where to set the database properties while installing jb

2009-02-19 Thread salaboy21
anonymous wrote :  Deployment FAILED reason: Trying to install an already 
registered mbean: jboss.jca:service
  | =DataSourceBinding,name=JbpmDS
  | 
You are trying to deploy two times the same Datasource..
please check the deploy directory and look for two files with *-ds.xml


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211580#4211580

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211580
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Please help me to install jbpm with mysql

2009-02-18 Thread salaboy21
when exactly this error appears?
Seems like you steel have problems with java:/JbpmDS datasource..



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211209#4211209

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211209
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Blocking call from Java to jBPM workflow

2009-02-17 Thread salaboy21
of course that is blocking until the process reach a wait state.. that is what 
i'm saying..
I don't understand why hkap...@ciber.com say that is not blocking.
So is blocking for nature.. i you use a wait state is because that you want to 
stop this blocking behavior and let someone else interact with the process.
I think if hkap...@ciber.com understand the concept he should review his 
question...
he also mention "workflow is ended or stopped", so i understand that he think 
that always the process interaction is not blocking





View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210887#4210887

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210887
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Please help me to install jbpm with mysql

2009-02-17 Thread salaboy21
please post the entire stack trace.. 
what do you insert in JBPM_ID_GROUP and JBPM_ID_MEMBERSHIP?
if you do that.. don't forget about JBPM_ID_USER...


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210814#4210814

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210814
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Blocking call from Java to jBPM workflow

2009-02-17 Thread salaboy21
Actually processInstance.signal(); 
is blocking.
Why did you say that is not blocking?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210727#4210727

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210727
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Please help me to install jbpm with mysql

2009-02-17 Thread salaboy21
As you can see:
anonymous wrote : java:/JbpmDS was not depl
  | oyed or type-mapping was not configured.
the main problem is in your data source configuration
i recommend you four things:
1) try to put a password to your root user in mysql
2) be sure about the xml syntax
3) be sure that your mysql-ds.xml is in the deploy path
4) be sure that there is no other datasource deployed called JbpmDS

hope it helps


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210674#4210674

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210674
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Please help me to install jbpm with mysql

2009-02-16 Thread salaboy21
First of all, 
why are you using XAdatasources? did you really need it??
look at the final exceptions: 

  | 14:27:53,352 WARN  [JMSContainerInvoker] JMS provider failure detected for 
CommandListenerBean
  | javax.naming.NameNotFoundException: XAConnectionFactory not bound
  | 
  | 

Second, 

  | 
  | java:JbpmDS
  | 

[jboss-user] [JBoss jBPM] - Re: java source code generator

2009-02-13 Thread salaboy21
i think there is no application to do that..
But why you wanna do that exactly??
You have processDefinition object that represent exactly that.. and you can 
create it with your xml...



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209884#4209884

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209884
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: invoking drools in jBPM

2009-02-12 Thread salaboy21
Here is one tutorial, sorry but is in spanish.
You can translate it using translate.google.com...

http://salaboy.wordpress.com/2008/09/01/jugando-con-jbpm-12-jbpm-drools/

I hope it helps.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209435#4209435

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209435
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Oracle Workflow conversion to JBPM - Automation

2009-02-04 Thread salaboy21
Great Job!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207054#4207054

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207054
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Remote access to Jbpm Jboss

2009-01-28 Thread salaboy21
Did you look in jbpm-enterprise module?
You can achive what you are looking for with it...


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4205205#4205205

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4205205
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: jBPM with toplink

2009-01-28 Thread salaboy21
Are you using JPA? or just toplink?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4205204#4205204

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4205204
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: How to implement Workflows in an Application using jBPM

2009-01-15 Thread salaboy21
You can use jBPM with any GUI/presentation framework that you want. Also you 
can integrate it with Java EE without problems.
This is because jBPM is a framework just like hibernate, and you can use it 
inside your applications or as a service.

I hope this comments helps you.. let me know if you have more questions!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202109#4202109

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202109
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Finding process instances by vars

2009-01-03 Thread salaboy21
Ronald,
in jBPM 4 there is something about that?
if not.. can we think some kind of pattern or best practices to achive that?


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199363#4199363

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199363
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: BPM engine within different tools

2009-01-03 Thread salaboy21
I think is a very good question.. and the answer is ...
depends...
Depends of what are you try to achive..
If you want to reuse you business process between multiple applications, you 
must probably want to have your business process engine outside you application 
and talk with that when you application need to know the state of one or 
multiple process.

In the other hand.. if you look alfresco.. you should see that the include the 
business process engine inside the product. That is because ECM have strong 
relationships with workflows.

I hope it helps.. if something is not clear enough let me know.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199362#4199362

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199362
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Restrict the users to start process definition

2009-01-03 Thread salaboy21
you can do whatever you want.. you only need to customize the admin console.. 
becuase if you look for another post about this console, you should see that is 
not a production application.. and it is only to test some functionalities of 
jBPM. 
If you look the code of jBPM console, you will find that is very easy to 
customize it.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199361#4199361

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199361
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Any user sees all the user tasks

2009-01-03 Thread salaboy21
anonymous wrote : 
  | I created 3 tasks and assigned these tasks to 3 different users. But from 
Admin Console, I am able to see the other users tasks and also I can perform 
taks assigned to other users. 
  | 

I think that is why they call it Admin Console.. because is for administrators 
and POC application only, you can customize it if you want..



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199360#4199360

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199360
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: nulpointer in slightly complicated process

2008-12-18 Thread salaboy21
great! look that everytime that you modify a class, in the deployment tab 
all(or some) classes become unchecked.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197354#4197354

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197354
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: nulpointer in slightly complicated process

2008-12-18 Thread salaboy21
sounds like F's ActionHandlers is not in the classloader. Make sure that you 
deploy it. And that is accesible by the JobExecutor.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197340#4197340

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197340
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Require JBPM tutorial

2008-12-16 Thread salaboy21
I have my personal blog:
http://salaboy.wordpress.com
But is in spanish, you can translate it with:
translate.google.com

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196845#4196845

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196845
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Problem with WS in jBPM

2008-12-15 Thread salaboy21
did you see: 

http://docs.jboss.com/jbpm/v3.2/userguide/html/ws.html

and 

http://jbws.dyndns.org/mediawiki/index.php?title=Install_JBossWS

pages?


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196524#4196524

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196524
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Problem facing configuraing JBPM with SQL Server

2008-12-09 Thread salaboy21
yes, you must change your hibernate.cfg.xml file to use the JbpmDS datasource.. 
because it is configure to use Hipersonic, also note that you must change the 
hibernate Dialect to the SQL server dialect

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195412#4195412

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195412
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: problem about JBPM with tomcat

2008-12-05 Thread salaboy21
yes, of course, you must take a look at jbpm.cfg.xml file ... if you don't have 
one the default.jbpm.cfg.xml is used and it is inside the jbpm-jpdl.jar. this 
file have a reference to hibernate.cfg.xml file that must be on your classpath 
to configure the database or datasource that will be used by jbpm.

I hope it helps.!
Let me know if you need anything else..


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194596#4194596

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194596
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Custom Authentication/Identity Module

2008-12-04 Thread salaboy21
the jBPM Identity Component is only for testing.. and has the minimal structure 
to use users and groups.

The jBPM core is totally decoupled from the identity, the only relationship 
with identities are actorId and pooledActors that are both strings. Because of 
this, you can set any ID in the actorId property, because it is a simple string.

So, to make it work, in you assignments handlers you must ensure that your 
custom identity component set the right string in the actorId or pooledActors 
property.





View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194305#4194305

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194305
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Is there no looping counter in jbpm?

2008-12-03 Thread salaboy21
you have, due date and repeat for timers and notifications.. 
and always  have actions in java to do that with your customs behavior..


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194143#4194143

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194143
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Custom Authentication/Identity Module

2008-12-03 Thread salaboy21
sorry about that post.. I was really wrong!! 
This is because i do a fast search and a fast reply...
You can change your ExpressionAssignmentHandler by putting your extended 
ExpressionAssignmentHandler(MyExpressionAssignmentHandler) in the class 
attribute in the assignment tag.

Take a look at this and let me know if you can make some tests.

Hope it helps

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194122#4194122

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194122
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Custom Authentication/Identity Module

2008-12-03 Thread salaboy21
I was looking for your answer (in jbpm 3.2.3) and I find this block of code:


  | if (expression!=null){
  |   assignmentDelegation.setProcessDefinition(processDefinition);
  |   
assignmentDelegation.setClassName("org.jbpm.identity.assignment.ExpressionAssignmentHandler");
  |   
assignmentDelegation.setConfiguration(""+expression+"");
  |   
  | }
  | 

This code is in the JpdlXmlReader.java, that is a core class that take the XML 
and create the processDefinition Object. The method is:


  | protected Delegation readAssignmentDelegation(Element assignmentElement)
  | 

So I think that you must recompile the entire jbpm-jpdl.jar to change this 
Handler, with your extended handler implementation.

This is really a bad news for me.. because there is no other way to set it.. 
(someone know another??) but I think is right because is a core property, but 
there are no really flexible way to change it.. I hope to be wrong about that.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194119#4194119

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194119
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Custom Authentication/Identity Module

2008-12-03 Thread salaboy21
yes... there is something like you are saying...

There is not a solution available for LDAP users.. i think.. Ronald may know 
something...

But if not.. we can do it together if you want.. 
Let me know..

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194071#4194071

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194071
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-03 Thread salaboy21
please post the jpdl XML code.. where you are adding this assignment handler..


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194057#4194057

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194057
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Custom Authentication/Identity Module

2008-12-03 Thread salaboy21
I have a post about that topic, but is in Spanish...
you can use translate.google.com to translate it to english.. and then tell me 
if you understand

http://salaboy.wordpress.com/2008/11/05/jugando-con-jbpm-15-identity-component/

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194046#4194046

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194046
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-03 Thread salaboy21
If you have a ClassCastException you should check your stack trace. Or you can 
show us how it looks like with your ActionHandler Code...


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194017#4194017

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194017
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: how to implement co-sign a task by several person?

2008-12-03 Thread salaboy21
Yes, also you can create a task-node that contains multiple tasks for approval 
And make this taks-node wait for all the task complete to signal the process.
Also you can create a fork/join situation giving more flexibility!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193993#4193993

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193993
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-03 Thread salaboy21
If you got a DelegationException if because you don't have your "action" 
classes in your application(test unit) classpath.. take a look at that!

Let me know if you still have problems!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193991#4193991

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193991
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: How can we save the jBPM process state in the database e

2008-12-01 Thread salaboy21
take a look at hibernate.cfg.xml file, where you can find the hibernate.hbm2ddl 
and check if is not in drop-create.
This will cause your behaviour...

let me know if this is not your problem.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193549#4193549

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193549
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Problem with User.hbm.xml

2008-11-28 Thread salaboy21
yes, you probably need to check the hibernate.cfg.xml file, and look for 
User.hbm.xml that may be commented.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193112#4193112

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193112
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: java.sql.SQLException: You cannot commit during a manage

2008-11-26 Thread salaboy21
You're welcome, let us know if you have some troubles with another methods than 
createSchema() and dropSchema(), all the other method should work fine under 
CMT.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192626#4192626

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192626
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: java.sql.SQLException: You cannot commit during a manage

2008-11-26 Thread salaboy21
I'm  also very familiar with this code, but also seem logical that the creation 
of the database needs to be persisted inmediately. 
I don't think that is probable solution to call createSchema() inside CMT.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192622#4192622

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192622
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: java.sql.SQLException: You cannot commit during a manage

2008-11-26 Thread salaboy21
I think this is a special case.. because you need to commit in order to see the 
table that you have created... 
This section in the document, I supose that is for all the other situations.
I must check the code to be sure...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192617#4192617

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192617
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: java.sql.SQLException: You cannot commit during a manage

2008-11-26 Thread salaboy21
No, you can not make a commit if you are under managed transactions, so you can 
not create an schema and commit it if you tell your container that handle the 
transactions for you.

You must have your schema already generated when you use CMT.

Hope it helps

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192611#4192611

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192611
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JbpmContext is always null

2008-11-26 Thread salaboy21
this is why you  need hibernate.cfg.xml with the correct mappings.. 
because there is the structure of your process and the data of your instances.

If you create a sample project with eclipse you should see that a 
hibernate.cfg.xml is created for you and an empty jbmp.cfg.xml is also created.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192561#4192561

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192561
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JbpmContext is always null

2008-11-26 Thread salaboy21
If you want to create or use a JbpmContext you need to know where is the 
structe of the processDefinitions and the processInstances. For this, of course 
that you need to know where and how all the structure are mapped.
So if you also add entities in variables, you need to map it too...

If you are in a standalone app, you will need the same hibernate mappings that 
you have in the console.. and may you must change where the Datasource is 
pointing.

Hope it helps

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192553#4192553

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192553
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JbpmContext is always null

2008-11-26 Thread salaboy21
Of course, if you not have content in your jbpm.cfg.xml, the content is taken 
from default.jbpm.cfg.xml that is in jbpm-jpdl.jar. Inside this file, there is 
a reference to hibernate.cfg.xml. 
So check your mappings in hibernate.cfg.xml in order to fix your problem


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192507#4192507

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192507
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Unable to get the taskform with variables

2008-11-26 Thread salaboy21
thanks for the comment.. i was to lazy to open my IDE


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192492#4192492

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192492
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JbpmContext is always null

2008-11-26 Thread salaboy21
Where are you running this code?

if you are doing this in a JUnit test, you must ensure that jbpm.cfg.xml is in 
your classpath, so you can do the following:


  | JbpmConfiguration conf= JbpmConfiguration.getInstance();
  | JbpmContext context=conf.createJbpmContext();
  | 

Then you should check that your context is not null.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192490#4192490

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192490
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Unable to get the taskform with variables

2008-11-25 Thread salaboy21
This is a common mistake.. please, change the name of your task (not 
task-nodes) with names with no spaces.. then re-generate this forms.. and look 
in the file where all the forms are linked.. I don't remeber the name but is 
another xml file near the xhtml files.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192043#4192043

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192043
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Implement JBPM on WEBLogic and using DB2

2008-11-24 Thread salaboy21
did you change you DB DIALECT?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191865#4191865

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191865
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: task name

2008-11-24 Thread salaboy21
that is because you are setting the name in the task tag, and you must set it 
to the task-node tag. Because the task instances are generated from the 
task-node tags
Hope it helps

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191864#4191864

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191864
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Error Saving ProcessInstance using AssignmentHandler

2008-11-21 Thread salaboy21
Can you show us your code where you make token.signal()?





View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191405#4191405

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191405
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Lots of versions of the same process

2008-11-21 Thread salaboy21
if you google that class you will find this:

https://springmodules.dev.java.net/docs/reference/0.6/html/jbpm31.html

This tells you that the process definition will be deployed every time that you 
start up your server


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191373#4191373

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191373
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Lots of versions of the same process

2008-11-21 Thread salaboy21
What class in the spring module are you using?

anonymous wrote : 
  | I'm using the JBPM Spring Module
  | 



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191369#4191369

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191369
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Lots of versions of the same process

2008-11-21 Thread salaboy21
You are right, I don't know why I put that... 
tell me more about your scenario... 
what do you mean when you said 
anonymous wrote : 
  | a new version of a process
  | 



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191365#4191365

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191365
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Lots of versions of the same process

2008-11-21 Thread salaboy21
Look in your hibernate.cfg.xml file if your hbm2ddl is set to drop-create...
this may be the cause


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191342#4191342

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191342
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: How to configure Jbpm in non-distributed tomcat cluster?

2008-11-20 Thread salaboy21
Also you have this document to take a look:

http://www.jboss.org/community/docs/DOC-11161

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190840#4190840

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4190840
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: How to configure Jbpm in non-distributed tomcat cluster?

2008-11-20 Thread salaboy21
I think that you must use the JbpmContext to handle your transaction and take a 
look if you are using Hibernate Second Level cache.. But if you not.. I think 
the basic configuration works fine to you..

Hope it helps

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190836#4190836

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4190836
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Skipped process state

2008-11-20 Thread salaboy21
I think the process is behaving very well.. this is because you don't have any 
wait states...
If you put in the sub process a node state, your parent process will be wait 
the sub-process node.. and then you must signal it..

Hope it helps

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190834#4190834

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4190834
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Task Assignment Expression, Hibernate Parameter Error

2008-11-14 Thread salaboy21
This kind of warning / error could be that in you hibernate.cfg.xml you don't 
have the group, user and membership entities mapper.. maybe there are 
commented
Take a look

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189555#4189555

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189555
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: [3.1.4] access to variables somewhat slow

2008-11-14 Thread salaboy21
Very good question...
You can not cache the Task Variables because generally this kind of variables 
change a lot.. I don't know how your process is but I suppose that you can do 
that

Let us know what kind of variables you persist in the taks...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189444#4189444

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189444
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: question about JobExecutor and Threads

2008-11-14 Thread salaboy21
Interesting thread.. can someone create some wiki about this?
I will try to make a post in my blog about it.. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189405#4189405

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189405
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: fork and join childeren

2008-11-14 Thread salaboy21
right! 
It's ok!! 
I that you can probe the same with asserts.. but.. obviously here all 
understand the to methods...

Thanks and good look with jBPM!!!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189404#4189404

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189404
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM Oracle connection Issue

2008-11-14 Thread salaboy21
Yes.. i think you are right.. but.. when I started jBPM i see it like it 
involves a lot of things and i was not able to do the basic things.. 
When you can make it work.. you start to understand things and then knows in 
what you need to focus.. 

So if I can help here to make the things work.. then for each particular case 
the users/developers knows what they need to read .. like I did.. 

But I don't know.. I try to not bother here.. I only try to help the new people 
to get started.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189387#4189387

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189387
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JDBCConnectionException: Cannot open connection

2008-11-14 Thread salaboy21
Yes.. i was asking me the same... is very odd...


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189375#4189375

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189375
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JDBCConnectionException: Cannot open connection

2008-11-14 Thread salaboy21
Ok, i see that.. 
can you see this configuration file??

create.db.hibernate.properties??

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189366#4189366

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189366
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JDBCConnectionException: Cannot open connection

2008-11-14 Thread salaboy21
where did you configure the Database and with what database?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189356#4189356

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189356
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JDBCConnectionException: Cannot open connection

2008-11-14 Thread salaboy21
are you using jbpm-starter-kit-3.1.3 (i think is jbpm-starter-kit-3.2.3) for 
any particular reason?

With what DB did you like to use jBPM?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189353#4189353

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189353
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JDBCConnectionException: Cannot open connection

2008-11-14 Thread salaboy21
can you post us the content of the hibernate.cfg.xml file?
did you configure the Database connection?



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189350#4189350

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189350
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: fork and join childeren

2008-11-14 Thread salaboy21
if you wanna really see the values variables and tokens you must debug...
And remember that asserts are basic concept in JUnit testing... so... try to 
leave println...


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189327#4189327

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189327
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Process Definition Inheritance

2008-11-13 Thread salaboy21
At this moment this I think thit is not possible.. but I think you can modify 
the process definition object when the xml is parsed... But the easiest way is 
have both process definition with the little variation

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189251#4189251

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189251
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: fork and join childeren

2008-11-13 Thread salaboy21
Ok, you are right.. there is something with your process definition and at 
first sight i don't find this error...
So when I test it in my IDE i find the problem very quickly:

This is your problem:

"" +
  | "   " + 
  | "   " 
+ 
  | "   " + 
  | "   " + 
  | "   " + 
  | "   " + 
  | "   " + 
  | "   " + 
  | "   " 
+ 
  | "   " + 
  | "   " + 
  | "   " 
+ 
  | "   " + 
  | "   " + 
  | "   " + 
  | "   " + 
  | "   " +
  | ""
  | 
If you look it carefully, you will find that I add the name attribute in the 
transitions..
This confuse jBPM because have to with null or empty names...
If you correct that you see the right behaviour..
Hope it helps...


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189205#4189205

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189205
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: fork and join childeren

2008-11-13 Thread salaboy21
No NO NO!.. LOL

anonymous wrote : 
  | 
  | 1. The token is in start.
  | 2. I do a signal and then the token arrives at the fork. At that time it 
does not know what to do, they may be transitions with conditions.
  | 3. When another signal is done on the token in the fork, THEN it will 
determine what transitions to follow and thus childeren can be created. 
  | 

the second (2) point is wrong.. when the process enter to de fork node It know 
how many transition have.. so it create all the child token.. (If you don't 
belive me.. see the ForkNode.java class)

The fork node is not a wait state.. so if you signal the start-state, the 
process will continue passing thru the fork node until reach the S1 and S2 
nodes...

So do this test:

1) signal de root token
2) look for childrens.. at this time with only one signal.. you must have 2 
children.
3) then you can signal one of the child tokens and you see that the root token 
still in the fork node and the child token go to join node
4) then signal the other token and you will see that the root token moves to 
the end and the child token like the other move to join node...

Can you do that test and post your code?


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189197#4189197

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189197
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: fork and join childeren

2008-11-13 Thread salaboy21
At first sight.. 
I think you have a concept problem.. 
Remember that signal method will execute your process until the processInstance 
reach a wait state...

And the process is behaving well!!

If you look you very nice graph and follow the signals you will see...
1) the first signal will go out from the start node
2) in this step you have two child tokens waiting in the S1 and S2
3) the next signal (the second one) signal the S1 child token and it moves to 
join...(the parent token is still in the fork node)
4) the next signal (the third one) will signal S2 and then beacuse S1 and S2 
are both in the join node your output will be end

Its that clear?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189139#4189139

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189139
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: fork and join childeren

2008-11-13 Thread salaboy21
The code is in some way correct.. you need to understand the behaviour only
The two child tokens are created and propagated in the fork node, and the 
parent token stay in the fork node.. 

In your code you can look for child tokens in the root token and then signal 
them and not always signal the parent. Just to clear the concepts...
Because when you signal the root token.. it propagate the signal to the child 
tokens..

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189152#4189152

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189152
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: fork and join childeren

2008-11-13 Thread salaboy21
First of all, great ASCII graphic!!

Hmm... you have an wierd situation... 
The behaviour is like the documentation said...
So.. show us your process definition and your code that signal this process..
because there is something missing sure

Greetings!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189130#4189130

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189130
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: deployment in starter kit

2008-11-13 Thread salaboy21
If you are dealing with a PAR Archive (very rendundat) you can see the process 
of deployment in this theorical way:

1) A servlet in the jBPM web console get the PAR octet stream and unzip it in 
memory.
2) this parse the xml of processdefinition.xml and create and object model in 
memory (I mean your process definition in the form of Object Instances)
3) this ProcessDefinition object is mapped with hibernate to your Relational 
Database
4) so with hibernate is persisted in your database tables
5) the classes in your PAR are loaded into the class loader, so now your 
process instances can access your ActionHandlers, DecisionHandlers, etc.

I hope this is clear enough




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189069#4189069

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189069
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM Oracle connection Issue

2008-11-13 Thread salaboy21
yeah! this is because if he is a new user, he probably spend a lot of 
time reading about hibernate (not a bad thing) and have less time to read about 
jBPM...



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189066#4189066

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189066
___
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 inform about running tokens/processes.

2008-11-13 Thread salaboy21
If you are in this situation, you are probably with the UI blocked waiting for 
your method to finish and your process to reach a wait state.

I think you should think about the business process issue that is involved with 
your problem.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189040#4189040

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189040
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM Oracle connection Issue

2008-11-13 Thread salaboy21
Yes.. you should be sure that you change this line in the hibernate.cfg.xml 
file:

 org.hibernate.dialect.HSQLDialect

To the correct Oracle dialect

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189036#4189036

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189036
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Problem: jBPM + JTA

2008-11-11 Thread salaboy21
jaja te recomiendo el de JBoss es muy bueno.. y va muy al detalle, yo lo dicte 
un par de veces aca en Buenos Aires Argentina.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188567#4188567

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188567
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


  1   2   3   >