Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    721

    You should check out RestTemplate, pretty...

    You should check out RestTemplate, pretty straightforward and nice:

    http://static.springsource.org/spring/docs/3.0.x/javadoc-api/org/springframework/web/client/RestTemplate.html
    ...
  2. Replies
    0
    Views
    1,049

    Error when trying to build html5-showcase

    I thought I'd try out the html5-showcase project (http://git.springsource.org/greenhouse/html5-showcase).

    I've followed the instructions as per the README but I get the following error in my maven...
  3. Replies
    15
    Views
    12,678

    Thanks, I just verified that this only occurs...

    Thanks,

    I just verified that this only occurs with the latest version of Nexus, 1.8.0.1, so I'm taking this to the nexus mailing list.
  4. Replies
    15
    Views
    12,678

    Ok, I wasn't completely correct before. I am able...

    Ok, I wasn't completely correct before. I am able to use the repositories if I bypass our corporate Nexus proxy. So, the issue here seems to be with Nexus not being able to proxy these particular...
  5. Replies
    15
    Views
    12,678

    I'm experiencing the same problem at the moment....

    I'm experiencing the same problem at the moment. None of the following repositories can be accessed at the moment (and they have worked for me previously!). This leads me to conclude that there is...
  6. Take a look at Maven profiles, it enables pretty...

    Take a look at Maven profiles, it enables pretty much what you want in a (IMHO) really nice way:
    http://www.sonatype.com/books/mvnref-book/reference/profiles.html

    Of course if you're not using...
  7. Replies
    6
    Views
    1,951

    Well, Jackson is a runtime dependency for the...

    Well, Jackson is a runtime dependency for the mapping to work, so whether it compiles or not is not really relevant. Have you checked to see if the jackson-core and jackson-mapping jars are in...
  8. Replies
    1
    Views
    1,339

    I can confirm that the JSR-286 support is...

    I can confirm that the JSR-286 support is functional, but I agree that the docs are more or less non-existant.

    There is at least one JIRA issue that's related:...
  9. Replies
    4
    Views
    1,143

    The SpringSource repository is browsable using an...

    The SpringSource repository is browsable using an Amazon S3 Browser such as http://s3browser.com/ (there are several others as well, for various operating systems). You do need an account on Amazon...
  10. STS 2.3 is based on Eclipse 3.5, whereas JBoss...

    STS 2.3 is based on Eclipse 3.5, whereas JBoss Tools 3.0 is only compatible with Eclipse 3.4.

    Unfortunately there is no production release version available of JBoss Tools that is compatible with...
  11. Haven't used it myself, but according to the...

    Haven't used it myself, but according to the Spring 3.0.0.RC1 changelog:
  12. There are many ways to accomplish this, but I...

    There are many ways to accomplish this, but I would take a peek at the new RESTful client facilities in Spring 3 if I were you:
    ...
  13. Replies
    1
    Views
    944

    I would guess that the answer to 1) is no, but...

    I would guess that the answer to 1) is no, but I'm just a user, and this forum is not always regularly monitored by the core developers, so you might get a quicker response by contacting...
  14. you're welcome :)

    you're welcome :)
  15. As I understand it, a URI scheme is simply the...

    As I understand it, a URI scheme is simply the format of the URI string, i.e. the HTTP URI scheme is simply a URI that starts with "http:", the JMS URI scheme is a URI that starts with "jms:", e-mail...
  16. Seems like a misunderstood the question a bit. ...

    Seems like a misunderstood the question a bit.

    New try:

    If I look at the source for Spring WS it seems like the supports() methods for the MessageSenders simply check if the URI corresponds...
  17. I think you might be confused as to what the...

    I think you might be confused as to what the MessageSender is. It provides an implementation that can send the message over a particular transport. The default is the HttpUrlConnectionMessageSender...
  18. Replies
    2
    Views
    2,111

    There is no explicit support for WS-Policy in...

    There is no explicit support for WS-Policy in Spring WS, but if you construct your own WSDL and serve it up using org.springframework.ws.wsdl.wsdl11.SimpleWsdl11Definition, nothing prevents you from...
  19. Replies
    12
    Views
    7,930

    Those are JAXB-generated sources that will be...

    Those are JAXB-generated sources that will be created if you run
    mvn generate-sources
  20. Thread: Spring DII

    by erimag
    Replies
    2
    Views
    920

    http://www.ibm.com/developerworks/webservices/libr...

    http://www.ibm.com/developerworks/webservices/library/ws-javaclient/index.html#dii

    Seems contrary to the whole idea of contract-first imho.
  21. Replies
    12
    Views
    7,930

    The airline sample in 1.5 contains a few examples...

    The airline sample in 1.5 contains a few examples of the new namespaces, see e.g.
    /airline/src/main/resources/org/springframework/ws/samples/airline/ws/applicationContext-ws.xml:


    ...
  22. It is possible using AspectJ. See the section...

    It is possible using AspectJ.

    See the section 6.8.1. Using AspectJ to dependency inject domain objects with Spring of the Spring Reference Manual.
  23. Replies
    12
    Views
    5,232

    Do you see any errors in your log? Is the wsdl4j...

    Do you see any errors in your log? Is the wsdl4j jar on your classpath?
  24. Replies
    15
    Views
    5,946

    It looks like your web service request is not...

    It looks like your web service request is not being routed to Spring WS's MessageDispatcherServlet, but instead to the default servlet. What does your web.xml look like?
  25. Thread: Maturity

    by erimag
    Replies
    5
    Views
    1,151

    I work for a large internet stock broker/bank and...

    I work for a large internet stock broker/bank and we will be using Spring WS in production in about a month or so.
Results 1 to 25 of 37
Page 1 of 2 1 2