This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 94632 - In some cases XSLT document doesn't save after editing
Summary: In some cases XSLT document doesn't save after editing
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Alexey Yarmolenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-06 14:20 UTC by Andrei Chistiakov
Modified: 2007-12-07 16:35 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Chistiakov 2007-02-06 14:20:16 UTC
Reproduced in build 070206.

To reproduce the bug:
- create a new XSLT project;
- add 2 new schemas of PO structure;
- create an XSL transformation file;
- open it in Mapper;
- put 'equal' function on canvas;
- bind inputs of the function to some elements of the source tree.

Notice that the document doesn't mark 'modified'. If you close/reopen the
dcument, these changes will be lost.
Comment 1 Alexey Yarmolenko 2007-02-08 12:07:21 UTC
All expressions, which are not a part of XSL document are not saved when mapper
restarts. Expression is beeing added to XSLT document when you connect it to
some node in right tree. 

Its a kind of fundamental mapper problem and we have no idea how to deal with
it. At least in beta release. You can check BPEL mapper - it have the same bug.
Comment 2 Sergey Lunegov 2007-02-08 12:12:17 UTC
Can consider like future feature