Extension class not detected
Posted: Wed Dec 20, 2023 2:38 pm
I am trying to add a custom references resolver to a custom framework, but my class doesn't get detected. Could you help me figure out what I'm missing?
I have made an Extensions bundle as per: https://www.oxygenxml.com/doc/versions/ ... undle.html
It contains a class which implements `AuthorReferenceResolver`, and which is instantiated by the bundle's `createAuthorReferenceResolver` function, as per https://www.oxygenxml.com/doc/versions/ ... olver.html
I am running Oxygen Editor v24, so built against the SDK version 24.1.0.0.
With the JAR is added to the framework class path, the bundle is properly detected by the "Extensions Bundle" 'choose' button. However, even with that bundle selected, when I attempt to 'choose' a References resolver, my class is not found.
Is there something specific in the implementation that need to be satisfied for detection to work?
I have made an Extensions bundle as per: https://www.oxygenxml.com/doc/versions/ ... undle.html
It contains a class which implements `AuthorReferenceResolver`, and which is instantiated by the bundle's `createAuthorReferenceResolver` function, as per https://www.oxygenxml.com/doc/versions/ ... olver.html
I am running Oxygen Editor v24, so built against the SDK version 24.1.0.0.
With the JAR is added to the framework class path, the bundle is properly detected by the "Extensions Bundle" 'choose' button. However, even with that bundle selected, when I attempt to 'choose' a References resolver, my class is not found.
Is there something specific in the implementation that need to be satisfied for detection to work?