Search:

Type: Posts; User: lm.moreira; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    203

    Spring Data + Dynamically Instance

    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,...
  2. Replies
    0
    Views
    438

    AOP advising itself wrongly

    Hi there

    I have got a piece of AspectJ Code wich I cant understand the behaviour.

    See:
  3. Replies
    0
    Views
    374

    Best Exception Handling

    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
    ...
  4. Spring WS - Parameter being passed with null values on the request

    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...
  5. Get EntityManager by getBean from ApplicationContextAware

    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...
  6. Thanks a lot So, how would you suggest-me to...

    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...
  7. OpenSessionInViewFilter and Still getting a Lazy Initialization

    Hi there I have got on my web.xml the OSIVF, see




    <filter>
    <filter-name>hibernateFilter</filter-name>
    ...
  8. The Same Component Scan against JAR files

    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...
  9. Replies
    0
    Views
    618

    Autowiring Annotations.

    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:
    ...
  10. Thread: Lazy Again.

    by lm.moreira
    Replies
    1
    Views
    1,012

    Trying to solve this. I have found 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...
  11. Thread: Lazy Again.

    by lm.moreira
    Replies
    1
    Views
    1,012

    Lazy Again.

    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...
  12. Replies
    0
    Views
    1,186

    Spring FacesConverter

    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...
  13. Replies
    6
    Views
    2,432

    It is not dificult, and it is good because it is...

    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...
  14. Replies
    6
    Views
    2,432

    But, Do you still have the views file? In the...

    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...
  15. Replies
    6
    Views
    2,432

    Spring and JasperReports

    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...
Results 1 to 15 of 15