Hi Jeremy, Luis everyone
Happy new Year :)
(IMO) this is the purposed usage senario for the JSR109Impl in geranimo
1) the JSR109Impl (ws4j2ee) tool use the x.wsdl jaxrpcmapper.xml and
webservice.xml and genarate the
ejb, and classes to wrap acsses to ejb in the axis.
2) then user should fill the implemenation in the genarated Impl bean class
and use a packager in the JSR109 Impl
to genarate
x-jaxrpc.jar (Skelton, SEI, Bean classes for complex types and
deploy.wsdd undeploy.wsdd)
(have the code do deploy the webservice in axis)
x-ejb.jar (ejb classes +ejb DD) /we might need to have a Geranimo
DD
file here as well.
3)then user can use the Jeremy's and Luis (geranimo axis integration code)
deployment code to deploy the EJB in geranimo and the webservice in the
axis.
(we can use adminClient in axis + deply.wsdd to deploy the webservice
in
axis)
I am almost done with preparing sample of code that will genarted by
JSR109. I will make it avalible tommarow. It will explain what are in above
two jar files. We are yet to finalize on the how the ws4j2ee work to
genarate the above jar files. But
I think it will not change jar files and file name's of the genarated class
files. That means what Jeremy and Luis saw will not change. Am I right?
Thanks
Srinath
Note:
===
x standes for th nameof webservice in the jar files
Am putting all the works on JSR109 together will come back with revised
code
and TODO list .. shortly