Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. *Push* Update: I noticed that I was missing...

    *Push*


    Update: I noticed that I was missing something:

    In the class AbstractTestNGSpringContextTests I had to move the content of the constructor to springTestContextBeforeTestClass(). (The...
  2. Ok, mystery solved: Deprecated. as of Spring...

    Ok, mystery solved:

    Deprecated. as of Spring Web Services 1.5: superseded by DefaultWsdl11Definition and the org.springframework.ws.wsdl.wsdl11.provider package
  3. No DynamicWsdl11Definition in Spring-WS 2.0.0-M1

    Hi,

    I'm a little confused. I'm currently moving my code to Spring3 and Spring-WS 2.0.0-M1 and I can't find the class DynamicWsdl11Definition.

    Is there no...
  4. TestContextManager: ContextCache should be in a ThreadLocal

    Hi everyone,

    How I stumbled upon a design-flaw in TestContextManager:
    Yesterday I switched my testcases from JUnit to TestNG. I have some long-running tests, so I immediately enabled TestNG's...
  5. Replies
    1
    Views
    833

    Drop unused namespaces from Response

    Hello everybody,

    the WebService response generated by Spring-WS always adds all namespaces that are known by the JAXB Context:



    <SOAP-ENV:Envelope...
  6. Replies
    5
    Views
    2,180

    Ok, adding xercesImpl and xalan solved the...

    Ok, adding xercesImpl and xalan solved the problem.

    Robert: I dont know why, I just read it and it works.
  7. Replies
    5
    Views
    2,180

    Hi Robert, I'm also using SOAPUI for testing...

    Hi Robert,

    I'm also using SOAPUI for testing purposes, very nice tool for that :-)

    The problem is that one of our customers would like to integrate our WebService, and (unfortunetaly) they are...
  8. Replies
    5
    Views
    2,180

    Nobody here likes to use .net? :-)

    Nobody here likes to use .net? :-)
  9. Replies
    5
    Views
    2,180

    Again problem with C#

    Hello everybody,

    we are also having troubles with calling our (spring-ws based) WebService from a C# client.

    The C# Client is sending us:
    <s:Envelope...
  10. Hello everybody, today I stumbled upon...

    Hello everybody,

    today I stumbled upon org.springframework.context.Lifecycle, which seems to be solving my problem:

    I created my own TaskExecutor which includes the Lifecycle interface with a...
  11. Hello to whoever rated this thread, are you...

    Hello to whoever rated this thread,

    are you having the same problem? Maybe you would like to add something? I'm desperate for any answer!

    cheers,
    Christian
  12. ThreadPoolTaskExecutor shutdown using waitForTasksToCompleteOnShutdown=true

    Hello everybody,

    I'm currently having trouble with the reliability of the ThreadPoolTaskExecutor shutdown when using waitForTasksToCompleteOnShutdown=true :(

    When I shutdown my Tomcat when I...
  13. Replies
    2
    Views
    925

    Thanks, that works! If I had looked into the...

    Thanks, that works! If I had looked into the web.xml ... :-)
  14. Replies
    2
    Views
    925

    Why is locationUri hardcoded?

    Hello everybody,

    I'm currently implementing a Web Service using Spring-WS, which works fine so far. Now that I'm trying to deploy the current state on a different system, I only have one small...
  15. Tareq, you were right! For anybody who has the...

    Tareq, you were right!

    For anybody who has the same problem: Updating the jaxb-impl solved the problem



    <dependency>
    <groupId>com.sun.xml.bind</groupId>...
  16. hey, you're like a mindreader, I was just...

    hey,

    you're like a mindreader, I was just looking at the package info (or maybe I'm the one reading thoughts here ;-) )! Anyway, to me it looks ... well I can't say.

    Ok, so the jaxb classes...
  17. Hi tareq ok, at least now I know where to...

    Hi tareq

    ok, at least now I know where to look. Thanks!

    I set up my simple test project again (where I have the same problem than in my actual project), in that the mapping looks as follows:
    ...
  18. And if all that was not enough, my Maven...

    And if all that was not enough, my Maven dependencies are as follows:


    <dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring</artifactId>...
  19. And I also decompiled the class where the...

    And I also decompiled the class where the exception occurs:


    private QName calcXmlName(String uri, String local)
    {
    /* 277*/ TODO.checkSpec();
    /* 278*/ ...
  20. NullPointerException in PropertyInfoImpl.calcXmlName()

    Hello everybody,

    I'm currently trying to make spring-ws work, but unfortunetaly I get an NullPointerException in PropertyInfoImpl.calcXmlName() when I try to run the whole thing :confused:...
  21. Good evening oleksandr, lol, nicely...

    Good evening oleksandr,

    lol, nicely said!@milage may vary
    Ok lets wait and see what jira has to say about that feature ;-)


    But what do you think about the injection thing? Do you still see...
  22. Hi again, very weird, it almost seems like...

    Hi again,

    very weird, it almost seems like something is missing here in this thread? Did the host guys of this forum maybe have a head crash? I mean the hard disks, not the guys themselfes ;-) I...
  23. one question remains: How am I gonna solve my...

    one question remains:

    How am I gonna solve my parent bean problem? :-)


    public Object postProcessAfterInitialization(Object bean, String name, Object parentBean) throws BeansException...
  24. Maybe some day when I have a bit more time...

    Maybe some day when I have a bit more time available.@jira

    Well, its a different approach. The reason why I introduced the extra definition bean is because I want to be able to add new managers...
  25. Well, I would be if that feature would be...

    Well, I would be if that feature would be integrated into spring - you're not a spring developer, are you? ;-)

    Well there is not much to that. What you need is:

    1. The Autowire-Definition-Bean:...
Results 1 to 25 of 28
Page 1 of 2 1 2