Search:

Type: Posts; User: subhrajit; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    249

    URL Redirection in case of sub flow

    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 :...
  2. enable redirect attribite on view state in this...

    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.
  3. If you are talking about @controller and @service...

    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.
  4. Hi, I am facing the same problem in binding...

    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
  5. Replies
    2
    Views
    1,479

    Even I am facing the same problem of redelivery ,...

    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:)
  6. How to configure RedeliveryLimit in JbossMQ

    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.
  7. Replies
    1
    Views
    1,118

    Hi... 1) Rollback occurs with in transaction,...

    Hi...
    1) Rollback occurs with in transaction, but DefaultMessageListenerContainer and ServerSessionMessageListenerContainer supports for transaction..
    2) MessageListenerImpl will listen and...
  8. Replies
    45
    Views
    46,962

    Poll: I am doing transaction through spring AOP concept...

    I am doing transaction through spring AOP concept , i.e. <tx:advice>
  9. How to control no. of retries for DefaultMessageContainer?

    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...
Results 1 to 9 of 9