I've always thought in cases like this we would generally prefer an outcome like "newGroup" which could be associated with your action and a set of events on the server-side. (preferably through a clean url) This shouldn't take too much wrangling on pages.xml.
I already worry that we made a huge mistake with the implementation of s:link, and it would be great if we didn't continue too far down that road with new things like this.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123513#4123513
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123513
"ppt" wrote :
| 1 JMS msg was put on the master node queue on Q1. Both M1 and M2 consumed the same message and did their business logic. How is that possible that 2 MDBs consume the same JMS message? I thought either one of M1 or M2 would consume JMS, but not both.
|
It's not possible, so either they aren't the same message or the first delivery failed
and it got redelivered, but to the other mdb.
anonymous wrote :
| In our setup, only one MDB has to do work. Is it possible to put the MDBs (ear file) on M1 and M2 in jboss-4.0.5.GA/server/all/deploy-hasingleton/jms or are there other solutions?
| Thanks.
Yes.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123512#4123512
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123512
I discovered a bug when you have whitespace in jboss-web.xml in JBoss 5.0.0.Beta3. I have a simple JSF application, and when I use the following, my application works fine:
| <ejb-local-ref>
| <ejb-ref-name>ejb/Calculator</ejb-ref-name>
| <local-jndi-name>calculator/StatelessCalculatorBean/local</local-jndi-name>
| </ejb-local-ref>
|
But, when I use this (with the local-jndi-name defined on a separate line from its enclosing and closing tags and three tabs in front of the name) then it seems like the bean does not get bound.
| <ejb-local-ref>
| <ejb-ref-name>ejb/Calculator</ejb-ref-name>
| <local-jndi-name>
| calculator/StatelessCalculatorBean/local
| </local-jndi-name>
| </ejb-local-ref>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123510#4123510
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123510
I'm in the design phase of a project / process and I'm new to jBPM.
1) The process I'm working on includes many steps that require a certain duration. e.g. ocean transport, road transportation etc.
Is there standard feature I can use to calculate the estimated finish date of a process instance based on the duration of tasks?
2) Also, at the creation of the process instance, we know what the start dates are of certain tasks; e.g. the pickup date for goods at a warehouse and the sail date of an ocean vessel. Is there a standard 'start-date' like attribute on tasks? I could not find or see that anywhere so I thought I'd ask.
Thank you!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123505#4123505
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123505