Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jax-rs issues

 
Ranch Hand
Posts: 930
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am trying to create restful webservice in eclipse kepler version on my windows laptop.

I clicked new other--->Maven Project--->then under Catolog i selected Default All Catalogs then in Filter i typed 'cxf'

I did not see any artifacts getting filtered
cxf-jaxws-javafirst or
cxf-jaxrs-service like that.

i checked site

http://maven-repository.com/artifact/org.apache.cxf/cxf/2.7.11

I also tried
window -->show view --->other---> maven-->local repository--->rebuild index
as attached. Still the problem did not solve.

Please advice how to enable to see them.
jaxRS.jpg
[Thumbnail for jaxRS.jpg]
 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In general do you have a directory called "maven dependencies" or similar when you create maven projects in IDE? If yes, then you might try building it manually and see? And do you have those dependencies in the local Maven repo pointed in IDE?
 
sai rama krishna
Ranch Hand
Posts: 930
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to build manually.

I think i have maven dependencies and dependencies in the local Maven repo pointed in IDE(how to double check and verify) since I ran other spring, hibernate related applications using maven and all those examples are running fine.
 
girl power ... turns out to be about a hundred watts. But they seriuosly don't like being connected to the grid. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic