Search:

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

Search: Search took 0.03 seconds.

  1. How to reload application Context using AbstractTestNGSpringContextTests?

    How to reload application Context using AbstractTestNGSpringContextTests?
    It looks like @DirtiesContext is not working on the subclasses of AbstractTestNGSpringContextTests.
  2. How to disable the dependency check for AbstractTransactionalTestNGSpringContextTests

    How to disable the dependency check in TestNG, which uses org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests? like setDependencyCheck(false) in...
  3. Thanks Mark!!! I am able to find 'Resource',...

    Thanks Mark!!!

    I am able to find 'Resource', by adding the following dependency in my pom file.
  4. Replies
    3
    Views
    5,081

    In above test, I am getting 'applicationContext'...

    In above test, I am getting 'applicationContext' as null.

    As per spring http://static.springframework.org/spring/docs/2.5.x/reference/testing.html#testcontext-fixture-di, annotation should take...
  5. Required dependency/jar for Resource annotation?

    Which dependency/jar is required for @Resource annotation to inject dependency injected by name in TestNG class that is developed using Spring 2.5.6?

    In below snippet, Resource is not identified...
  6. Replies
    3
    Views
    5,081

    Thanks Sam!! I have a test like below, which...

    Thanks Sam!!

    I have a test like below, which is not able to inject the object.
    It looks like applicationContext is not loaded properly. How could I inject it? or am I missing anything? Help is...
  7. Replies
    3
    Views
    5,081

    Spring 2.5.6 support for TestNG 5.5

    Which class should I use to inject the dependencies when I wanted to have a TestNG5.5 class with Spring-test 2.5.6?

    Would there any equitant method in...
  8. Spring JMX in a distributed Weblogic 9.2.2 environment

    I am new to Spring/JMX.

    I am using MBean to configure runtime environment variable. Let us say I want to turn on/off the validation flag based on user’s requirement (some users may not want to do...
Results 1 to 8 of 8