users@glassfish.java.net

Re: trouble with ejb decendency injection in managed bean

From: <forums_at_java.net>
Date: Sat, 5 Nov 2011 16:56:34 -0500 (CDT)

I don't understand your post. Could you explain it with other words?

Thanks.

 

[quote=jezamora]

define beans-config.xml only with ManagedBeans, also faces-config.xml with
general configuration and add in the web.xml file setup :

/*web.xml*/

<context-param>
    <param-name>javax.faces.CONFIG_FILES</param-name>
     <param-value>
      /WEB-INF/config/beans-config.xml,
      /WEB-INF/config/faces-config.xml
     </param-value>
  </context-param>

 

remenber el faces-config.xml must be in the second line

 

 

[/quote]


--
[Message sent by forum member 'fluxy']
View Post: http://forums.java.net/node/859089