[jboss-user] [Installation, Configuration & DEPLOYMENT] - EAR deployment problem

2007-11-11 Thread pesho4uka
Hello. I am using jboss 4.0.5, JSF and EJB3.0. I have created two ear files for two modules of e-commerce solution the customer application and the admin panel. Both application share a common web jar and ejbs. My customer application.xml looks like this: The facecart application ear ecm

[jboss-user] [EJB 3.0] - JPA and View

2007-03-09 Thread pesho4uka
Hello I have a very simple question. Can I create and entity from a sql VIEW. I couldn't find anything for this in tutorials thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026680#4026680 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Installation, Configuration & Deployment] - JSF Cyrillic

2007-03-07 Thread pesho4uka
Sorry for posting here i am not sure where to place this post. I suspect that there may be some JBOSS related configurational issue. I am trying to start a simple JSF application that display cyrillic. The application is exactly one . I am using eclipse and i needed to change the encoding to Wi

[jboss-user] [EJB 3.0] - Re: EJB dependency injection

2007-02-16 Thread pesho4uka
Hello, sory for the delayed replay but i am still interested in how to do this dependency injection. I am using jboss 4.0.5 and also Myfaces last version i think 1.1.4. Is this dependency injection specifict to JSF 1.2? View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [EJB 3.0] - EJB dependency injection

2007-02-11 Thread pesho4uka
Hello I have a "small" problem with the @EJB anotation. I have created the following Bean: @Stateless public class CathegoryFacadeBean implements CathegoryFacadeRemote { @PersistenceContext(type=PersistenceContextType.TRANSACTION) EntityManager em; public List getAllCathegories

[jboss-user] [JBoss Seam] - Re: Seam ICEFaces

2007-02-07 Thread pesho4uka
Ok that's very cool but is it an answere to my questions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012634#4012634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012634 _

[jboss-user] [JBoss Seam] - Seam ICEFaces

2007-02-07 Thread pesho4uka
Hello Gurus, i have a small question. How much exactly are compatable ICEFaces and Seam. Second question is it a good practice to replace all JSF Backing beans with corespondent Statless and Statefull Beans. Third. If i use valueChangeListener in ICEFaces inputText to validate asynchr