You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by ja...@ws.apache.org on 2004/09/22 18:19:41 UTC

[jira] Created: (JAXME-36) Type error in js.org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl.JDBCTable

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAXME-36

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAXME-36
    Summary: Type error in js.org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl.JDBCTable
       Type: Bug

     Status: Unassigned
   Priority: Minor

    Project: JaxMe
 Components: 
             JaxMeJS

   Assignee: 
   Reporter: Nacho G. Mac Dowell

    Created: Wed, 22 Sep 2004 9:18 AM
    Updated: Wed, 22 Sep 2004 9:18 AM

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;
         
       }



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org


[jira] Closed: (JAXME-36) Type error in js.org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl.JDBCTable

Posted by ja...@ws.apache.org.
Message:

   The following issue has been closed.

   Resolver: Jochen Wiedmann
       Date: Wed, 22 Sep 2004 11:58 PM

Applied.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAXME-36

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAXME-36
    Summary: Type error in js.org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl.JDBCTable
       Type: Bug

     Status: Closed
   Priority: Minor
 Resolution: FIXED

    Project: JaxMe
 Components: 
             JaxMeJS

   Assignee: 
   Reporter: Nacho G. Mac Dowell

    Created: Wed, 22 Sep 2004 9:18 AM
    Updated: Wed, 22 Sep 2004 11:58 PM

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;
         
       }



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org