You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a module that has several schema files in it. Each has a different namespace and a different purpose. However when you look at the episode files, it generates one per module name and not one per schema. This results in requiring all the schema's in the module be imported in the schema file if it needs any of them. If you don't you get the following error: [ant:xjc} [ERROR] SCD "x-schema::tns" didnt match any schema component.
Not sure why episode files are done at the module level in the first place, but at a minimum and option to generate an episode file per schema would be nice to fix this issue.
The text was updated successfully, but these errors were encountered:
I have a module that has several schema files in it. Each has a different namespace and a different purpose. However when you look at the episode files, it generates one per module name and not one per schema. This results in requiring all the schema's in the module be imported in the schema file if it needs any of them. If you don't you get the following error: [ant:xjc} [ERROR] SCD "x-schema::tns" didnt match any schema component.
Not sure why episode files are done at the module level in the first place, but at a minimum and option to generate an episode file per schema would be nice to fix this issue.
The text was updated successfully, but these errors were encountered: