*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...
Type: Posts; User: horschi; Keyword(s):
*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...
Ok, mystery solved:
Deprecated. as of Spring Web Services 1.5: superseded by DefaultWsdl11Definition and the org.springframework.ws.wsdl.wsdl11.provider package
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...
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...
Hello everybody,
the WebService response generated by Spring-WS always adds all namespaces that are known by the JAXB Context:
<SOAP-ENV:Envelope...
Ok, adding xercesImpl and xalan solved the problem.
Robert: I dont know why, I just read it and it works.
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...
Nobody here likes to use .net? :-)
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...
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...
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
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...
Thanks, that works! If I had looked into the web.xml ... :-)
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...
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>...
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...
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:
...
And if all that was not enough, my Maven dependencies are as follows:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>...
And I also decompiled the class where the exception occurs:
private QName calcXmlName(String uri, String local)
{
/* 277*/ TODO.checkSpec();
/* 278*/ ...
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:...
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...
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...
one question remains:
How am I gonna solve my parent bean problem? :-)
public Object postProcessAfterInitialization(Object bean, String name, Object parentBean) throws BeansException...
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...
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:...