• 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

Deployment of Entity bean in JBoss

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends
I have made entity bean and also written down ejb-jar.xml,jaws.xml . what else i need to deply it on jboss . Please give me some idea abt this .
thanx
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My first suggestion would be to post this in the JBoss Forum.
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Jolly Ag:
Hi friends
I have made entity bean and also written down ejb-jar.xml,jaws.xml . what else i need to deply it on jboss . Please give me some idea abt this .
thanx


If you already have correct ejb-jar.xml, jboss.xml, jbosscmp-jdbc.xml, you have to put this DD-files into your Meta-inf directory in your jar-file, put into this server jar all required classes, packages and resources.
After that just copy this jar or ear file into the jboss deployment directory (i.e. jboss-3.0.2\server\default, for example) and application server will deploy your jar(ear) without problems (if you have already configured jboss, of course)
Regards.
reply
    Bookmark Topic Watch Topic
  • New Topic