Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    1,233

    Imho, container frameworks can't/shouldn't say...

    Imho, container frameworks can't/shouldn't say that much about what and how you're doing/testing. Inversion of control is just a pattern and Spring Framework simply helps in such a task. I can't...
  2. Replies
    1
    Views
    425

    It seems pretty straightforward to me, reading...

    It seems pretty straightforward to me, reading the proper part of the documentation:

    http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/testing.html

    What do you...
  3. Replies
    5
    Views
    1,233

    Try to use a context like this for your test: ...

    Try to use a context like this for your test:



    @Configuration
    @Import (MyConfig.class)
    public class MyTestConfig {

    @Bean
    public AuditService auditService() {
  4. Replies
    0
    Views
    398

    @PropertySource and XML properties files

    I'm trying to use the @PropertySource with xml properties files without success so far.

    I have the following configuration:


    @Configuration
    @PropertySource({...
  5. Could someone explain me why the following test...

    Could someone explain me why the following test cannot be successfully performed?

    Basically I'm trying to embed the whole process within a global transaction but it seems that JMS queue doesn't...
Results 1 to 5 of 5