Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Smooks v1.4
-
Fix Version/s: Smooks v1.5
-
Component/s: EDI
-
Labels:None
-
Number of attachments :
Description
Currently generated mapping bundles can't be deployed in Eclipse as plugins because of following issues:
- Mapping bundles are now fragments to the org.milyn.smooks.osgi therefore this bundle is required.
- Since mapping bundles are fragments, their contribution (to XML Catalog for example) should be declared not in plugin.xml but in the fragment.xml.
- URNs in the fragment.xml should use platform:/fragment/location scheme instead of plain location
Started to work on this issue