An error is thrown when a generated SDL file from the SSL2SDL compiler is added to a SM and then the SM is published to the Servent.
This is the error in the Servent:
org.apache.xmlbeans.XmlException: error: Use of undefined namespace prefix: org.
dbe.sdl
at org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3455
)
An error is thrown in the SM editor but no message or logging is shown.
It seems that the SDL parser in the servent does not understand the prefix: org.dbe.sdl
See the attached (generated) file where this prefix is present. When the file is created from the SDL editor, this prefix is not present.
Generated SDL file with error
Logged In: YES
user_id=1311428
Originator: YES
Actually, when existing sdl files are edited and saved with the sdl editor then this prefix (org.dbe.sdl) is insert. This prefix is not defined within the file. Only the 'sdl' prefix is defined.
Logged In: YES
user_id=1311428
Originator: YES
The sdl2java compiler also doesnot work with sdl files with this new prefix.