Oliver,
I would like to use Spring caching abstraction for the CRUDRepository. Please give some guide lines
Thanks
Type: Posts; User: isys; Keyword(s):
Oliver,
I would like to use Spring caching abstraction for the CRUDRepository. Please give some guide lines
Thanks
Please tell how to use Spring caching abstraction for PagingAndSortingRepository or CRUDRepository?
I agree, this is a main problem also for me.
I think there should be a option to cache the getCount() of each query.
Therefor I posted the issue here...
This is a main problem.
I am asking for similar help in this post http://forum.springsource.org/showthread.php?135252-Cache-getCount-in-PagingAndSortingRepository-improve-response-time
I have a data table with 7 million rows. Using PagingAndSortingRepository is excellent. One thing I would like to improve is caching the getcount method in PagingAndSortingRepository due to that this...
I found the problem.
cascade=CascadeType.ALL shouldn`t be used in this case.
When I removed cascade=CascadeType.ALL from the mapping it works perfect.
Thanks for the hint
If it has to do with the mapping please check my code
Here is the mapping in the Vets class
@Entity
public class Vets {
@Id @GeneratedValue private Long id;
private String firstName;...
I have turned a part of the petclinic example to use spring data.
I am learning and testing the Crud/JpaRepository methods. It is very good. Thanks to Spring Team.
But I found a bug. The delete...
Concerning the controller config in the appliactionContext.xml it is defined like this
[QUOTE]<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"...
The problem is not the filter in web.xml
The problem is how to set the controller in the urlMapping bean defined in the servlet xml when the contoller is defined by annotation in the java class.
...
Please help I have the same problem. The language is not changed by the url paramName ?language=es. The appliaction shows only the default language.
My Controller is defined in the Java class by...
I have the same problem.
The servlet xml succeed to load the message_en.properties
But the language was not changed by changing the url language parameter
I know that this work for some...
I will certainly have a look at the Spring Travel example with Flex when Spring 3.0 is final.
Thanks a lot!!
It will be nice to have an example of a Spring Web Flow project using flex by Spring BlazeDS integration. It will extends the power of Spring. The controller ability on server side is missing. We...
Before the problem you mention "Recrate HTML Template", there was one more problem with locale iw_IL. I changed it to be en_US, but the problem of HTML wrapper was not in the list of problems....
Thaks alot. But still one problem left.
I use STS with FB4 plugin and followed your instructions.
The insyn01.mxml is displayed in design mode.:)
Run the testDrive on Tomcat. Great:D
I...
1. I recreated my IDE, install eclipse 3.4.2 with FB4 beta 2 plugin.
2. Imported the testDrive sample
3. Run on Tomcat 6
So fare it works.
But when I try to open a MXML file in the design...
create new Fx project works fine with plugin
but the testDrive sample has problems with the MXML editor
All the projects imported from the testDrive sample are not recognized as Fx project,...
I succeed to install the Flex Builder plugins
But the design panel of Flex shows an error:
"An unknown item is declared as the root of your MXML document. Switch to source mode to correct it."
So...
Thanks for integrating Flex + Spring.
I succeed to run the testDrive sample on eclipse + tomcat.
My question is:
1. Is it possible to run the testDrive sample on Flex Developer? - In Flex...