[jboss-user] [JBoss Seam] - Re: Update to Seam i18n to support resource bundle types rel

2006-11-23 Thread christophe.laumond
Thanks to both of you for the feedback. Is it possible to define several seam message components ? We want to give the possibility to an administrator to change the messages in the application through a webapplication. If there is only one seam message component, it won't be very user friendly

[jboss-user] [JBoss Seam] - Update to Seam i18n to support resource bundle types related

2006-11-23 Thread christophe.laumond
Hi all, We are using jboss-seam-1_1.1.0.CR1 jboss-4.0.5.GA - ejb3 profile using jems installer We need to change the language in our webapplication according to administrator settings and we want to give the possibility to change any test in a database. We have found this post in JIRA : Upda

[jboss-user] [JBoss Seam] - Re: IllegalStateException: No active application scope

2006-11-15 Thread christophe.laumond
hi Gavin, Thank you very much. I simply removed the line from components.xml and it works fine now. regards, Christophe View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986076#3986076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Re: IllegalStateException: No active application scope

2006-10-31 Thread christophe.laumond
hi. thanks everybody for your feedback. Unfortunately, I have not been able to figure out what is the problem yet... So sorry for the very long post which is following but I really need help. thanks in advance for feedback. best regards. Christophe | jboss-4.0.4.GA installed with jems ejb

[jboss-user] [JBoss Seam] - Re: IllegalStateException: No active application scope

2006-10-05 Thread christophe.laumond
Thanks for your feedback ! I have looked into the different links you gave me and do some changes according to them but I always got the exception :( Any other idea ? Otherwise I will investigate more with the information you gave me. Regards, Christophe View the original post : http://www.j

[jboss-user] [JBoss Seam] - Re: automatic persitence on RENDER_RESPONSE

2006-10-05 Thread christophe.laumond
Thanks for your feedback. I have looked into the documentation and have a better understanding now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976286#3976286 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976286 __

[jboss-user] [JBoss Seam] - Jboss + Seam + MySQL + MyFaces installation guide

2006-10-04 Thread christophe.laumond
Hi We have spent a lot of time in order to install a working environment for Seam, so we hope this little guide will help other people. We don't consider this guide as a reference, it simply contains the step we have followed in order to get a basic working environment which matches to our nee

[jboss-user] [JBoss Seam] - automatic persitence on RENDER_RESPONSE

2006-09-28 Thread christophe.laumond
Hi, I have something like | @Entity | public class Question implements java.io.Serializable { | | @OneToMany(cascade = { CascadeType.ALL }, fetch = FetchType.LAZY, mappedBy = "question") | public Set getAnswers() { | return this.answers; | } | Before rende

[jboss-user] [JBoss Seam] - Re: IllegalStateException: No active application scope

2006-09-28 Thread christophe.laumond
hi, Thanks for the feedback. my lifecycle tag in faces-config is the following : anonymous wrote : | | org.jboss.seam.jsf.SeamExtendedManagedPersistencePhaseListener | | Do you know the difference ? Regards, Christophe View the original post : http://www.jboss.co

[jboss-user] [JBoss Seam] - IllegalStateException: No active application scope

2006-09-27 Thread christophe.laumond
Hi, I'm using JBoss Seam 1.0.1GA with Myfaces ( tested with 1.1.3 and 1.1.5 snapshot). I got this exception each time a page is rendering. anonymous wrote : | ERROR [org.apache.myfaces.lifecycle.PhaseListenerManager] Exception in PhaseListener RENDER_RESPONSE(6) afterPhase | java.lang.Ill

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

2006-09-16 Thread christophe.laumond
Thanks for you feedback Anders ! Sorry if I haven't been clear enough in my post. If I have well understood what is required and what is not, the generated class is not correct because it's declared as an EJB without implementing Local neither Remote interface. So without one of this interfac

[jboss-user] [EJB 3.0] - "An SLSB doesn't have a home interface anymore" ?

2006-09-14 Thread christophe.laumond
Hi all, I'm using Seam1.0.1GA with the JBoss AS 4.0.4GA provided with JEMSInstaller and for testing I'm using the testng-jdk15.jar provided with the TestNG Eclipse plugin. I have found this article describing EJB 3.0 in general : http://www.javaworld.com/javaworld/jw-08-2004/jw-0809-ejb-p2.html

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: AbstractEntityManagerImpl.persist in Embeddable EJB 3.0

2006-09-14 Thread christophe.laumond
Thanks to Xavier Hanin which has given me the answer through his website : https://izvin.bountysource.com/news/show/98 anonymous wrote : | hibernate entity manager only scans the classes found in the same ?jar? as the persistence.xml. Since my entity classes are in the common project and my p

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - AbstractEntityManagerImpl.persist in Embeddable EJB 3.0 usin

2006-09-13 Thread christophe.laumond
Hi all, I'm using Seam 1.0.1GA which means Hibernate as persistence layer. I have done a TestNG test for testing my Data Access EJB which are using hibernate using the SeamTest class. This means that my Data Access EJB is deployed and my test is accessing it as a Seam component. TestNG is usin