Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    5,757

    OK. When one Light turn on, another Lights turn...

    OK. When one Light turn on, another Lights turn on too. I 've looking for another solutions, and find this:

    Use the @Qualifier Annotation on the method that inject the sessionFactory:




    ...
  2. Replies
    5
    Views
    5,757

    Well. Finally I resolved my problem with this...

    Well. Finally I resolved my problem with this way:

    First: add another dataSource and sessionFactory.

    Second: add in the end of conf of hibernate a bean to every DAO that use another...
  3. Replies
    5
    Views
    5,757

    Well. I've a aplication that should access to two...

    Well. I've a aplication that should access to two databases. At this time my configuration only can access to one database ( like example: personal) but I've access to another database and I want to...
  4. Replies
    5
    Views
    5,757

    Hibernate using multiple databases

    Hello everybody

    Someone know how to add a another datasource in hibernate configuration and how to configure Spring to that datasource its autoinject in my respective DAO?


    This is my code...
Results 1 to 4 of 4