[jboss-user] [JNDI/Naming/Network] - JNDI remote lookup of classes in isolated EAR

2008-08-27 Thread dovetail
I have the following issue: I have an EJB3 session bean (SB1) with a remote interface (I2) which is in an isolated ear EAR1. I2 extends I1 which is in a POJO jar in EAR1. In a second ear - EAR2, I have the same POJO jar defining I1. >From EAR2 I wish to locate SB1 (via JNDI) without including

[jboss-user] [JBoss jBPM] - Re: closed JbpmContext in different order then they were cre

2008-07-17 Thread dovetail
I tried the method suggested and this didn't help. If I leave the close out of the code the program functions correctly, but I don't see an end date in the jbpm_taskinstance table so I assume that the persistence occurs on the close. If I obtain the current context into the code before my clos

[jboss-user] [JBoss jBPM] - closed JbpmContext in different order then they were created

2008-07-16 Thread dovetail
I have the following code snippet which loads a process instance, loops for unfinished tasks and ends them In JBPM 3.1.4 this code works fine, but in 3.2.2 it fails with the following error Caused by: org.jbpm.JbpmException: closed JbpmContext in different order then they were created... check

[jboss-user] [Messaging, JMS & JBossMQ] - How to know when all messages have been processed?

2008-03-25 Thread dovetail
Hi, We need to implement a parallelising system using messaging - work is handled by message beans. The upstream and message processing works fine - we've run cluster performance tests on 20 messages and scalability is fine (and linear across 3 systems in a cluster). The problem is to det

[jboss-user] [Messaging, JMS & JBossMQ] - Re: QueueBrowser not returning anything in Enumerator

2008-03-25 Thread dovetail
I presume you mean http://wiki.jboss.org/wiki/Wiki.jsp?page=JBMCantSeeMessages? Your suggestion for search returned nothing, so thanks for that. The issue is that, when using messaging to distribute processing across the cluster, we would like to know when all the messages have been processed -

[jboss-user] [Messaging, JMS & JBossMQ] - Re: QueueBrowser not returning anything in Enumerator

2008-03-11 Thread dovetail
Please could you expand on this and define "delivered" and "client". By delivered is this the point when it reaches the onMessage method or when the message is fully removed from the database? I stated in my text that by placing a breakpoint during processing within my IDE, the messages are 'vi

[jboss-user] [Messaging, JMS & JBossMQ] - QueueBrowser not returning anything in Enumerator

2008-02-29 Thread dovetail
The following is a code snippet which works without error, but does not return any details in the QueueBrowser, I cannot fathom out why this could be. A number of messages get placed on the queue, and if I stick a debug breakpoint within the onMessage process, I can see these persisted in the da

[jboss-user] [JBoss Seam] - Re: DVD Store problem

2007-04-30 Thread dovetail
Perfect - many thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041769#4041769 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041769 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss Seam] - DVD Store problem

2007-04-27 Thread dovetail
Hi, I'm trying the Seam example DVD Store to demo it to my colleagues. All goes well except ... after placing orders (using any of the order processes) I then log in as manager, but I can't see any tasks! The process list shows the orders in various states. Am I missing something or is this a bu