[jboss-user] [jBPM Users] - Newbie: executing forked paths in parallel

2009-11-01 Thread efip
Hi, I am looking at JBPM as a candidate workflow engine. My current understanding is that if I fork a path of execution into multiple concurrent paths, all of them will be executed in one thread (for each path: until it reaches the join node or a wait state) - sequentially. I need to

[jboss-user] [jBPM Users] - Re: Newbie: executing forked paths in parallel

2009-11-01 Thread sebastian.s
As far as I understood async forks will be executed in different threads. For each activity after the fork a job will be created by the JobExecutor which maintains a pool of threads to execute jobs. However I am not sure if I understood your question correctly. If not please rephrase and

[jboss-user] [JBoss Tools Users] - Failed while installing Dynamic Web Module 2.5.

2009-11-01 Thread paulkeogh
Hi, Latest and greatest is failing when trying to add a new Seam Web project. Details below. JBT: eam Tools for Eclipse Version: 3.1.0.v200910281724M-H247-M4 Copyright (c) JBoss by Red Hat, 2007 - 2009. All rights reserved. Visit http://www.jboss.org/tools and http://www.seamframework.org

[jboss-user] [JBoss Messaging Users] - JBoss 4.2.3 GA, JBoss Messaging 1.4.2 SP1 GA and Worker Thre

