Hi Srinath,

I was looking at the EWS stuff for the last few days and have some comments and questions on it. Would be great to hear your comments on them.

 

  1. LocalHome  and Local are always added to ejb-jar.xml irrespective of whether local classes are defined or not, this causes deployment to fail when local ejb class is not used. I think some condition has been missed in org/apache/Geronimo/ews/ws4j2ee/tows/ejb/EJBDDWriter.java, line 80 in the “if” statement, though don’t know what that condition is.
  2. Think there is some newline issues to be taken care of around lines 70-74 in file org/apache/Geronimo/ews/ws4j2ee/tows/ejb/EJBDDWriter.java which causes “\n” to be printed in ejb-jar.xml file. A double quote has been missed on line 72 I think. Also why is the namespace “http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd” at line 73 not assigned to anything?
  3. I was looking at why in webservices.xml file <display-name> always gets “French Zip” and found out that most of the implementation in org/apache/geronimo/ews/ws4j2ee/context/webservices/server/WSCFWebserviceDescription.java has been commented. Where should I look to see how the context values are populated?

 

Questions:

  1. Is this EWS correctly working currently? I see that Geronimo needs a EWS implementation and maven downloads it during building. Is this EWS being used there?
  2. Is the generated jar/war/ear getting deployed on JBoss? I was trying to do that and haven’t been successful. Anything that I might be missing?

 

Thanks,

ASHUTOSH SHAHI

 

Reply via email to