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

Servicegen on windows and solaris

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have an application involving more than one webservice. Servicegen has a service tag for each webservice we want to group into an ear. Instead of using a service tag for each webservice, I have written a generic target which can be called for each web service. I have set the overwrite atribute of servicegen to false so that the ear gets updated everytime when it is called for a webservice. The problem is that it works fine in Windows, but not on solaris. Instead of having just one war file for the ear, it generates one for each call to the target. That means the ear application.xml contains one war module for each call to the servicegen.
Can anyone let me know if servicegen works seperately on windows or unix.
Any advice will surely help.
Thanks,
Sangeeta
 
reply
    Bookmark Topic Watch Topic
  • New Topic