Results 1 to 2 of 2

Thread: jersey-spring integration problems

  1. #1
    Join Date
    Jan 2011
    Posts
    8

    Exclamation jersey-spring integration problems

    Hello dear members,

    It's my first post in the spring community as I just started to use it in a fresh new project.

    I'm interesting to integrate jersey dependencies to build restful web services in the greenhouse project and I'm in front of a strange problem:
    When I try to insert maven dependency, like this:

    <!-- Jersey -->
    <dependency>
    <groupId>com.sun.jersey.contribs</groupId>
    <artifactId>jersey-spring</artifactId>
    <version>1.5-ea09</version>
    </dependency>

    in the pom.xml . Then nothing compile anymore!

    I'm following the tutorial here that explain Spring & Jersey integration:
    http://marciogarcia.com/?p=151

    Could somebody try to help me please ?

    Thank you and happy new year ! ;-)

  2. #2
    Join Date
    Jan 2011
    Posts
    8

    Thumbs up problem resolved

    Hello,

    thanks to Habuma, he posts a solution in this thread :

    http://forum.springsource.org/showthread.php?t=101141

Posting Permissions

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