Hi..
When a flow enters to sub flow state from parent flow, is there any way URL displayed in the browser will also change : for e.g:
My current state i.e in parent flow :...
Type: Posts; User: subhrajit; Keyword(s):
Hi..
When a flow enters to sub flow state from parent flow, is there any way URL displayed in the browser will also change : for e.g:
My current state i.e in parent flow :...
enable redirect attribite on view state in this case as folows :
<view-state id="asdf" redirect="true">
Try this and let me know, in my case it worked.
If you are talking about @controller and @service : These are simple stereotypes which will specify a java class as apart of a prsentation layer component and business layer component respectively.
Hi,
I am facing the same problem in binding two forms in a view-state..
Did you able to resolve the issue?
if yes, can you share the same?
Thanks,
Subhrajit
Even I am facing the same problem of redelivery , it tries to redeliver infinitely although I have specified the redelivery limit in the queue.
Searching for a solution for the above:)
Can anybody help me how to configure RedeliveryLimit in my JBoss queue
Am using spring MDP which will listen to my queue.
Any help is appreciable.
Hi...
1) Rollback occurs with in transaction, but DefaultMessageListenerContainer and ServerSessionMessageListenerContainer supports for transaction..
2) MessageListenerImpl will listen and...
I am doing transaction through spring AOP concept , i.e. <tx:advice>
Hi,
I have configured my queue in JBoss
Then I have used JtaTransactionManger for transaction management as follows:
My worries:
Whenever any bad message arrives at my queue and my...