SourceForge: molwind/molwind: changeset 76:5c7e4debccd8
Added idAttributeName to molwind-config.xml default tip
authorOktay Degirmenci <Oktay.Degirmenci@merck.de>
Thu Oct 29 16:33:10 2009 +0100 (3 weeks ago)
changeset 765c7e4debccd8
parent 75f1b21a77f5b0
Added idAttributeName to molwind-config.xml
molwind-chemical/src/main/java/org/molwind/chemical/io/SDFileLocator.java
molwind-chemical/target/classes/org/molwind/chemical/io/SDFileLocator.class
molwind-client/molwind-webservice/molwind-endpoint/target/generated/wsdl/org/molwind/webservice/jaxws/GetWorldNames.java
molwind-client/molwind-webservice/molwind-endpoint/target/generated/wsdl/org/molwind/webservice/jaxws/GetWorldNamesResponse.java
molwind-client/molwind-webservice/molwind-endpoint/target/generated/wsdl/org/molwind/webservice/jaxws/IOExceptionBean.java
molwind-client/molwind-webservice/molwind-endpoint/target/generated/wsdl/org/molwind/webservice/jaxws/JDOMExceptionBean.java
molwind-client/molwind-webservice/molwind-webclient/src/main/java/org/molwind/webservice/IMolwindWebservice.java
molwind-client/molwind-webservice/molwind-webclient/src/main/java/org/molwind/webservice/IOException_Exception.java
molwind-client/molwind-webservice/molwind-webclient/src/main/java/org/molwind/webservice/JDOMException_Exception.java
molwind-client/molwind-webservice/molwind-webclient/src/main/java/org/molwind/webservice/MolwindWebserviceService.java
molwind-client/molwind-webservice/molwind-webclient/src/main/java/org/molwind/webservice/ObjectFactory.java
molwind-client/molwind-webservice/molwind-webclient/target/classes/org/molwind/webservice/IOException_Exception.class
molwind-client/molwind-webservice/molwind-webclient/target/classes/org/molwind/webservice/JDOMException_Exception.class
molwind-client/molwind-webservice/molwind-webclient/target/classes/org/molwind/webservice/ObjectFactory.class
molwind-core/target/classes/org/molwind/graph/DefaultEntityGraph.class
     1.1 --- a/molwind-chemical/src/main/java/org/molwind/chemical/io/SDFileLocator.java	Thu Oct 29 16:29:50 2009 +0100
     1.2 +++ b/molwind-chemical/src/main/java/org/molwind/chemical/io/SDFileLocator.java	Thu Oct 29 16:33:10 2009 +0100
     1.3 @@ -297,6 +297,11 @@
     1.4          
     1.5          return file.getName();
     1.6      }
     1.7 +    
     1.8 +
     1.9 +
    1.10 +
    1.11 +    
    1.12  
    1.13  
    1.14      /**
     2.1 Binary file molwind-chemical/target/classes/org/molwind/chemical/io/SDFileLocator.class has changed
     3.1 --- a/molwind-client/molwind-webservice/molwind-endpoint/target/generated/wsdl/org/molwind/webservice/jaxws/GetWorldNames.java	Thu Oct 29 16:29:50 2009 +0100
     3.2 +++ b/molwind-client/molwind-webservice/molwind-endpoint/target/generated/wsdl/org/molwind/webservice/jaxws/GetWorldNames.java	Thu Oct 29 16:33:10 2009 +0100
     3.3 @@ -8,7 +8,7 @@
     3.4  
     3.5  /**
     3.6   * This class was generated by the CXF 2.0.9
     3.7 - * Thu Oct 29 15:51:34 CET 2009
     3.8 + * Thu Oct 29 16:31:31 CET 2009
     3.9   * Generated source version: 2.0.9
    3.10   * 
    3.11   */
     4.1 --- a/molwind-client/molwind-webservice/molwind-endpoint/target/generated/wsdl/org/molwind/webservice/jaxws/GetWorldNamesResponse.java	Thu Oct 29 16:29:50 2009 +0100
     4.2 +++ b/molwind-client/molwind-webservice/molwind-endpoint/target/generated/wsdl/org/molwind/webservice/jaxws/GetWorldNamesResponse.java	Thu Oct 29 16:33:10 2009 +0100
     4.3 @@ -9,7 +9,7 @@
     4.4  
     4.5  /**
     4.6   * This class was generated by the CXF 2.0.9
     4.7 - * Thu Oct 29 15:51:34 CET 2009
     4.8 + * Thu Oct 29 16:31:31 CET 2009
     4.9   * Generated source version: 2.0.9
    4.10   * 
    4.11   */
     5.1 --- a/molwind-client/molwind-webservice/molwind-endpoint/target/generated/wsdl/org/molwind/webservice/jaxws/IOExceptionBean.java	Thu Oct 29 16:29:50 2009 +0100
     5.2 +++ b/molwind-client/molwind-webservice/molwind-endpoint/target/generated/wsdl/org/molwind/webservice/jaxws/IOExceptionBean.java	Thu Oct 29 16:33:10 2009 +0100
     5.3 @@ -8,7 +8,7 @@
     5.4  
     5.5  /**
     5.6   * This class was generated by the CXF 2.0.9
     5.7 - * Thu Oct 29 15:51:37 CET 2009
     5.8 + * Thu Oct 29 16:31:34 CET 2009
     5.9   * Generated source version: 2.0.9
    5.10   * 
    5.11   */
     6.1 --- a/molwind-client/molwind-webservice/molwind-endpoint/target/generated/wsdl/org/molwind/webservice/jaxws/JDOMExceptionBean.java	Thu Oct 29 16:29:50 2009 +0100
     6.2 +++ b/molwind-client/molwind-webservice/molwind-endpoint/target/generated/wsdl/org/molwind/webservice/jaxws/JDOMExceptionBean.java	Thu Oct 29 16:33:10 2009 +0100
     6.3 @@ -8,7 +8,7 @@
     6.4  
     6.5  /**
     6.6   * This class was generated by the CXF 2.0.9
     6.7 - * Thu Oct 29 15:51:37 CET 2009
     6.8 + * Thu Oct 29 16:31:34 CET 2009
     6.9   * Generated source version: 2.0.9
    6.10   * 
    6.11   */
     7.1 --- a/molwind-client/molwind-webservice/molwind-webclient/src/main/java/org/molwind/webservice/IMolwindWebservice.java	Thu Oct 29 16:29:50 2009 +0100
     7.2 +++ b/molwind-client/molwind-webservice/molwind-webclient/src/main/java/org/molwind/webservice/IMolwindWebservice.java	Thu Oct 29 16:33:10 2009 +0100
     7.3 @@ -9,7 +9,7 @@
     7.4  
     7.5  /**
     7.6   * This class was generated by Apache CXF 2.2.4
     7.7 - * Thu Oct 29 15:51:53 CET 2009
     7.8 + * Thu Oct 29 16:31:50 CET 2009
     7.9   * Generated source version: 2.2.4
    7.10   * 
    7.11   */
     8.1 --- a/molwind-client/molwind-webservice/molwind-webclient/src/main/java/org/molwind/webservice/IOException_Exception.java	Thu Oct 29 16:29:50 2009 +0100
     8.2 +++ b/molwind-client/molwind-webservice/molwind-webclient/src/main/java/org/molwind/webservice/IOException_Exception.java	Thu Oct 29 16:33:10 2009 +0100
     8.3 @@ -6,14 +6,14 @@
     8.4  
     8.5  /**
     8.6   * This class was generated by Apache CXF 2.2.4
     8.7 - * Thu Oct 29 15:51:53 CET 2009
     8.8 + * Thu Oct 29 16:31:50 CET 2009
     8.9   * Generated source version: 2.2.4
    8.10   * 
    8.11   */
    8.12  
    8.13  @WebFault(name = "IOException", targetNamespace = "http://webservice.molwind.org/")
    8.14  public class IOException_Exception extends Exception {
    8.15 -    public static final long serialVersionUID = 20091029155153L;
    8.16 +    public static final long serialVersionUID = 20091029163150L;
    8.17      
    8.18      private org.molwind.webservice.IOException ioException;
    8.19  
     9.1 --- a/molwind-client/molwind-webservice/molwind-webclient/src/main/java/org/molwind/webservice/JDOMException_Exception.java	Thu Oct 29 16:29:50 2009 +0100
     9.2 +++ b/molwind-client/molwind-webservice/molwind-webclient/src/main/java/org/molwind/webservice/JDOMException_Exception.java	Thu Oct 29 16:33:10 2009 +0100
     9.3 @@ -6,14 +6,14 @@
     9.4  
     9.5  /**
     9.6   * This class was generated by Apache CXF 2.2.4
     9.7 - * Thu Oct 29 15:51:53 CET 2009
     9.8 + * Thu Oct 29 16:31:50 CET 2009
     9.9   * Generated source version: 2.2.4
    9.10   * 
    9.11   */
    9.12  
    9.13  @WebFault(name = "JDOMException", targetNamespace = "http://webservice.molwind.org/")
    9.14  public class JDOMException_Exception extends Exception {
    9.15 -    public static final long serialVersionUID = 20091029155153L;
    9.16 +    public static final long serialVersionUID = 20091029163150L;
    9.17      
    9.18      private org.molwind.webservice.JDOMException jdomException;
    9.19  
    10.1 --- a/molwind-client/molwind-webservice/molwind-webclient/src/main/java/org/molwind/webservice/MolwindWebserviceService.java	Thu Oct 29 16:29:50 2009 +0100
    10.2 +++ b/molwind-client/molwind-webservice/molwind-webclient/src/main/java/org/molwind/webservice/MolwindWebserviceService.java	Thu Oct 29 16:33:10 2009 +0100
    10.3 @@ -15,7 +15,7 @@
    10.4  
    10.5  /**
    10.6   * This class was generated by Apache CXF 2.2.4
    10.7 - * Thu Oct 29 15:51:53 CET 2009
    10.8 + * Thu Oct 29 16:31:50 CET 2009
    10.9   * Generated source version: 2.2.4
   10.10   * 
   10.11   */
    11.1 --- a/molwind-client/molwind-webservice/molwind-webclient/src/main/java/org/molwind/webservice/ObjectFactory.java	Thu Oct 29 16:29:50 2009 +0100
    11.2 +++ b/molwind-client/molwind-webservice/molwind-webclient/src/main/java/org/molwind/webservice/ObjectFactory.java	Thu Oct 29 16:33:10 2009 +0100
    11.3 @@ -37,6 +37,14 @@
    11.4      }
    11.5  
    11.6      /**
    11.7 +     * Create an instance of {@link JDOMException }
    11.8 +     * 
    11.9 +     */
   11.10 +    public JDOMException createJDOMException() {
   11.11 +        return new JDOMException();
   11.12 +    }
   11.13 +
   11.14 +    /**
   11.15       * Create an instance of {@link GetWorldNamesResponse }
   11.16       * 
   11.17       */
   11.18 @@ -45,14 +53,6 @@
   11.19      }
   11.20  
   11.21      /**
   11.22 -     * Create an instance of {@link GetWorldNames }
   11.23 -     * 
   11.24 -     */
   11.25 -    public GetWorldNames createGetWorldNames() {
   11.26 -        return new GetWorldNames();
   11.27 -    }
   11.28 -
   11.29 -    /**
   11.30       * Create an instance of {@link IOException }
   11.31       * 
   11.32       */
   11.33 @@ -61,11 +61,11 @@
   11.34      }
   11.35  
   11.36      /**
   11.37 -     * Create an instance of {@link JDOMException }
   11.38 +     * Create an instance of {@link GetWorldNames }
   11.39       * 
   11.40       */
   11.41 -    public JDOMException createJDOMException() {
   11.42 -        return new JDOMException();
   11.43 +    public GetWorldNames createGetWorldNames() {
   11.44 +        return new GetWorldNames();
   11.45      }
   11.46  
   11.47      /**
    12.1 Binary file molwind-client/molwind-webservice/molwind-webclient/target/classes/org/molwind/webservice/IOException_Exception.class has changed
    13.1 Binary file molwind-client/molwind-webservice/molwind-webclient/target/classes/org/molwind/webservice/JDOMException_Exception.class has changed
    14.1 Binary file molwind-client/molwind-webservice/molwind-webclient/target/classes/org/molwind/webservice/ObjectFactory.class has changed
    15.1 Binary file molwind-core/target/classes/org/molwind/graph/DefaultEntityGraph.class has changed