[jboss-user] [EJB 3.0] - Re: No (remote) JNDI binding for ejb in ear
kruddies
do-not-reply at jboss.com
Tue Aug 15 17:31:42 EDT 2006
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#3965372
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965372
More information about the jboss-user
mailing list