- 
        1. Re: Seam Faces 3.0.0-SNAPSHOT @Inject Messages messagesspinner.joserodolfo.freitas.gawab.com Jan 10, 2011 6:08 AM (in response to mausbull.stephan.pabinger.gmail.com)did you find a solution Stephan? thanks 
- 
        2. Re: Seam Faces 3.0.0-SNAPSHOT @Inject Messages messagesmausbull.stephan.pabinger.gmail.com Jan 13, 2011 9:46 AM (in response to mausbull.stephan.pabinger.gmail.com)Hi Jose, well not really. With the latest releases I am now able to deploy and run the application, but no message gets displayed. In the meantime I switched to FacesContext.getCurrentInstance().addMessage(... although this one does not support loading messages out of a resource bundle. Cheers, 
 Stephan
- 
        3. Re: Seam Faces 3.0.0-SNAPSHOT @Inject Messages messagesmrmimo Sep 8, 2011 10:30 AM (in response to mausbull.stephan.pabinger.gmail.com)If anyone has this problem still, here is an explanation as I noticed it too... The problem comes becouse you have dependencies on both seam-international....3.0.0.AlphaX and 3.0.0.Final. In alpha Messages was interface. If you compile anything against it it expects interface. However in final it is a class, not interface. So make sure that you have only 3.0.0.Final in dependencies and none of other packages depends on Alpha. 
- 
        4. Re: Seam Faces 3.0.0-SNAPSHOT @Inject Messages messagesssachtleben.ssachtleben.gmail.com Sep 8, 2011 10:41 AM (in response to mausbull.stephan.pabinger.gmail.com)Seam Faces 3.0.2.Final works fine. 
 
     
     
    