[jboss-jira] [JBoss JIRA] (JBJCA-832) ironjacamar maven validator throws IllegalStateException: Unable to find an annotation scanner implementa tion
Dupont Dupont (JIRA)
jira-events at lists.jboss.org
Tue Jun 12 09:57:04 EDT 2012
Dupont Dupont created JBJCA-832:
-----------------------------------
Summary: ironjacamar maven validator throws IllegalStateException: Unable to find an annotation scanner implementa tion
Key: JBJCA-832
URL: https://issues.jboss.org/browse/JBJCA-832
Project: IronJacamar
Issue Type: Bug
Affects Versions: 1.1.0.Alpha7
Reporter: Dupont Dupont
Assignee: Jesper Pedersen
ironjacamar-validator-maven throws the following error :
{code}
java.lang.IllegalStateException: Unable to find an annotation scanner implementa
tion
at org.jboss.jca.common.spi.annotations.repository.AnnotationScannerFact
ory.getAnnotationScanner(AnnotationScannerFactory.java:72)
at org.jboss.jca.validator.Validation.validate(Validation.java:148)
at org.jboss.jca.validator.maven.ValidatorMojo.execute(ValidatorMojo.jav
a:72)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(Default
BuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor
.java:209)
{code}
The following dependency appears to be missing from the plugin :
{code}
<dependencies>
<dependency>
<groupId>org.jboss.ironjacamar</groupId>
<artifactId>ironjacamar-common-impl-papaki</artifactId>
<version>1.1.0.Alpha7</version>
</dependency>
</dependencies>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list