• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Deploy Descriptors?

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Greetings all,
I have a very simple app that I am playing with. I can't seem to get the deployment descriptors created and placed in the correct places though. If I use the Weblogic Builder to open my ear and have it create them, it deploys fine. However if I manually create the ear using ant I can't get it to deploy.
My error is "Error while loading descriptors: Error processing file 'META-INF/application.xml'"
Is there a directory structure I have to follow? Like, does \META-INF have to be at a specific location? Quick summary of my structure:
app\build\ear\meta-inf = application.xml, weblogic-application.xml
app\build\jar\meta-inf = ejb-jar.xml, weblogic-ejb-jar.xml
app\build\war\web-inf = web.xml, weblogic.xml
Something wrong with this? Any more details I could give you please let me know.
Thanks,
Mike
 
I've read about this kind of thing at the checkout counter. That's where I met this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic