aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes Ant servicegen Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Ant servicegen" Watch "Ant servicegen" New topic
Author

Ant servicegen

SVP GM
Greenhorn

Joined: Sep 06, 2005
Posts: 3
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Ant servicegen
 
Similar Threads
Expose EJB as webservice
Servicegen on windows and solaris
Webservices in weblogic 8.1 storing a value and then JSP reading it
No set method found problem in WebLogic 8.1 sp2
Wrapper class on the top of stateless session bean