• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

JBoss Deployment

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

i'm trying to use JBoss to deploy my beans,,,, but when i try to deploy it.. it gives the following error message eventhough the application.xml file is included in the ear file... what can be the problem?



thank you
 
Charith Fernando
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok i think i figured the problem... i think i need to properly jar the file using the jar command in an ant script.. .i'm just zipping the files at the moment...

anything to add??
 
Bartender
Posts: 3958
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Charith Fernando:
ok i think i figured the problem... i think i need to properly jar the file using the jar command in an ant script.. .i'm just zipping the files at the moment...

anything to add??



Right. It can not find deployment descriptor in the EAR file:

META-INF/application.xml

Note, with JBoss you can deploy standalone EJB JAR (no need to wrap it within EAR).

regards,
MZ
[ February 10, 2007: Message edited by: Mikalai Zaikin ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic