Both instances I have come come across of people having this problem were due to the fact that they were not deploying war and ejb-jar within the same ear.
This is important for local interfaces as it is the way that JBoss is made aware of the colocation of web and ejb components. Then again, it could be something else, but without much to go on, I can't be of any more help. Jules Eric Huang wrote: > Hello world, > I can't call the local interface of my session bean from the entity bean. > However, the remote interface work fine. I saw the same problem in the > forum, > but no answers. maybe there is something wrong with ejb-jar.xml. > > Can anyone give me a hint how to solve it? > > Eric > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
