Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0006122 | Openbravo ERP | A. Platform | public | 2008-11-20 18:48 | 2009-04-21 11:04 |
|
Reporter | roklenardic | |
Assigned To | gmauleon | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Ubuntu 8.04 |
Product Version | 2.50alpha-r1 | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0006122: Window and Tab Name within Application Dictionary |
Description | If one uses odd characters such as _ (underscore) or ' (apostrofe) for the window or tab name, the compilation of that particular window will fail sue to SQLC and WAD specific not handling these special characters properly.
|
Steps To Reproduce | |
Proposed Solution | Use some kind of validation on Window and Tab name (callout or trigger). changing wad or sqlc to handle these characters properly would be a much more complex solution. |
Additional Information | |
Tags | comsup_sprint5 |
Relationships | depends on | backport | 0006542 | | closed | gmauleon | Window and Tab Name within Application Dictionary |
|
Attached Files | new-window.png (56,438) 2008-11-24 12:10 https://issues.openbravo.com/file_download.php?file_id=460&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2008-11-20 18:48 | roklenardic | New Issue | |
2008-11-20 18:48 | roklenardic | Assigned To | => rafaroda |
2008-11-20 18:48 | roklenardic | sf_bug_id | 0 => 2318108 |
2008-11-20 18:48 | roklenardic | Regression testing | => No |
2008-11-24 12:10 | rafaroda | File Added: new-window.png | |
2008-11-24 12:11 | rafaroda | Status | new => closed |
2008-11-24 12:11 | rafaroda | Note Added: 0010551 | |
2008-11-24 12:11 | rafaroda | Resolution | open => unable to reproduce |
2008-11-25 13:10 | roklenardic | Status | closed => new |
2008-11-25 13:10 | roklenardic | Resolution | unable to reproduce => open |
2008-11-25 13:10 | roklenardic | Note Added: 0010639 | |
2008-11-25 13:10 | roklenardic | Note Added: 0010640 | |
2008-12-15 09:41 | rafaroda | Status | new => scheduled |
2008-12-15 09:41 | rafaroda | Assigned To | rafaroda => gmauleon |
2008-12-15 09:41 | rafaroda | fix_in_branch | => trunk |
2008-12-15 09:46 | rafaroda | Note Added: 0011342 | |
2009-01-27 15:46 | svnbot | Checkin | |
2009-01-27 15:46 | svnbot | Note Added: 0012690 | |
2009-01-27 15:46 | svnbot | Status | scheduled => resolved |
2009-01-27 15:46 | svnbot | Resolution | open => fixed |
2009-01-27 15:46 | svnbot | svn_revision | => 12321 |
2009-01-28 12:09 | gmauleon | Tag Attached: comsup_sprint5 | |
2009-04-21 11:04 | psarobe | Status | resolved => closed |
Notes |
|
|
Not able to reproduce in trunk revision 10427 (see attached image). |
|
|
|
1) I have created a new module, Name = Rok's Module
2) created a new window, Name = Rok's Hello World window
3) inside this window created one new tab, Name = Rok's Hello World tab, Table = C_Order
4) used the Create Fields button to put all fields of that table on the new tab
Compiled using ant compile.complete and received this error:
........
compileSqlc:
[javac] Compiling 1457 source files to /home/rok/workspaces-eclipse/trunk/openbravo/build/classes
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Compiling 477 source files to /home/rok/workspaces-eclipse/trunk/openbravo/build/classes
[javac] javac: invalid flag: /home/rok/workspaces-eclipse/trunk/openbravo/build/javasqlc/srcAD/org/openbravo/erpWindows/com/nautiloos/rok/helloworld/Rok
[javac] Usage: javac <options> <source files>
[javac] use -help for a list of possible options
BUILD FAILED
/home/rok/workspaces-eclipse/trunk/openbravo/build.xml:206: The following error occurred while executing this line:
/home/rok/workspaces-eclipse/trunk/openbravo/src/build.xml:164: Compile failed; see the compiler error output for details.
Total time: 3 minutes 49 seconds |
|
|
|
|
|
|
|
|
(0012690)
|
svnbot
|
2009-01-27 15:46
|
|
Repository: openbravo
Revision: 12321
Author: gmauleon
Date: 2009-01-27 15:46:06 +0100 (Tue, 27 Jan 2009)
Fixes 0006122: Window and Tab Name within Application Dictionary
---
U trunk/src-db/database/model/tables/AD_WINDOW.xml
U trunk/src-db/database/sourcedata/AD_MESSAGE.xml
---
https://dev.openbravo.com/websvn/openbravo/?rev=12321&sc=1 [^]
|
|