users@jersey.java.net

Re: [Jersey] Whence jersey-spring-1.0.1.jar?

From: Farrukh Najmi <farrukh_at_wellfleetsoftware.com>
Date: Sun, 14 Dec 2008 21:36:38 -0500

Hi Craig,

Thanks very much for your help!

Here are the relevant dependencies from my pom.xml:

      <dependency>
        <groupId>com.sun.jersey</groupId>
        <artifactId>jersey-server</artifactId>
        <version>1.0.1</version>
      </dependency>
      <dependency>
        <groupId>com.sun.jersey.contribs</groupId>
        <artifactId>jersey-spring</artifactId>
        <version>1.0.1</version>
      </dependency>
      <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-core</artifactId>
        <version>[2.5.5,)</version>
      </dependency>
      <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring</artifactId>
        <version>[2.5.5,)</version>
      </dependency>
      <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-webmvc</artifactId>
        <version>[2.5.5,)</version>
      </dependency>
      <dependency>
        <groupId>javax.xml.ws</groupId>
        <artifactId>jaxws-api</artifactId>
        <version>2.1</version>
      </dependency>
      <dependency>
        <groupId>javax.annotation</groupId>
        <artifactId>jsr250-api</artifactId>
        <version>1.0</version>
      </dependency>
      <dependency>
        <groupId>com.sun.xml.bind</groupId>
        <artifactId>jaxb-impl</artifactId>
        <version>2.1</version>
      </dependency>
      <dependency>
        <groupId>javax.servlet</groupId>
        <artifactId>servlet-api</artifactId>
        <version>2.5</version>
        <scope>provided</scope>
      </dependency>

Does anything look questionable?

Craig McClanahan wrote:
> Farrukh Najmi wrote:
>>
>> I am using NetBeans 6.1 strictly as an IDE. I am not using any
>> special support for Jersey in NB. I have a straight maven project to
>> which I added a Jersey resource class and added to pom.xml and
>> web.xml and that is that. In other words I do not believe this is an
>> NB related issue AFAIK. Thanks.
>>
> Cool. Now, to narrow it down a little more, could you share what you
> added to your pom.xml file? It might also be that there are some
> missing jar files there.
>
> Craig
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>


-- 
Regards,
Farrukh Najmi
Web: http://www.wellfleetsoftware.com