[JBoss JIRA] Created: (EJBTHREE-1338) Type Mismatch in Injection
by Andrew Lee Rubinger (JIRA)
Type Mismatch in Injection
--------------------------
Key: EJBTHREE-1338
URL: http://jira.jboss.com/jira/browse/EJBTHREE-1338
Project: EJB 3.0
Issue Type: Bug
Components: core
Reporter: Andrew Lee Rubinger
Assigned To: Andrew Lee Rubinger
Priority: Blocker
Fix For: AS 5.0.0.CR1
As shown from ejbthree1154 Test Client:
Caused by: java.lang.RuntimeException: Non matching type for inject of field: private org.jboss.ejb3.test.ejbthree1154.TestLocalBusiness org.jboss.ejb3.test.ejbthree1154.DelegateBean.localBusiness for type: $Proxy100 of jndiName env/org.jboss.ejb3.test.ejbthree1154.DelegateBean/localBusiness
intfs: , org.jboss.ejb3.proxy.JBossProxy, org.jboss.ejb3.test.ejbthree1154.TestRemoteBusiness
at org.jboss.injection.JndiFieldInjector.inject(JndiFieldInjector.java:117)
at org.jboss.injection.JndiFieldInjector.inject(JndiFieldInjector.java:95)
at org.jboss.injection.JndiFieldInjector.inject(JndiFieldInjector.java:63)
at org.jboss.ejb3.pool.AbstractPool.create(AbstractPool.java:104)
at org.jboss.ejb3.InfinitePool.get(InfinitePool.java:56)
at org.jboss.ejb3.InfinitePool.get(InfinitePool.java:51)
at org.jboss.ejb3.pool.ThreadlocalPool.create(ThreadlocalPool.java:53)
at org.jboss.ejb3.pool.ThreadlocalPool.get(ThreadlocalPool.java:93)
at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:58)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 3 months