[jboss-user] [jBPM Users] - Re: Feture Request: Task subjects

2009-11-21 Thread sebastian.s
https://jira.jboss.org/jira/browse/JBPM-1209 I think Ronald wanted to point you to this issue which is about extending the support for expressions. This would mean that you could also use an expression to evaluate task's description. So it could be set at runtime. Please read the issue

[jboss-user] [JCA] - Re: How can I get jbossts-jta-4.2.3.SP8?

2009-11-21 Thread dengyong
Anyone can lend a hand on this question? I met the same problem? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266860#4266860 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266860

[jboss-user] [jBPM Users] - Incorrect Incoming Transition evaluation on Join Node

2009-11-21 Thread pradeep.gulla
I'm Using JBPM4.1 with SQLServer 2000. My process xml contains a FORK node for assigning 2 parallel tasks. I've created on extra Task Node which is not part of Fork but contains outgoing transition to JOIN. When I'm trying to complete the 2 created tasks, execution is not forwarding. JOIN node

[jboss-user] [EJB 3.0 Users] - Application-Managed EntityManager transaction type must be R

2009-11-21 Thread CatchSandeepVaid
[P-312 of Ejb3 In Action Book] states: For application-based EntityManager, the transaction-type must be set to RESOURCE_LOCAL in the persistence.xml file. but in case the application is running inside container (App server) , it can join JTA transaction. Sp why always

[jboss-user] [EJB] - [JBoss 5.1 GA EJB 3.0] Stopping an EJB Timer service

2009-11-21 Thread longbeach
Hi, I created an EJB Timer service inside a stateless session bean. It works well. I created a client class that calls a method that creates the timer and a method that is called when the timer times out. However it does not stop when i call the cancel() method of the javax.ejb.Timer

[jboss-user] [EJB] - Re: [JBoss 5.1 GA EJB 3.0] Stopping an EJB Timer service

2009-11-21 Thread longbeach
Never mind, it works. I was not cancelling it properly. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266869#4266869 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266869 ___

[jboss-user] [jBPM Users] - [jBPM 4.2]

2009-11-21 Thread xalperte
I'm trying to locate a ProcessInstance inside a List container using the contains method but the instance is not found. Looking in the equals method of the ExecutionImpl I saw that the EqualsUtils.equals static method is used for that purpose and it's using the object pointer instead the

[jboss-user] [jBPM Users] - Re: Feture Request: Task subjects

2009-11-21 Thread kukeltje
Sebastian is correct. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266875#4266875 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266875 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: Incorrect Incoming Transition evaluation on Join Node

2009-11-21 Thread kukeltje
Since you have a transition from task3 to the join, it is in the incoming transitions and the join expects an incomming token/execution. It cannot easily decide there will not be a token comming from task3. Two things come to mind: - implement your own join node - use the n-out-of-m

[jboss-user] [jBPM Users] - Re: jbpm 4.2 - Subprocess issue

2009-11-21 Thread kukeltje
please make a unittest for it and add it to the issue. All jbpm tests still run, so maybe you do something that is either not tested or by accident worked in 4.1. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266878#4266878 Reply to the post :

[jboss-user] [JBoss Microcontainer Users] - How to get DeploymentUnit?

2009-11-21 Thread Juergen.Zimmermann
I want to integrate Jersey (aka reference impl for JAX-RS) and JBoss. Therefore, I have to provide an implementation for the annotation @EJB by myself. At http://www.jboss.org/index.html?module=bbop=viewtopicp=4235907#4235907 I found these 3 steps by Ales Justin: (1) Get CL for the class (2)

[jboss-user] [jBPM Users] - Re: The most simple jBPM jbpm.cfg.xml configuration file

2009-11-21 Thread kukeltje
There is a 'default' cfg in jbpm that is 'minimal´ If you want less, you have to describe in detail what functionality of jBPM you do not want to use (there is not much difference in using jBPM in a webapp or standalone app) Regarding the database, that is totally up to you to decide. View

