To whom it may affect: Should be fixed in spring release 3.2.3
Type: Posts; User: paulf; Keyword(s):
To whom it may affect: Should be fixed in spring release 3.2.3
Being looked at and potentially fixed by the Spring team
See https://jira.springsource.org/browse/SPR-10559
Okay, I have worked out the problem. I think it is a bug, probably not a bug you would hit very often but with the latest releases of OSGi using JSR14 to create java 1.4 compatible byte code but...
I have a web application with mulitple spring xml files and it all fires up fine.
When I add one additional bean to one of the spring files - this bean extends a Generic Abstract class I get the...
When an ajax response is processed in "handleResponse" - code snippet below
handleResponse: function(response, ioArgs) {
...
...
//Extract and store all <script> elements from the...
Cheers for that.
I did some digging and it looks like Android provide a jdk 1.4 logger that commons logging will use that logs to the android log system.
It has scuppered me since I actually...
Hello Roy,
Thanks for the reply. I must be missing something, how can it work if you cannot load your own org.apache.commons.logging.LogFactory class in Android?
sorry I hit send before I finished my post.
I suppose it should be possible to provide a Log4j implementation that calls the android logging system and rely on the standard mechanism of...
Looking at issue:
https://jira.springframework.org/browse/ANDROID-14
...does that mean there is no way the spring android commons logging module you provide will work?
I can't see how it is...
thanks for the reply. What you say is spot on, but was looking for a way to get a SOAP attachment while also get Spring WS to do marshalling/unmarshalling of the SOAP payload.
is this a stupid question??? If someone let's me know then that will help as well.
Basically we are using webServiceTemplate.marshalSendAndReceive() to hit a web service. We use castor as the...
How do you get at the underlying SOAP response to retrieve soap attachments when using webServiceTemplate.marshalSendAndReceive() ??
Hello,
Okay made some progress.
I’ve written a simple main method to test Castor in isolation and even though it works there looks like a bug to me which obviously causes a problem when passing...
Hello, we use Spring-WS and castor 1.3.1 for unmarshalling and marshalling. Spring-WS provides a class CastorMarshaller to handle the unmarshalling and marshalling for you. We have had to override...
I am now hitting this problem. I was an axis2 user but have become disillusioned with it for all sorts of reasons.
I'm happy with creating a web service using Spring WS, I like the contract first...
I installed from:
springsource-tool-suite-2.2.1.RELEASE-e3.5.1-win32-installer.exe
However I did download and install another bundle (.......javax.resource) via the repository tab and this was...
The "Search for bundles and libraries" pane on the left side of the Bundle Repository Browser works okay once I set in eclipse window/preferences/Network Connections/Active Provider = Direct (instead...
I tried the latest STS version 2.2.1 and it works fine.
I was using STS 2.1.0.SR01
Cheers
I have created a DM server 2.0 instance in STS pointing to springsource-dm-server-2.0.0.M6
However I get the error:
java.lang.NoClassDefFoundError:...
Hello Costin,
What's the minimum execution environment Spring DM will function on? The OSGi alliance define two execution environments, does it work on both?
1. OSGi/Minimum-1.2 execution...
I am fairly experienced in OSGi and Spring but not Spring DM or STS
I am trying to use STS to create several bundles. First things first.....
Do I use the eclipse PDE to create bundles or do I...
just in case anyone is interested all I did in the end was to override
protected String resolvePlaceholder(String placeholder, Properties props, int systemPropertiesMode)
in the...
Hello All,
Any reason why PropertyPlaceholderConfigurer tries to set the property of the bean to that of the unresolved placeholder string in the bean definition when...
Thanks for the reply. I did consider this but dismissed it for some reason. I think it was because some default values require the value NULL to distinguish between when they have been set or not....
We have a project that is continually being migrated to use Spring 2.5 over time. There is an application properties file which we do not want to change if possible.
We have a bean in a spring...