Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. To whom it may affect: Should be fixed in spring...

    To whom it may affect: Should be fixed in spring release 3.2.3
  2. Being looked at and potentially fixed by the...

    Being looked at and potentially fixed by the Spring team

    See https://jira.springsource.org/browse/SPR-10559
  3. Okay, I have worked out the problem. I think it...

    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...
  4. java.lang.reflect.MalformedParameterizedTypeExcept ion

    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...
  5. Replies
    0
    Views
    953

    Spring-Dojo.js an implementation query

    When an ajax response is processed in "handleResponse" - code snippet below



    handleResponse: function(response, ioArgs) {

    ...
    ...
    //Extract and store all <script> elements from the...
  6. Replies
    5
    Views
    2,979

    Cheers for that. I did some digging and it...

    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...
  7. Replies
    5
    Views
    2,979

    Hello Roy, Thanks for the reply. I must be...

    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?
  8. Replies
    5
    Views
    2,979

    sorry I hit send before I finished my post. I...

    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...
  9. Replies
    5
    Views
    2,979

    Android Commons Logging

    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...
  10. Replies
    3
    Views
    1,404

    thanks for the reply. What you say is spot on,...

    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.
  11. Replies
    3
    Views
    1,404

    is this a stupid question??? If someone let's me...

    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...
  12. Replies
    3
    Views
    1,404

    how to get soap attachment in response

    How do you get at the underlying SOAP response to retrieve soap attachments when using webServiceTemplate.marshalSendAndReceive() ??
  13. Thread: CastorMarshaller

    by paulf
    Replies
    1
    Views
    1,668

    Hello, Okay made some progress. I’ve...

    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...
  14. Thread: CastorMarshaller

    by paulf
    Replies
    1
    Views
    1,668

    CastorMarshaller

    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...
  15. I am now hitting this problem. I was an axis2...

    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...
  16. I installed from: ...

    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...
  17. After downloading bundle from repository, it does not appear as an import bundle

    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...
  18. I tried the latest STS version 2.2.1 and it works...

    I tried the latest STS version 2.2.1 and it works fine.

    I was using STS 2.1.0.SR01

    Cheers
  19. java.lang.NoClassDefFoundError: com/springsource/server/launch/harness/LaunchHarness

    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:...
  20. Replies
    4
    Views
    1,253

    Minimal java environment

    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...
  21. Replies
    0
    Views
    893

    Creating Plain OSGi bundles using STS

    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...
  22. just in case anyone is interested all I did in...

    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...
  23. Hello All, Any reason why...

    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...
  24. Thanks for the reply. I did consider this but...

    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....
  25. PropertyPlaceholderConfigurer and ignorable properties

    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...
Results 1 to 25 of 84
Page 1 of 4 1 2 3 4