[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
17 years, 9 months
[JBoss JIRA] Updated: (JBAS-2563) Cleanup the build for jboss5
by Dimitris Andreadis (JIRA)
[ https://jira.jboss.org/jira/browse/JBAS-2563?page=com.atlassian.jira.plug... ]
Dimitris Andreadis updated JBAS-2563:
-------------------------------------
Comment: was deleted
> Cleanup the build for jboss5
> ----------------------------
>
> Key: JBAS-2563
> URL: https://jira.jboss.org/jira/browse/JBAS-2563
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Build System
> Reporter: Scott M Stark
> Assignee: Scott M Stark
> Fix For: JBossAS-5.0.0.GA
>
>
> The current jboss-head build seems rather crusty with outdated modules (media which I removed) and weird modules like jbossas. From the dev list:
> This is the remoting/jbossas integration code.
> i.e. the UnifiedInvoker
> It shouldn't really be in jbossas which was meant to be the top level build folder replacement for "build"
> e.g. in the new build
> cvs .. co jbossas
> cd jbossas
> ant rebuild
> would pull down all modules and thirdparty and build the release.
> Instead jbossas has turned into another "varia" ;-)
> On Tue, 2005-12-13 at 03:00, Scott M Stark wrote:
> > Why is there this jbossas module in jboss-head when there is also
> > remoting being pulled via the thirdparty?
> >
> We need a plan on cleaning up the jboss-head build using the jbossbuild before creating a jboss5 branch.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 9 months