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 +".*")
Type: Posts; User: Mridul; Keyword(s):
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 +".*")
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...
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...
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...
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...
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
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...
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...