Hi everybody
I am using the great Spring Data for data access on my application. Today I work generically this way:
Example of a generic crud service
public class GenericCrudService<T,...
Type: Posts; User: lm.moreira; Keyword(s):
Hi everybody
I am using the great Spring Data for data access on my application. Today I work generically this way:
Example of a generic crud service
public class GenericCrudService<T,...
Hi there
I have got a piece of AspectJ Code wich I cant understand the behaviour.
See:
Hi everybody
I am searching for the best way to handle with exceptions in a Spring Application.
In my searchs I have found this link from Spring Rich Client
...
Hi everyone.
I am struggling with Spring Ws. I have configured and everything is running pretty fine, but the problem is that the parameter of the web-service (a complex type) is being passed with...
Hi everyone
Today I have got my entityManager implemented like this (This is my full data xml file)
<?xml version="1.0" encoding="UTF-8"?>
<beans...
Thanks a lot
So, how would you suggest-me to do?
I dont want to initilizate each component on my list because it would be very expensive for SQL and memory.
Do you suggest-me to open a new...
Hi there I have got on my web.xml the OSIVF, see
<filter>
<filter-name>hibernateFilter</filter-name>
...
Hi there I generated a JAR with many annotations there.
Tried to make a component scan on it but it is not working.
Saw in many places (including this forum) that the solution is making the...
Hi all, I have a doubt about the Scope of my annotations.
I have got a class named genericDao and it Is annotated with @Repository.
In my controllers, that I am used to annote like this:
...
Trying to solve this. I have found this
http://www.jroller.com/agileanswers/entry/opensessioninviewinterceptor_for_quartz_jobs_under
As it says.
I Created a transaction, interceptor and...
Hi, Like every body I have got the Lazy error.
org.hibernate.LazyInitializationException - could not initialize proxy - no Session
Trying to implement the openSessionInViewInterceptor like this...
Hi I have got a problem with DI and FacesConverter.
Generally I have Annotated my beans like this.
@Component
@Scope("session")
@Qualifier("cargoController")
This way they can access my...
It is not dificult, and it is good because it is general for many reports.
I see you define your report by compiled Jasper files. *.jasper.
Is there a way to configure the jrxml and Spring...
But, Do you still have the views file?
In the spring documentation they say that we dont have to compile the jrxml, spring does it by itself. Is it correct.
This way how would you call your...
I have got a doubt.
The Integration Spring and JasperReports is only for Spring MVC users.
My application doesn't implement the MVC.
I would like to know if Is possible to implement Jasper...