Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    17
    Views
    1,826

    We are talking nearly about the same thing ;-) ...

    We are talking nearly about the same thing ;-)

    I am just saying that the SingletonBeanFactoryLocator is not as perfect as on the first look, since you have to create a new instance of the...
  2. Replies
    17
    Views
    1,826

    As far as I understand you, it won't work. ...

    As far as I understand you, it won't work.

    For Example. Quartz can store jobs in the database. The Job is stored only with its full qualified class name. When it starts a new Job, it propably...
  3. Replies
    17
    Views
    1,826

    I disagree (but still not sure). Of course, if...

    I disagree (but still not sure). Of course, if you use SingletonBeanFactoryLocator, it would use only one ApplicationContext, but the instance of ApplicationContext this Locator is using must be a...
  4. Replies
    17
    Views
    1,826

    OK, thanks, but do I see it correctly that...

    OK, thanks, but do I see it correctly that solution 1) would create a second ApplicationContext as well?
  5. Replies
    17
    Views
    1,826

    Summarize because a bit confusing: Solutions ...

    Summarize because a bit confusing:

    Solutions

    1) http://forum.springframework.org/showthread.php?t=27884

    But I guess, it would create 2 ApplicationContexts

    2)...
  6. Replies
    17
    Views
    1,826

    Why Do I create a new ApplicationContext? I...

    Why Do I create a new ApplicationContext? I thought, that an ApplicationContextAware bean is getting the current ApplicationContext, and not a new one....

    in the othe case, I can't see, why spring...
  7. Replies
    17
    Views
    1,826

    For the quartz problem, there would be this...

    For the quartz problem, there would be this solution:

    http://forum.springframework.org/archive/index.php/t-22499.html

    In case of the hibernate validation, I only see the BeaFactorySolution ....
  8. Replies
    17
    Views
    1,826

    The thing is, the class is not spring configured....

    The thing is, the class is not spring configured. :) It is just a class, which will be instantiated by a 3rd party tool, but still needs to access a DAO.

    But still, the ApplicationContextAware is...
  9. Replies
    17
    Views
    1,826

    We have several 3rd party tools, which just...

    We have several 3rd party tools, which just remember the class and instantiate these by themself.

    eg.:

    * Hibernate Validator

    We need to write an validator, which access the database to...
  10. Replies
    17
    Views
    1,826

    Accessing ApplicationContext / Beanfactory

    Hi,

    my question can be nearly summarized by this thread: http://forum.springframework.org/showthread.php?t=27884

    What we need to do is to get a bean which cannot be injected since the class is...
Results 1 to 10 of 10