[jboss-user] [jBPM Users] - Re: [jBPM 4.2]

2009-11-21 Thread sebastian.s
Got a feeling this could be somthing for the developers' forum. Any opposition? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266880#4266880 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266880

[jboss-user] [jBPM Users] - Re: Incorrect Incoming Transition evaluation on Join Node

2009-11-21 Thread pradeep.gulla
thanx for ur quick reply. The second option (multiplicity attribute) may not work for me :( coz, number of transitions may vary as per my requirment.(0 to 7 and more) Option 1 - suits better for me. I've changed the JoinActivity of JBPM Source code and its working. But it should not be like

[jboss-user] [Security] - JAAS - more data about the user

2009-11-21 Thread ndario
So far I developed webapps with User object in session that holds username, full name, role name etc. Now I setup declarative security using LoginModule and all is well but all I have from current user is it's principal which is username only. What can I do if I want to get hold of more user

[jboss-user] [Performance Tuning] - Upgraded jboss As 4.1 to 5.1 and performance degrated

2009-11-21 Thread tpalani
We upgraded jboss AS from 4.1 to 5.1 and having lot of performance degradation in 5.1. Any pointer to tuning the performance of 5.1 will be appreciated. Thanks Palani View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266886#4266886 Reply to the post :

[jboss-user] [JBoss Microcontainer Users] - Re: How to get DeploymentUnit?

2009-11-21 Thread alesj
Actually that's not correct (hence my off the top of my head), as Module/ClassLoader can be created from different/multiple (sub)deployments. e.g. ear + jars Why exactly do you need DeploymentUnit? What is your environment - where do you want to access DU from? Looks like class's classloader is

[jboss-user] [JBoss Cache Users] - Null element in the Vector

2009-11-21 Thread roman.mandel...@gmail.com
I am chasing after a strange issue in pojo cache: There is a Vector that I am using it as a queue one Thread is pushing things into the tail and the other poping the head of the Vector. The Vector is being aspectize with the following configuration (pojocache-aop.xml): | ?xml version=1.0

[jboss-user] [Persistence] - moving JPA application using Hibernate to JBOSS 5.01

2009-11-21 Thread waltc
Hi, I apologize for this as I am sure it is a frequent question but I have not found an answer. I have a JPA servlet that was running fine under Tomcat 6 with the persistence.xml under WEB-INF/classes/META-INF. This file pointed to the db, specified the dialect, etc etc When I moved the war

[jboss-user] [Persistence] - moving JPA application using Hibernate to JBOSS 5.01

2009-11-21 Thread waltc
Hi, I apologize for this as I am sure it is a frequent question but I have not found an answer. I have a JPA servlet that was running fine under Tomcat 6 with the persistence.xml under WEB-INF/classes/META-INF. This file pointed to the db, specified the dialect, etc etc When I moved the war

[jboss-user] [JBoss Cache Users] - Re: Can't acquire lock in 0 ms

2009-11-21 Thread rs1050
In debugger i see that inside MVCCHelper.acquireLock:159 invocation context's option overrides the value of lockAcquisitionTimeout to zero, even though for testing sake i explicitly set it to non-zero. What is more interesting, is that in the main thread a second later i can still see my

[jboss-user] [Persistence] - Re: moving JPA application using Hibernate to JBOSS 5.01

2009-11-21 Thread waltc
After much trial and error and false starts I discovered my problem. It is important that the web-inf/lib contain NO hibernate jar files or javassist.jar. The original error, which was, the MySQLDialect could not be cast to Dialect was due to the mismatched hibernate jars. So be careful here.

[jboss-user] [JBoss Messaging Users] - Re: Exception when trying to get ConnectionFactory

2009-11-21 Thread bershath27
Can you make sure you've got javassist.jar in your classpath? Please refere the documenattion where it describes the libraries you should have in your classpath,when sending messages from a plain JMS client Cheers View the original post :