Can an application use JBoss EAP shipped Jackson module directly ?
Issue
- JBoss is throwing following ERROR while using JBoss EAP shipped
org.codehaus.jackson.jackson-core-aslandorg.codehaus.jackson.jackson-mapper-aslmodules directly in the application viajboss-deployment-structure.xml:
ERROR [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015894:
The annotations of the module org.codehaus.jackson.jackson-core-asl: main are not
processed because no file META-INF / jandex.idx was found in the deployment.
The file can be generated using a jandex ant task.
- Is it recommended to use the jackson json processor shipped with jboss or it is better to use an own jackson module?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
