<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
....
</plugin>
I find this plugin that is not exist in 2.1.0-M2,but it still exist in
2.1.0-M1
if pom.xml without this plugin, the error produce below:

[INFO] Trace
org.hibernate.MappingException: Unable to load class declared as
<mapping class=
"org.bals.model.User"/> in the configuration:
at org.hibernate.cfg.AnnotationConfiguration.parseMappingElement(Annotat
ionConfiguration.java:650)
at org.hibernate.cfg.Configuration.parseSessionFactory(Configuration.jav
a:1589)
at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1568)
at org.hibernate.cfg.AnnotationConfiguration.doConfigure(AnnotationConfi
guration.java:1047)
at org.hibernate.cfg.AnnotationConfiguration.doConfigure(AnnotationConfi
....

but if pom.xml with this plugin,I google it,it will affect the cobertura

the cobertura report coverage is 0%

i see http://issues.appfuse.org/browse/APF-914
it says the bug fixed in 2.1.0-M2, but i can't check it because of the
error above
anyone can try it exactly?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to