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/"
...
Type: Posts; User: RO86; Keyword(s):
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/"
...
Thank you mattmwheeler, I had the same problem and your code helped me. Thanks again :)
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...
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?
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...
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...
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...
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...
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
...
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...
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
...