Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    193

    Ldap xml namespace

    Hi All,

    I am using spring xml namspace to define an LDAP server and an LDAP authentication provider:


    <ldap-server id="ldapServer"
    url="ldap://localhost:389/"
    ...
  2. Thank you mattmwheeler, I had the same problem...

    Thank you mattmwheeler, I had the same problem and your code helped me. Thanks again :)
  3. Replies
    1
    Views
    761

    Open Sub Flow In a Modal Panel

    Hello All,
    I am using Spring web Flow with RichFaces, And I have a case where a modal panel is displayed as a popup. One of the actions in this popup will request the output of another flow, when I...
  4. Thanks a lot for your reply, but how I can do...

    Thanks a lot for your reply, but how I can do this, multiple flow instances with separate conversations ?
    Do you mean I have to tell the user you can't use tabs as it may produce errors?
  5. LockTimeoutException: Unable to acquire conversation lock after 30 seconds

    Hello

    I have received this exception while I was opening multiple tabs (IE7) and performing different AJAX requests in opened tabs.


    LockTimeoutException: Unable to acquire conversation lock...
  6. Replies
    0
    Views
    610

    start a flow from ExceptionResolver

    Hi All,
    For some transaction in my application I set history equals to invalidate, And what I want to do when the user clicks browser back is to forward to the start of a flow.
    To do this I have...
  7. Replies
    1
    Views
    581

    start a flow after

    Hi All,

    Assume that I have flow A, and flow B.

    In flow A when it reaches end state a-end, it is supposed to start a new transition in flow B.

    How I can do this in spring web flow?

    Thanks...
  8. Replies
    2
    Views
    2,228

    Thanks InverseFalcon for your reply. I found a...

    Thanks InverseFalcon for your reply.
    I found a solution for my problem, in which i made this transition forward to an end-state. This end-state forward the to the starting point of my application...
  9. Replies
    2
    Views
    2,228

    Invalidate History

    Hi All
    I have a transition that I need to prevent backtracking to It. So I used
    history="invalidate"

    But When browser back button is used an exception was thrown
    ...
  10. Replies
    2
    Views
    802

    Disable page caching

    Hi All,
    I have a simple flow where a user can create a new X (by a filling form) then press save. The new X is saved in the database. Then forward to a page that displays all saved Xs.

    Note that...
  11. Replies
    0
    Views
    607

    Web Service and certificate

    Hello
    I want to know how to set system property in spring. I have the following situation
    1- Created a web service – accessed via secured protocol. And I can open the wsdl
    ...
Results 1 to 11 of 11