• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Ant servicegen

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
We have a WebService in our application and we currently use ant's servicegen to create the ear file for the WebService. The WebService is a wrapper around a session EJB, which calls another EJB to accomplish a certain task. I have been able to include EJB corresponding to the WebService in the EAR but not the one called by this EJB. The application.xml has only the WebService EJB in it. I am writing to see how I can include the 2nd EJB as well in the EAR, without making it a WebService.

Thanks in advance

VG
reply
    Bookmark Topic Watch Topic
  • New Topic