Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 336756 - Jubula archive model XML namespace
Summary: Jubula archive model XML namespace
Status: CLOSED FIXED
Alias: None
Product: Jubula
Classification: Technology
Component: Core (show other bugs)
Version: 0.9.0   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: 1.0   Edit
Assignee: Markus Tiede CLA
QA Contact: Tim Winselmann CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-09 15:16 EST by Markus Tiede CLA
Modified: 2011-03-22 03:28 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Tiede CLA 2011-02-09 15:16:58 EST
Jubula makes use of XML files (by using Apache XML-Beans) to allow long-term archives for the test specifications which are normally stored in the database. The bundle "org.eclipse.jubula.client.archive" holds the functionality for ex- and importing these XML-files.

The XSD-model which is used to read / write / validate those XML files still has an outdated namespace "http://www.bredexsw.com/guidancer/client/importer/gdschema"; this should be adjusted to fit to the Eclipse namespaces --> "http://www.eclipse.org/jubula/client/archive/schema".

We still need to be able to import XML files with the old namespace due to backward compatibility reasons.

After changing the namespace we should also re-export our example XML project files to avoid implicit / unnecessary conversions in future.
Comment 1 Markus Tiede CLA 2011-02-09 15:21:25 EST
Namespace changed and backwards compatibility conversion added; see:

http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=6bab3240a36257d649693c877ff99dde07e9c443

The conversion of our examples is not yet done.
Comment 2 Markus Tiede CLA 2011-03-17 08:59:50 EDT
Example and library projects converted - see

http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=80bdb2a3378c36b50d8c73c177822c353f831cb5
Comment 3 Tim Winselmann CLA 2011-03-22 03:28:26 EDT
XML files from GUIdancer_4.3 can be opened in GUIdancer_5.0 and get the new namespace "http://www.eclipse.org/jubula/client/archive/schema" when they are exported. XML files created/changed/etc. with GUIdancer_5.0 also get the new namespace.

Also our examples and library projects are converted to the new namespace.