Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    343

    Updated with solution

    All right, so short answer is don't use "/" because Java does not understand them so this works
    Criteria crt =new Criteria("short_name").regex( "^" + name +".*")
  2. Replies
    1
    Views
    343

    Regular expression | Mongodb help required

    I must be doing something really stupid and need help to realize that :(. I am using a simple regex like below to find out all matching documents where short name starts with passed name. Now...
  3. Replies
    4
    Views
    1,032

    Appreciate the response, InverseFalcon. The...

    Appreciate the response, InverseFalcon.

    The issue is currently happening under load test scenario using Jmeter. We did try option of clearing cookie with every test but it still seems to be an...
  4. Replies
    4
    Views
    1,032

    Issue with Webflow during load

    Hi, We have a web based application which under load gives error like
    org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException: No flow execution snapshot could be found...
  5. Qyery about Tuckey , WF integration and always-redirect-on-pause

    Hello Group,
    We have a requirements where Tuckey is being used(for SEO URL ) in SWF based application. The problem is coming due to SWF redirection as the Tuckey URL is getting...
  6. Replies
    5
    Views
    965

    Yeah, and i guess Spring modules for cache is not...

    Yeah, and i guess Spring modules for cache is not compatible with Spring 2.0. Is there a way to disable the caching only for certain calls or any other work around ?

    Regards,
    Mridul
  7. Replies
    5
    Views
    965

    Well...I did try that and normally reliable...

    Well...I did try that and normally reliable google let me down. I could not locate which jar contains this class file.Neither could i find any reference on Spring documentation for this class..and...
  8. Replies
    5
    Views
    965

    Problem while executing a procedure

    Hello All,
    We are using Spring 2 along with iBatis SQLMap. We are executing a stored procedure which exists in SQL server DB. From last week we have started getting an error mentioning...
Results 1 to 8 of 8