[jboss-user] [JNDI and Naming] - JNDI multi url over HTTP

2009-11-26 Thread ark99
Hi, I try to use a coma separated list of url for initializing my InitialContext. When I use a single url with jnp, it works fine: String url = jnp://localhost:1099; When I use a list of url with jnp, it works fine: String url = jnp://thisIsAFakeServer:1099,jnp://localhost:1099; When I use a

[jboss-user] [JBoss Messaging Users] - Re: How to set socket timeouts?

2009-11-26 Thread belcar
I have deployed the same code as a stand-alone Java Application launched from the CLI on that same linux server, and it keeps serving messages, even after a nights sleep. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267618#4267618 Reply to the post :

[jboss-user] [JBoss Cache Users] - READ_COMMITTED is violated when cache mode is INVALIDATION_S

2009-11-26 Thread veklov
Hello. Please see below test case. Currently working assertions are commented out. Is that a bug? Cache version is 3.2.1.GA | import java.util.ArrayList; | import java.util.Collections; | import java.util.List; | import java.util.concurrent.CyclicBarrier; | import

[jboss-user] [jBPM Users] - Re: Need Suggestion :: MySql and JBpm

2009-11-26 Thread sebastian.s
You can use unit tests with all supported databases. You just have to put an appropiate configuration in the classpath to tell jBPM to use your MySQL-database when running your unit tests. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267620#4267620 Reply to

[jboss-user] [jBPM Users] - Re: List task comments with Activity name

2009-11-26 Thread sebastian.s
Seems the issue you mentioned got postponed, Ronald. I don't understand why. In my eyes this issue should have priority over lots of others which were kept for the 4.3 release. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267621#4267621 Reply to the post :

[jboss-user] [jBPM Users] - Re: List task comments with Activity name

2009-11-26 Thread sebastian.s
Here are the related issues. Please comment and vote. This is the issue aiming to extend the API: https://jira.jboss.org/jira/browse/JBPM-2398 This issue gives an overview about history-related issues: https://jira.jboss.org/jira/browse/JBPM-2568 View the original post :

[jboss-user] [jBPM Users] - Re: How to signal subprocess?

2009-11-26 Thread OlivierL
Waaouu It works perfectly!! Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267623#4267623 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267623 ___ jboss-user mailing list

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

2009-11-26 Thread TejJBPM
has anybody used deletemembership at all? I tried passing the dbid or the groupname..neither seem to delete it..both gives the same error... I have to stick with plain JDBC? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267625#4267625 Reply to the post :

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

2009-11-26 Thread TejJBPM
@kukeltje - I will try to post a small testcase soon... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267628#4267628 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267628 ___

[jboss-user] [jBPM Users] - How to reference Superprocess from Subprocess (jBPM 4.2) ?

2009-11-26 Thread jjp
I try to access the Superprocess of a Subprocess. I tried Execution.getParent() but it always returned null. What is the sense of the getParent function ? The API manual says the parent execution in the execution structure, but the link execution structure maps to the package documentation. Is

[jboss-user] [JBoss Cache Users] - Re: READ_COMMITTED is violated when cache mode is INVALIDATI

2009-11-26 Thread veklov
There is similar issue with REPL_SYNC. In this case it can be fixed by commenting out begin/end calls in thread2. Is that an issue with DummyTransactionManagerLookup or with cache itself? | import java.util.ArrayList; | import java.util.Collections; | import java.util.List; | import

[jboss-user] [jBPM Users] - jbpm4 task can be by many actor in the same task component?

2009-11-26 Thread optixpro
i want to know how to manage task in the same task component for many user ex. START--Task Order--END Task order assignment is sale man sale man have 4 employee they can using the same task but deferent web console thankyou ^^ View the original post :

[jboss-user] [JBoss Messaging Users] - Re: jbm 1.4.6.GA download missing

2009-11-26 Thread ekobir
Hi Can you let me know where I can find dependencies to build 1.4.6, please? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267642#4267642 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267642

[jboss-user] [EJB 3.0 Users] - Client JNDI lookup (vs. JBoss), ClassNotFoundException

2009-11-26 Thread kesson
Hello all, I just hope it is a right thread for my question. I'm running on Windows XP with JBoss 4.2.2.GA installed on it (but actually the same problem is also on Linux installation of JBoss). I've got a small client trying to do get an InitialContext() and talk to the local JBoss server

[jboss-user] [EJB 3.0 Users] - Re: Client JNDI lookup (vs. JBoss), ClassNotFoundException

2009-11-26 Thread Wolfgang Knauf
Hi, seems your client requires commons-lang.x.jar. Maybe the JNDI lookup raises an exception on this client, and some internal exception if from commons-lang. Hope this helps Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267651#4267651 Reply to

[jboss-user] [Beginner's Corner] - Re: Configuration Problem

2009-11-26 Thread Wolfgang Knauf
Hi, security-domain must be the last element in the container-configuration tag. The error message says it all ;-). I would advice you to use a validating editor to create xml files (e.g. Eclipse + WebToolsPlatform plugin), this avoids those errors. Best regards Wolfgang View the original

[jboss-user] [EJB 3.0 Users] - Re: Client JNDI lookup (vs. JBoss), ClassNotFoundException

2009-11-26 Thread kesson
It seems to be working... A LOT OF THANKS! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267656#4267656 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267656 ___ jboss-user

[jboss-user] [JBoss Microcontainer Users] - Re: Struggling with jboss-classloading.xml

2009-11-26 Thread ad-rocha
Hi ales, From JMX I could see this: Regarding to RARDeployer service: Domain jboss.deployment type Component id RARDeployer Java Class org.jboss.deployers.structure.spi.helpers.ComponentDeploymentContext Description Management Bean. Regarding to connector: Domain jboss.deployment type

