Search:

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

Search: Search took 0.03 seconds.

  1. OK. Thanks for the answer.

    OK.

    Thanks for the answer.
  2. SpringBeanAutowiringInterceptor used from multiple EJB's

    Hello,

    I would like to use Spring to build my business backend but I have to use EJB to access it.

    So I used the SpringBeanAutowiringInterceptor interceptor to create my application context...
  3. Up please...

    Up please...
  4. refresh-home-on-connect-failure no catching NoSuchObjectException

    Hello,

    I have a problem with the refresh-home-on-connect-failure attribute. My front end use an remote ejb which I declare like this:



    <jee:remote-slsb id="contingentService"...
  5. PropertyPlaceHolderConfigurer reading ejb-jar.xml

    Hello,

    I'm using Spring to create my EJB proxies and Web Services portType. I put some variables parameters such as jndi, endpoints url,etc.. in a environnement.properties file which is read with...
  6. Thanks for this answer. At first glance, it...

    Thanks for this answer.

    At first glance, it seems that both framework can achieve depency injection. I'll give a try to both.

    But I ask myself why it (DI) isn't included in...
  7. Dependancy injection in Android projects

    Hello,

    I'm new in Android development and I would like to continue to use DI in my projects. (Create my application context in the onCreate method)

    I think spring-android doesn't provide DI...
  8. Replies
    9
    Views
    1,920

    In found a (not perfect) solution : I create a...

    In found a (not perfect) solution :

    I create a third-part class to launch my tests :



    public void testRunAllTestCases() throws Exception {
    ApplicationContext context = new...
  9. Replies
    9
    Views
    1,920

    In fact, wat I'm try to do is to inject a mock...

    In fact, wat I'm try to do is to inject a mock object inside my StrutsActionClass.

    I found this article :

    http://www.javaworld.com/javaworld/jw-11-2006/jw-1109-test.html?page=1

    and tried to...
  10. Replies
    9
    Views
    1,920

    I think there is a misunderstanding. What I...

    I think there is a misunderstanding.

    What I want is not to advise "classUnderTest " ( that did I already ).

    I want to advise the testClass. To do some action before the execution of all test*...
  11. Replies
    9
    Views
    1,920

    The problem is that my testClass must Extends...

    The problem is that my testClass must Extends MockStrutsTestCase ==> I cannot extend it with AbstractJUnit4SpringContextTests

    If I understand well, I must do a

    ...
  12. Replies
    9
    Views
    1,920

    Hello, thanks for helping me ! Here is my...

    Hello,

    thanks for helping me !

    Here is my testApplicationContext.xml



    <?xml version="1.0" encoding="UTF-8"?>
    <p:beans xmlns:p="http://www.springframework.org/schema/beans"...
  13. Replies
    9
    Views
    1,920

    adding aspects on Junit methods

    Hello,

    I'm new to Spring and I would like to use this framework to add aspects to my Junits test methods.

    For exemple, add logging before and after each test method ( this is just an exemple,...
Results 1 to 13 of 13