[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: question about JSF

2006-05-30 Thread yakamax
create a file properties where you have your .java : Example in messages.properties # Sample ResourceBundle properties file | javax.faces.component.UIInput.CONVERSION=Une erreur de conversion s'est produite. | javax.faces.component.UIInput.REQUIRED=Une valeur est requise. | javax.faces.comp

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How to Used JSTL with MyFaces on JBoss 4.0.4 CR2

2006-05-24 Thread yakamax
up View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946001#3946001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946001 --- All the advantages of Linux Managed Hostin

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - How to Used JSTL with MyFaces on JBoss 4.0.4 CR2

2006-05-17 Thread yakamax
Hello ! I try used JSTL with MyFaces on JBoss 4.0.4 CR2 :) - copy/paste : jstl.jar and standard.jar on .../jbossweb-tomcat55.sar/jsf-libs/ - use this declaration : <[EMAIL PROTECTED] prefix="c" uri="http://java.sun.com/jstl/core"%> - In .../jbossweb-tomcat55.sar/conf/web.xml I added : |

[JBoss-user] [EJB 3.0] - Re: Injecting EJB into JSF Managed Bean

2006-05-04 Thread yakamax
Thank you very much Dunks !! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941248#3941248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941248 --- Using Tomcat bu

[JBoss-user] [EJB 3.0] - Re: Injecting EJB into JSF Managed Bean

2006-05-04 Thread yakamax
Is not supported yet IN WAR !! >> @EJB works from within another EJB in .jar (I hope :p) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941245#3941245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941245 --

[JBoss-user] [EJB 3.0] - Re: Injecting EJB into JSF Managed Bean

2006-05-04 Thread yakamax
@EJB annotation is not supported yet : http://www.jboss.org/index.html?module=bb&op=viewtopic&t=79600 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941244#3941244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941244

[JBoss-user] [EJB 3.0] - Re: Injecting EJB into JSF Managed Bean

2006-05-04 Thread yakamax
Oh ! But look this : http://blogs.sun.com/roller/resources/alexismp/EJB3demo.html Do you know how make properly with lookup() in a JSF Managed Bean ? Use Locator ? thank you ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941242#3941242 Reply to the post

[JBoss-user] [EJB 3.0] - Injecting EJB into JSF Managed Bean

2006-05-04 Thread yakamax
Hello I have read that one can use the @EJB annotation inside a JSF managed bean to inject a reference to an EJB 3.0 session EJB, but when I try it my Local Interface is null. | public class UserManagedBean { | | @EJB | UserManagerLocal userManagerLocal; | | ... |

[JBoss-user] [EJB 3.0] - Re: @EJB annotation in an entity bean

2006-05-04 Thread yakamax
me too View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941188#3941188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941188 --- Using Tomcat but need to do more? Nee

[JBoss-user] [EJB 3.0] - Re: @EJB annotation not working in Java Bean

2006-05-02 Thread yakamax
I can't import javax.ejb.EJB; but i can import import javax.annotation.EJB; Where can I find javax.ejb.EJB; please? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940628#3940628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re