• 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

Eclipse, OEPE plugin installed cannot deploy application

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

I have a maven project which I checked out from subversion into my eclipse. I am able to configure my runtimes and start weblogic from my eclipse with no problems. I can build my project and create an ear from my eclipse with no issues. But when I right click on my servers to add or remove projects, eclipse is not able to find my project to deploy into weblogic. I am not seeing any projects facets with this version of eclipse.

Here are my configuration details.
Eclipse Platform
Version: 3.5.0
Build id: I20090611-1540

OEPE: Oracle Database Tools Part of Oracle Enterprise Pack for Eclipse 11.1.1.3.0

Weblogic Server 11g (10.3).


Can you please help me in figuring out what configuration I am missing here. How can I deploy and debug my application through eclipse.

Thanks for all the help
 
Saritha Penumudi
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had to manually add project facets and manually add eclipse specific files to .setting to make this work.
 
reply
    Bookmark Topic Watch Topic
  • New Topic