Search:

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

Search: Search took 0.02 seconds.

  1. Hmmm,...never mind. Converted to Junit4 and the...

    Hmmm,...never mind. Converted to Junit4 and the SpringJUnit4ClassRunner which made the problem dissappear (still have no clue why it didn't work with spring-mock-2.0.8+spring-3.0.3).
  2. Ooh yeah, one important thing I forgot to...

    Ooh yeah, one important thing I forgot to mention:

    This fails from spring-mock 2.0.8 tests only!!! When the applicationContext is bootstrapped through a testcase that inherits for instance...
  3. @Qualifier not working after 2.5 -> 3.0.3 upgrade

    Hi,

    Is there anything special I need to do in the config, to make springs @Qualifier work with 3.0.3? I had this perfectly working with 2.5, but after an upgrade, it does not. No code changes...
  4. Two things: 1. Did you get anywhere with this....

    Two things:

    1. Did you get anywhere with this. I need the same, and am considering building it myself. Maybe simply an aspect applied via an annotation.

    2. Don't assume that a batch_mutate is...
  5. Hi Jörg, Nope. They do not. I've been...

    Hi Jörg,



    Nope. They do not.

    I've been digging a little. I think the problem is due to me having some xfire config where I'm using JSR-181 annotations. I then define a xfire postprocessing...
  6. Context init fails with scope request beans and RequestContextListener

    I think I've done everything as the docs says and still, it fails on me.

    I have a bean defined in scope request like this:


    <bean id="currentPrincipal"...
  7. How to use multiple data sources with @Transactional

    Hi,

    I have a situation where I need to access two different databases through two different data sources. I would like to use declarative transactions through the @Transactional annotation. But,...
Results 1 to 7 of 7