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-asl
andorg.codehaus.jackson.jackson-mapper-asl
modules 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, tools, and much more.