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
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
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&
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
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
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
__
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
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
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
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
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
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
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
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
14 matches
Mail list logo