When I deploy my app with JBPM to JBoss I get following warning:
07:43:30,597 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
This class comes from the transitive dependency smack-3.0.4 of jbpm-human-task.
The question is should I worry (I don't see any problems at the moment) how can I avoid this warning? And what does this warning mean?
Kind regards
Christian