[jboss-user] [JBoss Tools Users] - Re: SeamResourceServlet and SeamListener Problem

2009-11-14 Thread akazakov
Which version of JBoss Tools and what Application Server do you use? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265654#4265654 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265654

[jboss-user] [JBoss Messaging Users] - Ordered Redelivery of Messages

2009-11-14 Thread glutters
Hi, we are developing a jms application and we need of messages reordering when an exception occour, such as when ack messages are lost. Jboss jms implementation take care of ordered redelivery of messages, as Weblogic do? Thanks in advance. Gianfranco. View the original post :

[jboss-user] [jBPM Users] - Re: how can i reuse jbpm-console on JBPM4.2

2009-11-14 Thread kukeltje
best way to start is to have a look at the code of the console and see kow it uses the jbpm api View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265663#4265663 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265663

[jboss-user] [jBPM Users] - Re: Jbpm 4 setup on existing JBOSS server

2009-11-14 Thread kukeltje
why use 4.0.1 CR1? it does not even exist. so I'd start with 4.2 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265664#4265664 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265664

[jboss-user] [jBPM Users] - Re: jBPM 4.1 Problems running the Demo package

2009-11-14 Thread kukeltje
looks like alow level db error that has nothing to do with jBPM. try searching with the real error on e.g. google View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265665#4265665 Reply to the post :

[jboss-user] [JNDI and Naming] - Discovery of JCA ConnectionFactory without resource-ref conf

2009-11-14 Thread maffeis
Hi I have a JBoss 5.1 server with some JCA connectory deployes as RAR files. Each connector has its -ds.xml file holding the jndi-name declaration of the connector. Now I can load my ConnectionFactories from a web application (Servlet in a WAR), if I put a resource-ref declaration into the

[jboss-user] [jBPM Users] - Re: Tasks assignment jbpm 4.1 or 4

2009-11-14 Thread kukeltje
you have to edit this in the xml for now View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265667#4265667 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265667 ___ jboss-user mailing

[jboss-user] [jBPM Users] - Re: takeTask() race condition

2009-11-14 Thread kukeltje
I think eventually jBPM should be able to cope with this situation and return a more batural error like task already taken by View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265668#4265668 Reply to the post :

[jboss-user] [jBPM Users] - Re: Database configuration

2009-11-14 Thread kukeltje
if you are lucky that is indeed all you need to do and change the driver as well. It still is Oracle you know... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265670#4265670 Reply to the post :

[jboss-user] [JBoss Tools Users] - Re: SeamResourceServlet and SeamListener Problem

2009-11-14 Thread mjstrong
JBoss Seam Tools 3.0.2.v2009151014R-H192-GA JBoss 5.1.0 GA Eclipse 3.4.2 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265672#4265672 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265672

[jboss-user] [jBPM Users] - facing issues while assigning parallel task in jbpm using fo

2009-11-14 Thread anjaliaggster
Hi, We creating an application n structs and hibernate and we also using jbpm as a workflow engine i have a query. I've created a workflow process, but I'm unable to proceed further. Requirement: 1) Run Two Parallel Tasks 2)In Both sides means LHS and RHS I have a couple of nodes before

[jboss-user] [jBPM Users] - Re: Database configuration

2009-11-14 Thread saraswati.santanu
I believe thats all you need to do. I did use Jbpm3.2 with Oracle 11g without any special effort. Hopefully for Jbpm4 also it will not be much different. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265675#4265675 Reply to the post :

[jboss-user] [jBPM Users] - Re: facing issues while assigning parallel task in jbpm usin

2009-11-14 Thread saraswati.santanu
If you can give a snippet of the jpdl it might be easier to understand what is going wrong. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265676#4265676 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265676

[jboss-user] [JBoss Messaging Users] - How can I find out the in-process message count for Queues i

2009-11-14 Thread rbenko
In JBossMQ, QueueMBean had a getInProcessMessageCount(). However, I haven't found an equivalent to it in JBoss Messaging. Can anyone help? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265678#4265678 Reply to the post :

[jboss-user] [Persistence] - JPA Locale Mapping

2009-11-14 Thread garethwebbley
I am trying to use JPA where possible but I have a class containing a Locale which I would like to map to (and from) a String in the correponding table. I cannot seem to find a way to do this using standard JPA - can anyone tell me a way to do this please? From what I can find from googling I

[jboss-user] [EJB 3.0 Users] - How do I define attributes in a service bean?

2009-11-14 Thread rnicholson10
Any methods I define in my Management Interface are displayed as operations. However I don't know how to define attributes. I have tried annotating the methods in question with @ManagementAttribute but they do not appear as attributes in the JMX console. Furthermore, how do I supply a

[jboss-user] [jBPM Users] - Re: takeTask() race condition

2009-11-14 Thread sebastian.s
Maybe you should create a JIRA issue asking the developers to investigate this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265688#4265688 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265688

[jboss-user] [JBoss Tools Users] - Re: jboss 5.1 runtime server is not doploying ear

2009-11-14 Thread marcilio.grisotto
Sorry for the bad english on the previous message and for revisiting this subject after such a long time. I downloaded JBT 3.1.0 - M4, and tried again to publish a simple Seam Web Application using JBoss 5.1 Runtime. The application does not get publish. It is show as synchronized under

[jboss-user] [JBoss Tools Users] - Re: SeamResourceServlet and SeamListener Problem

2009-11-14 Thread akazakov
Could you check if the application is deployed to the server correctly? Please open JBoss Server View and select Explore in pop-up menu for your-seam-project-name. Is there jboss-seam.jar? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265692#4265692 Reply to

[jboss-user] [jBPM Users] - Re: Jbpm 4.2 how to enable variable history

2009-11-14 Thread xalperte
Buff, I'm looking inside the HistoryVariableImpl class and it only maintains a String representation of the original variable value, its not enough, to be functional the HistoryVariableImpl should maintain the exact value and type of the original variable. I think the better approach is not

[jboss-user] [JBoss Tools Users] - Re: SeamResourceServlet and SeamListener Problem

2009-11-14 Thread mjstrong
The jboss-seam.jar is not there; however there are many jboss-seam-*.jar files where * is a variety of things such as ui, mail. ioc, etc. The jboss-seam.jar is in my EAR project: C:\Users\Mike\workspace342\RaisedInAmerica-ear\EarContent. I did not explicitly put any jar anywhere. This is

[jboss-user] [jBPM Users] - Re: takeTask() race condition

2009-11-14 Thread kukeltje
no, discuss this on the dev forum first View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265701#4265701 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265701 ___ jboss-user mailing

[jboss-user] [JBoss Tools Users] - Re: SeamResourceServlet and SeamListener Problem

2009-11-14 Thread mjstrong
No, sorry. It should not go in the EJB project. It's just some deployment problem, I think. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265702#4265702 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265702

[jboss-user] [jBPM Users] - Re: facing issues while assigning parallel task in jbpm usin

2009-11-14 Thread kukeltje
not only a jpdl snippet, a full testcase as described in the sticky post in this forum helps the most View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265703#4265703 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265703

[jboss-user] [jBPM Users] - Re: Jbpm 4.2 how to enable variable history

2009-11-14 Thread kukeltje
don't draw conclusions... the jira issue is about fixing history stuff. We *know* there are issues. And they (mostly) will be fixed in the 4.3 release. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265704#4265704 Reply to the post :

[jboss-user] [JBoss Tools Users] - Re: SeamResourceServlet and SeamListener Problem

2009-11-14 Thread mjstrong
FOUND THE PROBLEM! If you right click on the server and go to Add and Remove Projects, it showed that it had only included the WAR and data source. The EAR was not included. I removed all, then added back ALL, and now it's fine. Thanks, for helping me! View the original post :

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

2009-11-14 Thread rs1050
apologies, the log was too long for forum. This is shorter version before the exception: | Nov 14 18:49:13,194 [main] TRACE EvictionInterceptor:registerEvictionEventToRegionManager:254 - Registering event ADD_ELEMENT_EVENT on node /hphRTp4/0:0_2 | Nov 14 18:49:13,194 [main] TRACE

[jboss-user] [jBPM Users] - Re: takeTask() race condition

2009-11-14 Thread saraswati.santanu
This is a nice feature to have, specially if you need to show something on the UI. But, this will be very difficult to achieve as well. With FlushMode.Auto, hibernate can do a flush at any point it thinks suitable. So when you call takeTask method, hibernate may not complain at all, but at

[jboss-user] [jBPM Users] - [jBPM 4.2] Problem completing a Task

2009-11-14 Thread xalperte
Error when we try to complete a Task and the next activity is also a Task Activity with the notification tag set. Something wrong happens in the MailListener during the process. Without the tag the test runs without errors. I'm using MySQL (with org.hibernate.dialect.MySQLInnoDBDialect

[jboss-user] [jBPM Users] - Re: how can i reuse jbpm-console on JBPM4.2

2009-11-14 Thread optixpro
thank for help. ^^ but i already try to understand how it work in gwt before but my skill in javascript is too low. the point is i want to create bpm console for my application in best easy way i can. i saw this example http://www.jboss.org/feeds/view/jbossjbpm it can make sense to me what

[jboss-user] [JBoss Web Services Users] - JBoss 5.1.0 Apache Axiom

2009-11-14 Thread rams.rapo
Hi, I've been using SAAJ for a long time with spring webservices. Application is deploying fine on jBoss 5.1.0.GA with jdk 1.6. Recently read about the improvements with Apache Axiom and wanted to try it out. Just wanted to hear from group if anyone has tried this before and is it

[jboss-user] [jBPM Users] - jbpm.wire.bindings.xml

2009-11-14 Thread rams.rapo
Hi, I had to update jbpm.wire.bindings.xml to customize Task Activity and had it in my src/main/resources folder under a module. When i try to deploy it as ear file on jboss, it takes the jbpm.wire.bindings.xml present in jbpm-pvm jar and not the one i have it in my local. I tried putting it

[jboss-user] [jBPM Users] - Re: jbpm.wire.bindings.xml

2009-11-14 Thread rams.rapo
I wish i could inject wire bindings through spring. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265717#4265717 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265717 ___