[jboss-user] [JBoss Seam] - Re: RichFaces and login-required=

2007-10-26 Thread franciscoacb
Hi! Please, look at: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=119251 Maybe it can help you. Cheers, Francisco Antônio "Although nobody can come back and make a new start, anyone can start now and make a new end." View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - JBoss SEAM Course / Training

2007-10-25 Thread franciscoacb
Hi! Now available: JB170 - JBoss SEAM Essentials https://www.redhat.com/training/jboss/courses/jb170.html Home: JBoss Middleware Training https://www.redhat.com/training/jboss/ Cheers, Francisco Antônio "The biggest weapon against stress is our ability to choose a thought instead of another one

[jboss-user] [JBoss Seam] - Re: seam generate-entities failure

2007-10-10 Thread franciscoacb
"[EMAIL PROTECTED]" wrote : seam-gen is a tool for quickly bootstrapping an application - it's not supposed to generate code you put straight into production. Why not, Pete? I mean, I have always thinked that seam-gen generated code was what is suggested by JBoss Seam Team as a "good pratice",

[jboss-user] [JBoss Seam] - Re: 1.2.1->2.0.0 migration: No active application scope

2007-09-24 Thread franciscoacb
Yeah, you are right, matt.drees. Here it is: http://jira.jboss.org/jira/browse/JBSEAM-1959 Francisco Antônio "The biggest weapon against stress is our ability to choose a thought instead of another one." (WILLIAM JAMES) View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Re: 1.2.1->2.0.0 migration: No active application scope

2007-09-24 Thread franciscoacb
Hi wise_guybg. Although I have said "...was working in Seam 2.0.0.Beta1 but stopped working in 2.0.0.CR1." I'm not sure the issue is a bug or a redesign. I'll let the answer to the framework developers. Thanks. Francisco Antônio. View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: 1.2.1->2.0.0 migration: No active application scope

2007-09-21 Thread franciscoacb
Hi all. anonymous wrote : In 1.2.1, this worked. In 2.0.0, I get the "no active application scope" exception detailed earlier in this thread. In fact ... | http://jboss.com/products/seam/pages"; | ... | | ... was working in Seam 2.0.0.Beta1 but stopped working in 2.0.0.CR1. I was g

[jboss-user] [JBoss Seam] - Happy Birthday Seam!

2007-09-19 Thread franciscoacb
2 Years Old! Since Sep 19, 2005 when JBoss Seam 1.0 beta had been released. Congratulations to whole team for the big progress! Cheers, Francisco Antônio "Although nobody can come back and make a new start, anyone can start now and make a new end." (Chico Xavier, Brazil's most famous medium)

[jboss-user] [JBoss Seam] - Re: Reusable Action Buttons tag through Facelets Composition

2007-08-17 Thread franciscoacb
Hi Samuel, thanks for the response. But I do have a some.page.xml. When I do not use ReusableActionButtons the page that is displayed after the action is a list of the entity (configured at *page.xml). When I use the custom tag the page displayed is the same edit page (with an action success mes

[jboss-user] [JBoss Seam] - Seam-gen and @Version annotation

2007-08-17 Thread franciscoacb
If the use of @Version annotation is a good pratice (if - I'm not sure)), then wouldn't it be a good idea to seam-gen generate it within entities code (generate-entities)? Cheers, Francisco Antônio "Although nobody can come back and make a new start, anyone can start now and make a new end." (C

[jboss-user] [JBoss Seam] - Re: EntityHome via seam-gen project and design patterns

2007-08-16 Thread franciscoacb
"asookazian" wrote : | ... | In the hotel booking project, EntityHome class was not used (and it wasn't referenced in any of the other example SEAM project source codes). | ... | Hi. The contactlist example (examples\contactlist) demonstrates the Seam Application Framework (EntityHo

[jboss-user] [JBoss Seam] - Re: Reusable Action Buttons tag through Facelets Composition

2007-08-06 Thread franciscoacb
Folks, I'm very sorry. The issue is NOT closed. I thought it worked but it didn´t. I' went back to Seam-Gen code and just forgot to turn it to ReusableActionButtons again when I made the tests. Any ideas? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss Seam] - Re: Reusable Action Buttons tag through Facelets Composition

2007-08-06 Thread franciscoacb
Hi all again. I has been solved. I changed the location of actionButtons.xhtml from WEB-INF to the view folder. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071302#4071302 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Seam] - Re: Reusable Action Buttons tag through Facelets Composition

2007-08-06 Thread franciscoacb
Hi all. I've been testing ReusableActionButtons. It works well except that when it is in use (I change the action buttons Seam-Gen'd code with this code: ReusableActionButtons) and I perform a create ou delete, for example, the next page is not the list page, as it used to be with the Seam-Gen

[jboss-user] [JBoss Seam] - Re: Question: Can static parameters be used in *.page.xml?

2007-06-25 Thread franciscoacb
If you are installing your Query components by configuring them in components.xml then you can specify a default order like this (from docs): but if you are using extension you can do this (there's no examples from docs about query objects usage by extension, but of course you can look at a S

[jboss-user] [Security & JAAS/JBoss] - Complete set of example snippets of JAAS + LDAP code and con

2007-05-29 Thread franciscoacb
Hi you all everybody! :) Could someone post an example with all the configurations (snippets of web.xml etc) and Java access code to do authentication and roles reading with a LDAP server? Thanks in advance. Francisco Antônio View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: JAAS and SEAM

2007-05-28 Thread franciscoacb
"matthewdemerath" wrote : First I want to thank everyone who posted here. This has been a great help in figuring this JAAS/Seam integration out. | | In the spirit of the open source community I have uploaded a new sample application that uses LDAP and UsersRolesLoginModule. I had some troub

[jboss-user] [JBoss Seam] - Re: First JBoss Seam book released

2007-03-09 Thread franciscoacb
Michael Yuan, could you, please, spend a few minutes to verify if the version of your book about Seam that was just release at Safari and tagged as "Last Updated on Safari: 2007/03/08" is the final version of it. It appears to be, but at the pages' foot of the pdf is stated as "This draft prepar

[jboss-user] [JBoss Seam] - Red Hat JBoss and Exadel Partnership - not a technical quest

2007-03-09 Thread franciscoacb
Since the announcement of Red Hat / JBoss and Exadel partnership, I'm curious about a branding question: why have been choosen the name RH Developer Studio but not JBoss Developer Studio, since the other products were renamed JBoss Ajax4jsf and JBoss RichFaces? Or vice-versa, why not all the nam