Hi All,

Currently I am working on G-Reg new feature [1] Ability to display
difference of two resources of same type. Main objective of this feature is
to demonstrate the differences between two resources of same type. For
example WSDLs, WADLs, XSDs etc..

To compare and analyse the WSDL/ XML Schema documents, selected the open
source library Membrane SOA-Model and got the third party library approval
[2] for it.

This library uses Groovy 2.x which needs ASM 4. Currently product-as uses
ASM 3. As membrane cannot work with ASM versions later than 4 .0, I am
facing an ASM library conflict. With ASM 3 it gives a
java.lang.IncompatibleClassChangeError. The reason for this error is
membrane uses org.objectweb.asm.ClassVisitor class in ASM 4 but this is an
Interface in ASM 3 and a Class in ASM 4 onwards.

In-order to overcome the conflict need to upgrade ASM. What is the standard
way to proceed in this situation?


[1] https://redmine.wso2.com/issues/3403
[2] https://redmine.wso2.com/issues/3466

-- 
-- 
Sithumini Senevirathne
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

email: [email protected],   mobile: +94 756977999
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to