Details
- 
        Type: Bug Bug
- 
        Status: Closed Closed
- 
            Priority: Critical Critical
- 
            Resolution: Not A Bug
- 
            Affects Version/s: 1.3.1
- 
            Fix Version/s: None
- 
            Component/s: Core
- 
            Labels:None
- 
                        JDK version and platform:jdk1.6.0_21 for windows
Description
Speaking staff, come here and post this problem I found ..
Imagine the following object:
1. Carro;
2.
3. int nroPortas;
4. BigDecimal valor;
5. int ano;
6.
7. gets and sets
8. ...
Beauty ..
I generated the xml recorded everything OK.
Second step.
I read the XML ok.
Third step.
Car object shifts.
1. Carro;
2.
3. BigDecimal valor;
4. int ano;
5.
6. gets and sets
7. ...
Now I save the new data on the screen visual
I read the previously saved XML that still has the three fields
BUUUM nroPortas field and no longer exists
Note.: The problem is when I do fromXml ("XML");
it can not detect that the object has changed.


This is a bug tracker and not a help forum. If you have problems and have questions, please use the user's list: http://xstream.codehaus.org/list-user.html. And provide useful information, what you describe here will not help anybody to understand your problem.