Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XmlTransform failing with NullPointerException #16

Closed
venkywg opened this issue Oct 6, 2020 · 0 comments
Closed

XmlTransform failing with NullPointerException #16

venkywg opened this issue Oct 6, 2020 · 0 comments

Comments

@venkywg
Copy link

venkywg commented Oct 6, 2020

I'm trying to use jcustenborder's XmlTransform to convert XML to AVRO.
It fails with NullPointerException
I'm passing the config
transforms.xmlToAvro.package = com.github.jcustenborder.kafka.connect.transform.xml.model
transforms.xmlToAvro.schema.path = [path/test.xsd]
transforms.xmlToAvro.type = class com.github.jcustenborder.kafka.connect.transform.xml.FromXml$Value
transforms.xmlToAvro.xjc.options.automatic.name.conflict.resolution.enabled = true
transforms.xmlToAvro.xjc.options.strict.check.enabled = true
transforms.xmlToAvro.xjc.options.verbose.enabled = true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant