You mentioned JBoss AS 7.1, is it right to configure Netbeans as JBoss4 ? I'm wondering as I don't use Netbeans, I certainly know JBoss 4 and 7 are very different.
You should not include dependencies to Lucene 4: Hibernate Search 4.2 depends on Lucene 3.6.x (and the dependency is handled transitively so you should just remove Lucene from your pom)
Don't depend on an older version of hibernate annotations: it is too old and incompatible
dependencies such as JBoss Logging, Infinispan, Jackson, JBoss Marshaller, JBoss Transactions, jta, JGroups, antlr, dom4j, .. are already included in JBoss7
Infinispan 5.2 is not compatible, you should use 5.1.x (and should not include it, it's provided by AS7)
Don't include the Hibernate core libraries either
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Some observations: