Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: Spring Web Services 1.0 M3 Released

  1. #1
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default Spring Web Services 1.0 M3 Released

    Dear Spring community,

    I'm pleased to announce that Spring Web Services 1.0 M3 has been released. 1.0 M3 is the third milestone of Spring-WS: a product of the Spring community focused on creating document-driven Web services.

    Spring-WS 1.0 M3 includes

    • new template-based client-side support,
    • dynamically created WSDL definitions based on an XSD schema,
    • improved support for WebLogic 8 and 9,
    • a convenient way to setup Spring-WS as a Servlet,


    and further refinements. It also contains numerous fixes for issues discovered since 1.0 M2. Please see the changelog file (as well as the changelog in JIRA) for details.

    For more information, see http://www.springframework.org/spring-ws. To download, go to http://sourceforge.net/project/showf...ease_id=481055. The jars have also been uploaded to our Spring Maven2 repository, and should be available at repo.mergere.com (the main repo) soon.

    Cheers,

    Arjen
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  2. #2
    Join Date
    May 2006
    Posts
    4

    Default This is great!

    Thanks Arjen, hope V1.0 will be released soon!

  3. #3
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    Note that there is a guide to upgrade from M2 to M3 at http://static.springframework.org/sp...upgrading.html.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  4. #4
    Join Date
    Jan 2007
    Posts
    18

    Default

    I'd love to get started using this product. I have downloaded the m3-full.zip but I cannot build the samples:

    Downloading: https://svn.sourceforge.net/svnroot/...mlunit-1.0.pom
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Error building POM (may not be this project's POM).


    Project ID: xmlunit:xmlunit

    Reason: Error getting POM for 'xmlunit:xmlunit' from the repository: Error transferring file
    xmlunit:xmlunitom:1.0

    from the specified remote repositories:
    central (http://repo1.maven.org/maven2),
    spring-ext (https://svn.sourceforge.net/svnroot/...epos/repo-ext/)

    Any help appreciated

  5. #5
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    I cleaned up my local Maven repository, so that all dependencies are downloaded again, but I cannot reproduce this. The xmlunit jar is at the central repository.

    Could you try running maven again?
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  6. #6
    Join Date
    Jan 2007
    Posts
    18

    Default

    OK, so I completely cleared out my local repository and started the core build again. It started to download all the basic Maven poms from repo1.maven.org but, once again, when it gets to xmlunit for some reason it goes to https://svn.sourceforge.net/....

    Could this be an https firewall issue as I'm behind a firewall that means I have to set a proxy.

    I'm pretty new to Maven, but one thing that puzzles me is the lack of an obvious parent pom. The echo sample has a parent in the samples dir but that pom points to a parent of spring-ws, but I can't see the pom for that. Does this mean that Maven will try and get the parent from the repo?

  7. #7
    Join Date
    Jan 2007
    Posts
    18

    Default

    OK, looks like a firewall issue. I have tried this on my 'home' PC and it all works fine. There seems to be an issue with https repos and firewalls, see https://maven2-repository.dev.java.net/.

    An answer to my pom question above would be appreciated even though I realise it's really a Maven question, not spring-ws !

    TIA

  8. #8
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    Quote Originally Posted by smithap View Post
    I'm pretty new to Maven, but one thing that puzzles me is the lack of an obvious parent pom. The echo sample has a parent in the samples dir but that pom points to a parent of spring-ws, but I can't see the pom for that. Does this mean that Maven will try and get the parent from the repo?
    It does, the Spring-WS parent pom is located right here. All the version numbers are mentioned there too, so that I don't have too keep them all in sync. You can override the version numbers in dependant poms, though.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  9. #9
    Join Date
    Jan 2007
    Posts
    6

    Default

    hello Arjen Poutsma
    i need an example or a step by step documentation on how to integrate
    spring ws on the appfuse project
    thanks

  10. #10
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    I have no experience with Appfuse, so I'm afraid I can't help you there.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •