History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CASTOR-2146
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Won't Fix
Priority: Critical Critical
Assignee: Matthias Epheser
Reporter: Werner Guttmann
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
castor
CASTOR-2053

Show that code generation for <xs:decimal> is wrong wrt field handler code

Created: 11/Sep/07 06:16 AM   Updated: 14/Mar/08 06:41 AM
Component/s: XML code generator
Affects Version/s: 1.1.2.1
Fix Version/s: 1.2

Time Tracking:
Not Specified


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Matthias Epheser - 22/Sep/07 09:16 AM
Testing different implementations of createToJavaObjectCode, it seems that our guess that this method could be used for default value generation was wrong.

The method is used in the getValue() method of the generated FieldDescritors, so we cannot change it to adapt it to our needs for 2053. Knowing this, the last patch for 2053 introduces a new method "createDefaultValueWithString" that can be used for this.

So you can close this issue with "wont fix"