2009-11-01 Thread mayureshk
I will appreciate any insight regarding the behavior observed with JBoss 4.2.3 GA, JBoss Messaging and Worker Threads. The JBoss 4.2.3 GA is running on Windows XP (SP 3) and uses jdk1.6.0_12. The server is configured to use JBoss Messaging jboss-messaging-1.4.2.GA-SP1 (instead of JBoss MQ

[jboss-user] [JBoss Tools Users] - Re: Failed while installing Dynamic Web Module 2.5.

2009-11-01 Thread paulkeogh
Also tried with the nightly build same result. (Version: 3.1.0.v200910310441N-H45-RC1) The previous entry in the Eclipse error log is also related: java.lang.NullPointerException: No IModelProvider exists for project P/ref of version: Dynamic Web Module 2.5 at

[jboss-user] [Installation, Configuration Deployment] - ERROR [AjpMessage] Invalid message recieved with signature 1

2009-11-01 Thread john_es
Hopefully I found the correct sub-forum in which to post my question (there were a ton of them, forums, that is). I have only one question, and that is I need some assistance in trying to figure out how to troubleshoot a problem. I inherited a jboss application and have followed the

[jboss-user] [Installation, Configuration Deployment] - Re: ERROR [AjpMessage] Invalid message recieved with signatu

2009-11-01 Thread jaikiran
anonymous wrote : http://localhost:8009/myproj You should be using the HTTP port (8080 by default): http://localhost:8080/myproj View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4263345#4263345 Reply to the post :

[jboss-user] [EJB 3.0 Users] - CMT setRollbackOnly(), RollabackException

2009-11-01 Thread CatchSandeepVaid
[P-189] of EJB3 In Action: In case of transactions propagated from the client, if our method indicates that the transaction should berolled back, the container will not only roll back the whole transaction but will also throw a javax.transaction.RollbackException back to

[jboss-user] [EJB 3.0 Users] - Re: CMT setRollbackOnly(), RollabackException

2009-11-01 Thread CatchSandeepVaid
Sorry, i don;t know how to edit my post.. So posting updated question again : [P-189] of EJB3 In Action: In case of transactions propagated from the client, if our method indicates that the transaction should be rolled back, the container will not only roll back the whole

[jboss-user] [Installation, Configuration Deployment] - Re: ERROR [AjpMessage] Invalid message recieved with signatu

2009-11-01 Thread john_es
doh! Thank you for the quick response. OK... so I go here: http://localhost:8080/myproj and that gives me a: HTTP Status 404 - /myproj type Status report message /myproj description The requested resource (/myproj) is not available. JBossWeb/2.0.1.GA So I wrongly diagnosed my problem.

[jboss-user] [Persistence] - how to create PersistenceUnit and map to dataSource programm

2009-11-01 Thread javatwo
Hi, Currently we use the persistence.xml to map a persistenceUnit to data source. Our application got a requirement: create a new persistence unit programmatically and map it to a new datasource without redeploy or server restart. How to achieve this functionality? What is the maximum number

[jboss-user] [JNDI and Naming] - Re: EJB2 SB calls EJB3 SB and gets wrong Remote Interface

2009-11-01 Thread magicroomy
Hi, any news on the subject? Greetings, Volker View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4263368#4263368 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4263368 ___ jboss-user

[jboss-user] [JBoss Cache Users] - Re: JBoss cache / WebLogic: problem with suspend/resume tran

2009-11-01 Thread bstansbe...@jboss.com
Ah, you're right; JBC internally implements putForExternalRead with a tx suspend, because the semantic of that operation is to not hold locks beyond the scope of the method call. Sorry, I don't see any workaround to this problem. The putForExternalRead call is fundamental to how Hibernate

[jboss-user] [JBoss Messaging Users] - Re: JBoss 4.2.3 GA, JBoss Messaging 1.4.2 SP1 GA and Worker

2009-11-01 Thread gaohoward
It could be a JBoss Remoting issue. What version of JBoss Remoting are you using? Also please post your issue to the remoting forum also, you may get a quicker answer from there. Howard View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4263377#4263377 Reply to

[jboss-user] [JBoss Messaging Users] - Re: Messaging - MDB reconnection issue

2009-11-01 Thread gaohoward
If you use MDB , pls ask the JCA team for quicker help. Thanks, View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4263378#4263378 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4263378

[jboss-user] [jBPM Users] - Models of integration with JMS

2009-11-01 Thread nigelsim
Hi, I am currently evaluating jBPM 4.1 for use within a data processing platform. I am trying to understand how jBPM would normally be integrated with other services which emit JMS messages. From what I understand from the Users and Developers guides jBPM needs to be embedded or at least

[jboss-user] [jBPM Users] - Re: Websphere 6.1 and jBPM 4

2009-11-01 Thread Sunilkt
Hi, Can anybody pls post those steps here or mail me on tsuni...@gmail.com , if got . I sent mail on the mention ID but didn't get any reply. Thanks Sunil View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4263382#4263382 Reply to the post :

[jboss-user] [jBPM Users] - Re: How to get JBPM identities in ESB?

2009-11-01 Thread Xibalban
I'm sorry I wasn't clear enough. I'm new to this and couldn't describe it as well as I would have liked to. I solved it though. I'm using 3.x so I couldn't use identity service so I just did this: | private String getUserEmail(String userid) { | JbpmConfiguration jbpmConfiguration

[jboss-user] [Installation, Configuration Deployment] - Re: ERROR [AjpMessage] Invalid message recieved with signatu

2009-11-01 Thread jaikiran
Since you are deploying the .war within the .ear, the web context root is specified in the application.xml. You can then use that context root to access the application. What does your applicaiton.xml look like? And just to make sure, your application is being deployed correctly, please post

[jboss-user] [JNDI and Naming] - Re: EJB2 SB calls EJB3 SB and gets wrong Remote Interface

2009-11-01 Thread jaikiran
Looks like a bug to me. Please create a JIRA here https://jira.jboss.org/jira/browse/JBAS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4263387#4263387 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4263387

[jboss-user] [EJB 3.0 Users] - Re: Service from ejb2 to ejb3

2009-11-01 Thread jaikiran
pawel.doctor wrote : But where to use env-entry, in jboss-service? If so, then can I use annotation and jboss-service.xml at the same time? The env-entry is specified in the ejb-jar.xml of the service bean. For example

[jboss-user] [EJB 3.0 Users] - Re: EJB3.0 MDB example

2009-11-01 Thread jaikiran
k...@tieroneoss.com wrote : | Why aren't these queued defined when you define the Message Driven Bean? | Queues (or topics) are part of the JMS configurations and are independent of EJB3. MDBs are just one way of listening to such destinations. As such, creation of destinations isn't part

[jboss-user] [jBPM Users] - Re: Using Process variables as parameters for method calls

2009-11-01 Thread sebastian.s
I am using | argobject expr=#{attendeeId}//arg | attendeeId is process variable of type String. | Caused by: java.lang.Exception: couldn't create argument 0: script evaluation er | ror: javax.el.PropertyNotFoundException: Cannot find property attendeeId | at