Uploaded image for project: 'JaxMe'
  1. JaxMe
  2. JAXME-36

Type error in js.org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl.JDBCTable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • None
    • JaxMeJS
    • None

    Description

      Index: SQLFactoryImpl.java
      ===================================================================
      RCS file: /home/cvspublic/ws-jaxme/src/js/org/apache/ws/jaxme/sqls/impl/SQLFactoryImpl.java,v
      retrieving revision 1.7
      diff -u -r1.7 SQLFactoryImpl.java
      — SQLFactoryImpl.java 16 Feb 2004 23:39:49 -0000 1.7
      +++ SQLFactoryImpl.java 22 Sep 2004 16:13:36 -0000
      @@ -305,7 +305,7 @@
      tableType = pTableType;
      String s = tableName;
      if ((schemaName != null && schemaName.length() > 0) ||

      • (catalogName != null && schemaName.length() > 0)) {
        + (catalogName != null && catalogName.length() > 0)) { s = catalogName + "." + schemaName + "." + tableName; }

      Attachments

        Activity

          People

            Unassigned Unassigned
            ignaciogmd Nacho G. Mac Dowell
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: