[jboss-user] [JBoss Seam] - SEAM and Icefaces

2007-06-14 Thread carlos.abreu
Hy i am taking a look at icefaces(www.icefaces.org) and there is an integration with SEAM. Does anyone already used, it is recommended ? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054342#4054342 Reply to the post :

[jboss-user] [JBoss Seam] - Seam gen problem

2007-06-05 Thread carlos.abreu
Hy, i tried to use the seam gen shell script in my Ubuntu O.S and i had the following exception: [EMAIL PROTECTED]:/opt/jboss-seam-1.2.1.GA# sh seam generate-entities Buildfile: build.xml validate-workspace: validate-project: generate-entities: [hibernate] Executing Hibernate Tool with a JDBC

[jboss-user] [JBoss Seam] - Re: Seam authentication module problem

2007-05-30 Thread carlos.abreu
I found the problem, the SEAM integration with JAAS only works with SEAM 1.2. I sugest to inform what is the version of SEAM the example will work on the http://docs.jboss.com/seam/latest/reference/en/html/security.html page. Thanks View the original post :

[jboss-user] [JBoss Seam] - Re: Seam authentication module problem

2007-05-28 Thread carlos.abreu
Hy Shane, yes that is correct my authenticate method only work passing the parameters... If i let without it, i can´t recover the user password using the Identity.instance().getPassword(), always returns null. My other doubt is about the addRole method, this method doesn´t exist in the class

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

2007-05-28 Thread carlos.abreu
Well i´m facing some problems when i try to follow the Seam Security Guideline(http://docs.jboss.com/seam/latest/reference/en/html/security.html#d0e6331)... In the example the integration with JAAS looks easier However i can´t do the example works... My problem is related here:

[jboss-user] [JBoss Seam] - Seam authentication module problem

2007-05-25 Thread carlos.abreu
Hy i´m facing some problems when i try to set my Authentication module. 1) I can´t execute the autentication method without setting the parameters value, like folows: | public boolean authenticate(String username, String password, SetString roles) | 2) The Identity Class from the Seam

[jboss-user] [JBoss Seam] - Re: Seam authentication module problem

2007-05-25 Thread carlos.abreu
Humm... Allright, my configuration files is: login.page.xml | !DOCTYPE page PUBLIC | -//JBoss/Seam Pages Configuration DTD 1.1//EN | http://jboss.com/products/seam/pages-1.1.dtd; | | page |navigation from-action=#{identity.login} | rule

[jboss-user] [JBoss Seam] - Problem setting my authenticate method

2007-05-24 Thread carlos.abreu
I'm trying to develop my authenticate method based on the seam guideline(http://docs.jboss.com/seam/latest/reference/en/html/security.html#d0e6331). But, when i try to set the user role using the Identity.instance().addRole(ADMIN). I got an undefined method exception. The class that i'm using

[jboss-user] [JBoss Seam] - Re: CRUD screen

2007-05-09 Thread carlos.abreu
Damian, this looks interesting Can you send me an example of that to my e-mail ([EMAIL PROTECTED]) ? I would like to know if there is a way to do that without using the pages.xml I wanna to avoid the use of xml configuration files... thanks View the original post :

[jboss-user] [JBoss Seam] - Re: CRUD screen

2007-05-09 Thread carlos.abreu
Well i looked the examples that Delphi told me, but i don´t see how the examples can help me with my CRUD page. I think that what you tell me is the best choice, can you send to me a simple example of your CRUD page ? View the original post :

[jboss-user] [JBoss Seam] - Re: CRUD screen

2007-05-09 Thread carlos.abreu
Humm... that is strange, try send to [EMAIL PROTECTED] or [EMAIL PROTECTED] Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044399#4044399 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044399

[jboss-user] [JBoss Seam] - CRUD screen

2007-05-08 Thread carlos.abreu
Hello everyone, i searched on the SEAM examples, a example of screen that uses the CRUD model. But i can´t find it... Can anyone tell me if there is an example of that ? thanks... Carlos View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043939#4043939 Reply to

[jboss-user] [JBoss Seam] - Re: CRUD screen

2007-05-08 Thread carlos.abreu
Hy Delphi, i take a look on the issues tracker application... It´s basically what i need, but the example seems to be buged Call you tell me, how can i do for set the form on the screen with the data that i select ? Do i need a hidden field to hold the ID of my register ? Thanks View the

[jboss-user] [JBoss Seam] - Re: CRUD screen

2007-05-08 Thread carlos.abreu
Hy Christian, i tried to do what u tell me... But i don't see a CRUD page generated by seam-gen... Perhaps i looked the wrong page(http://docs.jboss.com/seam/1.1BETA2/reference/en/html/gettingstarted.html) of seam-gem ?? thanks, Carlos View the original post :

[jboss-user] [JBoss Seam] - Re: CRUD screen

2007-05-08 Thread carlos.abreu
Hy everyone, Damian, defined very well what i want to do on the CRUD page all-on-one-page My principal objective, is to have my Actions Session Beans in a pattern. Because almost 90% of the screens of my application, will have the same behaviors... With the Help of Christian an Delphi i

[jboss-user] [JBoss Seam] - Re: Can i use another kind of architeture for a SEAM applica

2007-05-07 Thread carlos.abreu
Hy Delphi and Christian, thanks for the tips... It worked very well in my application View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043665#4043665 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043665

[jboss-user] [JBoss Seam] - Re: Can i use another kind of architeture for a SEAM applica

2007-05-05 Thread carlos.abreu
Thanks very much for the tips given, they will be very helpful. Last question There is a place to host a seam application ? I'm thinking in develop a project using SEAM and provide to the open community... thanks View the original post :

[jboss-user] [JBoss Seam] - Can i use another kind of architeture for a SEAM application

2007-05-04 Thread carlos.abreu
Hy, i´m new here... I am studying SEAM and i am liking very much However , i wanna apply another kind of architeture in my application. I would like to pass forward the objects injected by SEAM to other layer of my application. I want to do this because i want to padronize the calls to

[jboss-user] [JBoss Seam] - Re: Can i use another kind of architeture for a SEAM applica

2007-05-04 Thread carlos.abreu
Hy Christian basically what i need is to pass forward objects from my Action Class, to a generic Action class.. Example: public abstract class BaseAction(){ private BaseEntity em; protected void setEntity(BaseEntity em){ this.em = em; } } public class CompanyAction extends

[jboss-user] [JBoss Seam] - Re: Can i use another kind of architeture for a SEAM applica

2007-05-04 Thread carlos.abreu
Delphi i understand your sugestion, but when should i call the forwardToBaseAction() ??? In my Action constructor ?? Thanks in advance for your time guys... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043386#4043386 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Can i use another kind of architeture for a SEAM applica

2007-05-04 Thread carlos.abreu
Ow, it's quite obvious i didn't realize that... You sugested to do something like this : public CompanyAction(){ super.setEntitty(Component.getInstance(company)); } The object attributes that will be passed to the super class will not be null ?? Thanks View the original post :