Problem solved.
Maven2 copied the dependencies of my ejb project into the ear-file
...
jboss-annotations-ejb3-4.0.4.GA.jar
jboss-ejb3x-4.0.4.GA.jar
...
Now i marked the dependencies with
<scope>provided</scope>
so that they're not longer included and it works :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965372#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...