Have you tried dropping the preceding slash from the paths?
e.g.
classpath:/configure.js -> classpath:configure.js
Type: Posts; User: jpeterson; Keyword(s):
Have you tried dropping the preceding slash from the paths?
e.g.
classpath:/configure.js -> classpath:configure.js
While you probably could, i think there is a better way. You should be able to just load the beans from your jar context file into your webapp application context. For example, you can load...
First off let me start by saying that I have been reading up on these topics and it is entirely possible that I have somehow missed the point. My hope is that people on this forum can educate me. I...
Something else is weird with your configuration. I run spring apps disconnected from the network all the time. All of my spring configs have the schema namespaces defined. I'm not doing anything...
We are trying to narrow down the issue now. Sorry for the misfire. Your suggestion seems like a good possibility. We should know more tomorrow.
I just filed this issue dealing with thread-safety.
http://jira.springframework.org/browse/INT-623
I found a bug with the MarshallingWebServiceInboundGateway:
http://jira.springframework.org/browse/INT-601
I too am having a similar problem:
Environment: RHEL 5 / X86_64 / Java 6 / Eclipse 3.4.2 JEE
Error:
An error occurred while collecting items to be installed
Problems downloading...
Nope, no proxy.
Ok, i can look into doing that. But the odd thing is that I have made no configuration changes. For all intents and purposes it is a stock maven2 install.
I have no proxy installed.
The odd thing is you can see maven trying to download jets3t.
Downloading: http://download.java.net/maven/1//net.java.dev.jets3t/jars/jets3t-0.5.0.jar
Maven...
Im running:
$ mvn install
I just checked out the newly minted 1.0.0 version (congrats by the way!) and I am getting the following build error:
$ mvn install
[INFO] Scanning for projects...
[INFO] Reactor build order:...
http://opensource.atlassian.com/projects/spring/browse/SWS-163
I should add, my expectation was that people using these classes would inject one of the factory implementations into their code. They would then be able to create as many clients as their runtime...
Ok. I'll do that.
There are two main improvements. The first is an approach to solving SWS-148. The rest are what I would consider structural improvements. I'll see if I can explain the...
Do you have a preference on how I submit it? Should I create a branch and commit it into subversion or would you prefer I upload a zip file somewhere? Its going to be 10-20 files including unit...
I have been tracking spring-ws for a while and I am beginning to use it pretty extensively. One thing that keeps coming up is that the web-service client support (imho) could use some improvement. ...