Daryoush-- Hey; quick question. In the code that came out of controlhaus, it seems that the webservice control is using <jar> to package the service control. The other system controls are using the <control-jar> which registers the JavaBean nature of the control classes as:
Name: org/apache/beehive/controls/system/jms/JMSControlBean.class Java-Bean: true Beehive-Control: true Is there any reason not to switch system-controls/src/webservice/build.xml to use <control-jar> rather than just <jar>? Thanks! Eddie
