Carlo de Wolf [
http://community.jboss.org/people/wolfc] created the discussion
"Re: @Service Annotation Prblm with EJB"
To view the discussion, visit:
http://community.jboss.org/message/596619#596619
--------------------------------------------------------------
java.lang.IllegalArgumentException: failed to set value Proxy to
jboss.j2ee:jar=TestMDB.jar,name=TestEjb,service=EJB3 implementing [interface
com.testmdb.TestEjbImpl] on field com.testmdb.TestEjb com.testmdb.TestService.testejb
public class TestService {
@EJB(mappedName="ejb/TestEjb")
TestEjb testejb;
}
It can't inject a TestEjbImpl into TestService.testEjb. TestEjb is not a business
view.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/596619#596619]
Start a new discussion in EJB3 at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]