• 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

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: 3904
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 ]
 
a wee bit from the empire
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic