Sreeram,
I am going to make this change to the sun-domain_1_3.dtd.
Apparently, a web-service-endpoint is optionally available
in all types of Java EE applications (j2ee-application, web-module
and ejb-module). An attribute "jbi-enabled" on web-service-endpoint
decides the visibility of a web-service-endpoint as a service in JBI.
Problem: sun-domain_1_2.dtd and sun-domain_1_3.dtd set this value
as "true" and then the generated code is "hand modified" to "false"!
I am going to make the following change to the DTD:
- jbi-enabled %boolean; "true">
+ jbi-enabled %boolean; "false">
for element: web-service-endpoint.
Let me know what you think, by tomorrow.
Kedar