Hi folks,
I'm working on a prototype in Seam 1.2.1 and JBoss 4.0.5GA using EJB3.
So far I've only written Stateful beans. Today I wrote a Stateless bean and when I
tried deploying the app it failed with the error message:
java.lang.RuntimeException: Could not create Component: policyHolderDao
I can see that the class file is in the ear. For that bean it has a @Local interface and
the bean is marked as @Stateless.
What am I doing wrong here?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047365#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...