[jboss-user] [JBoss Microcontainer Users] - Re: Struggling with jboss-classloading.xml

2009-11-26 Thread alesj
Go to ClassLoaderSystem(MBean) and invoke its getClassLoaderForClass for RARDeployment class. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267661#4267661 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267661

[jboss-user] [JBoss Web Services Users] - Re: java.lang.LinkageError: loader constraint violation:(In

2009-11-26 Thread ddefrancesco
Hi all, I'm facing the very same issue, I can run test successfully but when I embed the ws call in my jsf webapp the dreaded LinkageError show itself... I'm aware that should be a library problem...I actually have tried many lib configs...but no luck so far... any further pointers?? Cheers

[jboss-user] [JBoss Web Services Users] - Re: java.lang.LinkageError: loader constraint violation:(In

2009-11-26 Thread ddefrancesco
Hi again, just one thing... at the link http://www.jboss.org/jbossws/downloads/ are downloadable the jbossws distributions...which file am I to download?? Which is the readme file?? Cheers -- Daniele View the original post :

[jboss-user] [JBoss Portal Users] - Why this exception occurs?

2009-11-26 Thread thinwath
Hello, I'm using Portal 2.7.0 and configured a local-tx-datasource which I'm using with hibernate so that it uses the JTA Tx. Don't why but often this exception is thrown and my whole portal doesn't work anymore | exception | | javax.servlet.ServletException:

[jboss-user] [JBoss Tools Users] - Re: Where is the nightly build?

2009-11-26 Thread nickboldt
http://download.jboss.org/jbosstools/updates/nightly/trunk/ now contains a newer build: 3.1.0.v200911251807N-H130-RC1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267689#4267689 Reply to the post :

[jboss-user] [jBPM Users] - Re: List task comments with Activity name

2009-11-26 Thread kukeltje
I agree, but unfortunately I can only try to influence the core devs since I do not have the time to do this myself. Gathering as many votes as possible is the best to do (or getting paid support and escalate). I'll see what I can do View the original post :

[jboss-user] [jBPM Users] - Problem with node state

2009-11-26 Thread mafemuea
Hello everybody. When it finish a task of my workflow has to wait (10 days, it's customizable), to advance to the next task (of another node). I tested with a 'node state' between the two nodes happend the following error: Caused by: org.hibernate.TransientObjectException: object references an

[jboss-user] [jBPM Users] - Re: jbpm4 task can be by many actor in the same task compone

2009-11-26 Thread kukeltje
yes, see 6.2.6.2 in the documentation View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267692#4267692 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267692 ___ jboss-user mailing

[jboss-user] [jBPM Users] - Re: jbpm4 task can be by many actor in the same task compone

2009-11-26 Thread kukeltje
yes, see 6.2.6.2 in the documentation View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267693#4267693 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267693 ___ jboss-user mailing

[jboss-user] [jBPM Users] - Unable to complete task

2009-11-26 Thread TejJBPM
JBPM 4.2 I am unable to complete a task. It throws a hiberanate exception. Any pointers?? I found a JIRA with a similar issue but I am not giving Async as an attribute in the start node but still get the same error

[jboss-user] [jBPM Users] - Re: List task comments with Activity name

2009-11-26 Thread sebastian.s
Hey Ronald, thanks for your support. Of course I understand that you don't have the time and that it's not your task to take care of it. I just asked because I thought you had a clue. I was especially irritated because I thought there was consensus on the history related issues being addresed

[jboss-user] [jBPM Users] - Re: Problem with node state

2009-11-26 Thread sebastian.s
You did not mention it but I concluded you are using jBPM 3.x. So I can't help you since I use 4.x. But I advise you to post your process definition and a unit test. Also see the post about reporting problems. View the original post :

[jboss-user] [jBPM Users] - Re: List task comments with Activity name

2009-11-26 Thread sebastian.s
rmoskal, have you voted on the issue? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267700#4267700 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267700 ___ jboss-user mailing

[jboss-user] [jBPM Users] - Re: List task comments with Activity name

2009-11-26 Thread kukeltje
Also vote for the individual issues if you think it is applicable. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267701#4267701 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267701

[jboss-user] [jBPM Users] - Re: jbpm4 task can be by many actor in the same task compone

2009-11-26 Thread kukeltje
oh, and if you want multiple users (e.g. all members of the group) to have their own task: http://www.jboss.org/community/wiki/ForEachForkActionHandler It 'just' needs to be ported to 4.0 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267704#4267704 Reply

[jboss-user] [JBoss Web Services Users] - JBossWS is Java EE 5 compliant?

2009-11-26 Thread Oberiko
Hello, The last word I've seen on this is the 2007 whitepaper which states that JBossWS is not fully Java EE 5 compliant. Can anyone confirm otherwise? For example, if I were to create an application in JBossWS, would I be able to deploy it to another Java EE 5 compliant application server

[jboss-user] Hot deploy scanner and netboot

2009-11-26 Thread Maciej Madej
Hi, I have two questions: 1)How to set recursiveScan and scanEnabled properties for hot deployment in jboss 5.1.0? I've tried setting scanEnabled as follow (in hdscanner-jboss-beans.xml): bean name=HDScanner class=org.jboss.system.server.profileservice.hotdeploy.HDScanner property

Re: [jboss-user] Hot deploy scanner and netboot

2009-11-26 Thread Stephen Davidson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Maciek. This list does appear to be currently monitored by anybody from the JBoss group. You might be better off to try the forums, possible the Beginner's corner for these particular questions. Regards, Steve Maciej Madej wrote: Hi, I have