Author: mmerz
Date: Tue Nov  2 16:16:34 2004
New Revision: 56447

Modified:
   
incubator/beehive/branches/v1/alpha/samples/EmployeeWS/WEB-INF/client-build.xml
   
incubator/beehive/branches/v1/alpha/samples/EmployeeWS/WEB-INF/src/org/apache/beehive/sample/EmployeeDBControl.jcx
   
incubator/beehive/branches/v1/alpha/samples/EmployeeWS/WEB-INF/src/org/apache/beehive/sample/WSEmployee.java
   
incubator/beehive/branches/v1/alpha/samples/EmployeeWS/WEB-INF/src/web/Service.jws
   incubator/beehive/branches/v1/alpha/samples/EmployeeWS/index.html
Log:
fixed the compile issues in the WS Employee sample

Contributor:  Daryoush Mehrtash


Modified: 
incubator/beehive/branches/v1/alpha/samples/EmployeeWS/WEB-INF/client-build.xml
==============================================================================
--- 
incubator/beehive/branches/v1/alpha/samples/EmployeeWS/WEB-INF/client-build.xml 
    (original)
+++ 
incubator/beehive/branches/v1/alpha/samples/EmployeeWS/WEB-INF/client-build.xml 
    Tue Nov  2 16:16:34 2004
@@ -3,7 +3,7 @@
 <project name="AddressBookClient" basedir="." default="all">
        
        <property name="AddressBook.wsdl.url" 
-               
value="http://localhost:8080/EmployeeWS/web/EmployeeWS.jws?wsdl"; />
+               value="http://localhost:8080/EmployeeWS/web/Service.jws?wsdl"; />
        
        
        <path id="jars">

Modified: 
incubator/beehive/branches/v1/alpha/samples/EmployeeWS/WEB-INF/src/org/apache/beehive/sample/EmployeeDBControl.jcx
==============================================================================
--- 
incubator/beehive/branches/v1/alpha/samples/EmployeeWS/WEB-INF/src/org/apache/beehive/sample/EmployeeDBControl.jcx
  (original)
+++ 
incubator/beehive/branches/v1/alpha/samples/EmployeeWS/WEB-INF/src/org/apache/beehive/sample/EmployeeDBControl.jcx
  Tue Nov  2 16:16:34 2004
@@ -1,4 +1,4 @@
-package org.apache.beehive.wsmSample.dbControlExtension;
+package org.apache.beehive.sample;
 
 import java.sql.SQLException;
 import java.io.Serializable;

Modified: 
incubator/beehive/branches/v1/alpha/samples/EmployeeWS/WEB-INF/src/org/apache/beehive/sample/WSEmployee.java
==============================================================================
--- 
incubator/beehive/branches/v1/alpha/samples/EmployeeWS/WEB-INF/src/org/apache/beehive/sample/WSEmployee.java
        (original)
+++ 
incubator/beehive/branches/v1/alpha/samples/EmployeeWS/WEB-INF/src/org/apache/beehive/sample/WSEmployee.java
        Tue Nov  2 16:16:34 2004
@@ -1,5 +1,4 @@
-package org.apache.beehive.wsmSample.dbControlExtension;
-
+package org.apache.beehive.sample;
 import java.io.Serializable;
 
 public class WSEmployee implements Serializable

Modified: 
incubator/beehive/branches/v1/alpha/samples/EmployeeWS/WEB-INF/src/web/Service.jws
==============================================================================
--- 
incubator/beehive/branches/v1/alpha/samples/EmployeeWS/WEB-INF/src/web/Service.jws
  (original)
+++ 
incubator/beehive/branches/v1/alpha/samples/EmployeeWS/WEB-INF/src/web/Service.jws
  Tue Nov  2 16:16:34 2004
@@ -3,13 +3,8 @@
 import java.rmi.RemoteException;
 import java.sql.SQLException;
 import org.apache.beehive.controls.api.bean.Control;
-//import org.apache.beehive.wsmSample.dbControlExtension.EmployeeDBControlBean;
-//import org.apache.beehive.wsmSample.dbControlExtension.Employee;
 
-
-
-
-import org.apache.beehive.wsmSample.dbControlExtension.*;
+import org.apache.beehive.sample.*;
 
 
 import javax.jws.Oneway;
@@ -21,8 +16,8 @@
 /* 
  * Web service to demonstrate integration of controls with drop in deploymnet.
  */
[EMAIL PROTECTED]( targetNamespace="http://www.beehive.com/EmployeeDB";)
-public class EmployeeWS {
[EMAIL PROTECTED]( targetNamespace="http://beehive.apache.org/EmployeeDB";)
+public class Service {
 
    @Control 
     public EmployeeDBControl employeeDB;

Modified: incubator/beehive/branches/v1/alpha/samples/EmployeeWS/index.html
==============================================================================
--- incubator/beehive/branches/v1/alpha/samples/EmployeeWS/index.html   
(original)
+++ incubator/beehive/branches/v1/alpha/samples/EmployeeWS/index.html   Tue Nov 
 2 16:16:34 2004
@@ -13,7 +13,7 @@
   <li> <a href="happyaxis.jsp">Validate</a> the local installation <br>
     <i>see below if this does not work.</i> </li>
   <li> View Employee Web Service's <a
- href="web/EmployeeWS.jws?wsdl">WSDL</a> </li>
+ href="web/Service.jws?wsdl">WSDL</a> </li>
 </ul>
 <h3>Validating the local configuration</h3>
 If the validation page displays an exception instead of a

Reply via email to