You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jack Cai (JIRA)" <ji...@apache.org> on 2008/11/24 08:17:44 UTC

[jira] Created: (GERONIMO-4428) Non-ascii characters in SQL script causing build failure in GB18030 encoded shell

Non-ascii characters in SQL script causing build failure in GB18030 encoded shell
---------------------------------------------------------------------------------

                 Key: GERONIMO-4428
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4428
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: webservices
    Affects Versions: 2.1.3, 2.2
         Environment: Windows XP Chinese (GB18030), IBM Java 5SR6
            Reporter: Jack Cai
            Priority: Minor


There are some non-ascii characters in this script: plugins/uddi/geronimo-uddi-db/src/main/sql/juddi.sql. This causes build failure in GB18030 encoded shell using IBM JDK. If these characters are not intentionally put there, better to remove them.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-4428) Non-ascii characters in SQL script causing build failure in GB18030 encoded shell

Posted by "Jack Cai (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jack Cai updated GERONIMO-4428:
-------------------------------

    Attachment: Geronimo-4428_Jack.patch

With this patch, the build in GB18030 shell completes successfully.

> Non-ascii characters in SQL script causing build failure in GB18030 encoded shell
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4428
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4428
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.1.3, 2.2
>         Environment: Windows XP Chinese (GB18030), IBM Java 5SR6
>            Reporter: Jack Cai
>            Priority: Minor
>         Attachments: Geronimo-4428_Jack.patch
>
>
> There are some non-ascii characters in this script: plugins/uddi/geronimo-uddi-db/src/main/sql/juddi.sql. This causes build failure in GB18030 encoded shell using IBM JDK. If these characters are not intentionally put there, better to remove them.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMO-4428) Non-ascii characters in SQL script causing build failure in GB18030 encoded shell

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods resolved GERONIMO-4428.
------------------------------------

    Resolution: Fixed

Applied modification of patch from Jack, by replacing the bad char with the intended ® char as in the current juddi file at http://svn.apache.org/repos/asf/webservices/juddi/trunk/src/main/resources/juddi-sql/derby/create_database.sql

Jack, please verify you can build using the updated file.  Thanks.


> Non-ascii characters in SQL script causing build failure in GB18030 encoded shell
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4428
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4428
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.1.3, 2.2
>         Environment: Windows XP Chinese (GB18030), IBM Java 5SR6
>            Reporter: Jack Cai
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 2.1.4, 2.2
>
>         Attachments: Geronimo-4428_Jack.patch
>
>
> There are some non-ascii characters in this script: plugins/uddi/geronimo-uddi-db/src/main/sql/juddi.sql. This causes build failure in GB18030 encoded shell using IBM JDK. If these characters are not intentionally put there, better to remove them.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (GERONIMO-4428) Non-ascii characters in SQL script causing build failure in GB18030 encoded shell

Posted by "Jack Cai (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jack Cai closed GERONIMO-4428.
------------------------------


Thanks Donald. The build works well now. Closing this issue.

> Non-ascii characters in SQL script causing build failure in GB18030 encoded shell
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4428
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4428
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.1.3, 2.2
>         Environment: Windows XP Chinese (GB18030), IBM Java 5SR6
>            Reporter: Jack Cai
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 2.1.4, 2.2
>
>         Attachments: Geronimo-4428_Jack.patch
>
>
> There are some non-ascii characters in this script: plugins/uddi/geronimo-uddi-db/src/main/sql/juddi.sql. This causes build failure in GB18030 encoded shell using IBM JDK. If these characters are not intentionally put there, better to remove them.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-4428) Non-ascii characters in SQL script causing build failure in GB18030 encoded shell

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated GERONIMO-4428:
-----------------------------------

    Fix Version/s: 2.2
                   2.1.4
         Assignee: Donald Woods

> Non-ascii characters in SQL script causing build failure in GB18030 encoded shell
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4428
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4428
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.1.3, 2.2
>         Environment: Windows XP Chinese (GB18030), IBM Java 5SR6
>            Reporter: Jack Cai
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 2.1.4, 2.2
>
>         Attachments: Geronimo-4428_Jack.patch
>
>
> There are some non-ascii characters in this script: plugins/uddi/geronimo-uddi-db/src/main/sql/juddi.sql. This causes build failure in GB18030 encoded shell using IBM JDK. If these characters are not intentionally put there, better to remove them.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.