• 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

problem deploying entity bean

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all
I'm new to jboss.I was trying to deploy an entity bean,but i was
geting the following error....
No Context configured to process this request
MAPPING configuration error for request URI /myapplication/

can someone please tel me where im going wrong or rather how to correctly deploy an ejb in jboss
can i also get the link to the docs of jboss
bye
many regards
 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It seems to me the error has more to do with web-app and not with ejb. Try deploying just the web components independent of ejb and see if that works.
- walk rustin
 
ved gunjan
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Many thanks for the reply.
ya, the web components have been succesfully deployed.It is answering my servlet and jsp pages,but when deploying an ejb(entity bean as of now) i'm getting the mentioned error.
Is it, that the error is because of deployment descriptor or ejb-jar.xml
Many Regards
 
ved gunjan
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mr.Walker as u asked,my webcomponents are running .It is been answered when invoked but the when the application client is deployed in the form of a servlet in a .war file and the deployment descriptor made accordingly and the entire enterprise app is deployed in the form of a .ear file(which consists of an .war and .jar file).......the error i get is
NO CONTEXT CONFIGURED...HTTP ERROR 500.
what could be the problem??
thanks in advance.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic