Note that there are some explanatory texts on larger screens.

plurals
  1. POJSF 2, EL Expression, Weblogic, and EJB injection
    primarykey
    data
    text
    <p>Well, the problem is this. I've built a Java EE 5 application and was running in Weblogic 10.3.4. I have to add an EJB-Client application that is included as a provided dependency in my EE Application.</p> <p>Since I've added that dependency I get the following error:</p> <pre><code>There was a failure in application ServletContext@1850878[app:my_app-ear module:/my_app-web path:/my_app-web spec-version:2.5] when attempting to inject dependencies into com.mycompany.bean.ReportBean. Dependencies will not be injected into this class. com.bea.core.repackaged.springframework.beans.factory.BeanCreationException: Dependency injection failure: can't find the bean definition about class interface com.mycompany.service.ReportFacadeLocal; nested exception is com.bea.core.repackaged.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [com.mycompany.service.ReportFacadeLocal] is defined: No beans of type com.mycompany.service.ReportFacadeLocal; owner=com.bea.core.repackaged.springframework.context.support.GenericApplicationContext @6b4c9c: display name [com.bea.core.repackaged.springframework.context.support.GenericApplicationContext@6b4c9c]; startup date [Tue Oct 29 23:38:23 CST 2013]; parent: com.bea.core.repackaged.springframework.context.support.GenericApplicationContext@1107db9 at com.bea.core.repackaged.springframework.jee.inject.Jsr250Metadata.applyInjections(Jsr250Metadata.java:244) at com.bea.core.repackaged.springframework.jee.inject.Jsr250Metadata.inject(Jsr250Metadata.java:226) </code></pre> <p>I don't know what's happening, since I'm not using Spring, the only from Spring thing I use is the dependency com.springsource.org.jboss.el, is this library attached in any way to Spring? Is there something else I need to do?</p> <p>From now, thank you.</p> <p><strong>EDIT</strong> What I needed to do is to add a name in each bean to force the jndi look up, and that was it.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload