[jboss-user] [JBoss Portal] - using certificates

2008-11-03 Thread kgoedert
Hi, I'm new to jboss portal and looking to the documentation, I could not find an authentication module for jboss portal that uses certificates. Is it possible to authenticate users using certificates on jboss portal? Thank you Kelly View the original post :

[jboss-user] [EJB 3.0] - jaas not bound

2008-08-04 Thread kgoedert
Hello, I'm trying to use EJB3 embeddable to test my ejb3 components. When I deploy the app I get jaas not bound. My beans are annotated with @SecurityDomain. Which files need to be configured to make jaas work? Thanks Kelly View the original post :

[jboss-user] [EJB 3.0] - Re: jaas not bound

2008-08-04 Thread kgoedert
I just figured out I need security-beans.xml file that should be in conf dir. I downloaded jboss-EJB-3.0_Embeddable_ALPHA.zip and this file is not in the conf dir. Isn't this the file I should download to use ejb3 embeddable? View the original post :

[jboss-user] [Security JAAS/JBoss] - unsupported callback

2008-07-15 Thread kgoedert
Hi, I would like my users to login in with more than username/password. I've seen various posts on this forum that point to customize jassService MBean. I'm using jboss-5.0.0Beta4. Is there another way to do this. Or the only way to log with extra information is creating a custom

[jboss-user] [EJB 3.0] - Re: Invalid user after successful login

2008-07-15 Thread kgoedert
Thanks for your time. I figured out how to do this. I had some concepts misunderstood. My login-config.xml had some extra configurations that should not be there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4164483#4164483 Reply to the post :

[jboss-user] [EJB 3.0] - Invalid user after successful login

2008-07-14 Thread kgoedert
Hi, I created a custom login module to use in a ejb3 application. When I call login on my LoginContext the login is successful. But when I try to lookup a bean I get EJBAccessException invalid user. Can anyone help? Thanks View the original post :

[jboss-user] [EJB 3.0] - Re: Invalid user after successful login

2008-07-14 Thread kgoedert
Hi, I guess I solved part of my problem by removing the security domain configuration I had on my jboss.xml. My understanding was that when I looked up a bean my application was initiating a new login process instead of using the one that was returned when I called the login method explicitly

[jboss-user] [EJB 3.0] - Re: Invalid user after successful login

2008-07-14 Thread kgoedert
My understanding was totally wrong. Doing what I described in the last post logged me in as an anonymous user. How should I look up a bean after login() in LoginContext succeeds? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4164298#4164298 Reply to the post

[jboss-user] [EJB 3.0] - Question on security

2008-07-11 Thread kgoedert
Hi, using EJB annotations I can restrict a certain role to have access to a method. I have a situation where a user has roles, and this roles have certain rights. Is there anyway I can do this with ejb 3? Thanks View the original post :

[jboss-user] [Security JAAS/JBoss] - question about custom login module and principal

2008-07-10 Thread kgoedert
Hello, I'm creating a custom login module and principal based on the references of jboss wiki. When a client tries to access my beans I use the following: | env.setProperty(Context.SECURITY_PRINCIPAL, user); | env.setProperty(Context.SECURITY_CREDENTIALS, pass); |

[jboss-user] [Security JAAS/JBoss] - Re: question about custom login module and principal

2008-07-10 Thread kgoedert
I figured out JACC can help me out on this. Can anyone point me to a tutorial on how to use JACC with my custom login module? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4163661#4163661 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Authorization in JBoss 5

2008-07-10 Thread kgoedert
Hi, I came across a presentation that occurred in jboss world 2008 that states that authorization is now available. Is there an example on how to use it? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4163701#4163701 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Deployment problem on jboss 5 CR1

2008-07-01 Thread kgoedert
Hi, I was using jboss 5.0.0 Beta4 and my application deployed and worked fine. I decided do try cr1 and got the following problems... 1. During deployment I get the message [HackClassloaderMetaDataDeployer] FIXME Using loader repository config: myapp:app=ejb3 for vfszip:/home/kgoedert/jboss

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment problem on jboss 5 CR1

2008-07-01 Thread kgoedert
This is the deploy log | 14:25:38,949 WARN [HackClassloaderMetaDataDeployer] FIXME Using loader repository config: myapp:app=ejb3 for vfszip:/home/kgoedert/jboss-5.0.0.CR1/server/default/deploy/myapp-1.0.0.ear use classloading metadata not loader repository config | 14:25:41,014 INFO

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment problem on jboss 5 CR1

2008-07-01 Thread kgoedert
And here is the jndi tree view result | Other components with java:comp namespace | | java:comp namespace of the component jboss.j2ee:ear=myapp-1.0.0.ear,jar=myapp.jar,name=MyBean,service=EJB3 : | | +- UserTransaction (class: org.jboss.ejb3.tx.UserTransactionImpl) | +-

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment problem on jboss 5 CR1

2008-07-01 Thread kgoedert
Removing the @RemoteBinding annotation from MyBean and doing the lookup using myapp-1.0.0/MyBean/remote worked. The @RemoteBinding should work or not? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4161872#4161872 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - log4j and jboss 5.0.0

2008-05-23 Thread kgoedert
Hello, I'm trying to configure log4j for my application running on jboss 5.0.0 Beta 4. Is it possible to have a log4j.properties in my application or the only way is to use jboss-log4j.xml? If it is possible to have a properties file, can someone give me an example? I have the properties inside

[jboss-user] [JBoss Seam] - Re: authentication method not called

2007-10-26 Thread kgoedert
I have only a username and password field and the message I get for both is conversion error View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099240#4099240 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099240

[jboss-user] [JBoss Seam] - authentication method not called

2007-10-25 Thread kgoedert
Hello, I have used seam 2.0 successfully before with jboss 4.2 and jsf. Now I had downgrade do jboss 4.0.5 and seam 1.2.1. I'm not being able to get the authentication method called. All I get is Conversion error from the faces (myfaces) validator. Here are some config files: in

[jboss-user] [JBoss Seam] - seam 2.0.0 CR1 and jboss 4.0.5

2007-10-25 Thread kgoedert
Hi, is it possible to use seam 2.0.0 CR1 with jboss 4.0.5? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4098936#4098936 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4098936

[jboss-user] [JBoss Seam] - Re: Rich faces exception

2007-09-21 Thread kgoedert
Yes, my session bean is the one trying to do it. How should I package richfaces? Or I shouldn´t be doing this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4087202#4087202 Reply to the post :

[jboss-user] [JBoss Seam] - question about conversation scope

2007-09-20 Thread kgoedert
Hi, If I have several tabs on a page, all concerning company information, like: on the first tab I have some required data like a name. On the second tab I have information concerning company address (which is not required). Would it be a good ideia to use conversation scope, considering that

[jboss-user] [JBoss Seam] - Re: question about conversation scope

2007-09-20 Thread kgoedert
That was what I was thinking... but then, another question based on this.. how I will control the conversation end if the user doesn´t need to fill the address tab? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4086736#4086736 Reply to the post :

[jboss-user] [JBoss Seam] - Re: question about conversation scope

2007-09-20 Thread kgoedert
Hi, I guess I´m missing something here... If I start a conversation when I load the company information page and end the conversation when the company data is submitted, won´t I loose the company information when I fill the address information, since I ended the conversation when I submitted

[jboss-user] [JBoss Seam] - Rich faces exception

2007-09-20 Thread kgoedert
I´m using seam cr1 and richfaces version that came with it. When I try to create a component on the server side, for instance, HtmlTab during the deploy I get ClassNotFoundException for the component. All 3 richfaces jar files are in my WEB-INF/lib. What may be wrong? Thanks View the

[jboss-user] [JBoss Seam] - Re: question about conversation scope

2007-09-20 Thread kgoedert
Sorry... I didn´t make myself clear... I have a tab where I have the company info and a submit button for this info. After this data is submitted another tab shows up where the user can (but is not required to) input address info for the previously submitted company. View the original post :

[jboss-user] [JBoss Seam] - Re: question about conversation scope

2007-09-20 Thread kgoedert
I guess I will change my approach :) to a wizard like so I will always have one submit, that submits it all. Thanks for all your helpful replies View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4086876#4086876 Reply to the post :

[jboss-user] [JBoss Seam] - selectManyCheckbox

2007-09-19 Thread kgoedert
Hi, I´m trying to populate a selectManyCheckbox and I´m getting the following exception: | java.lang.IllegalArgumentException: Expected a child component type of UISelectItem/UISelectItems for component type javax.faces.SelectMany(j_id47). Found null. | at

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

2007-09-19 Thread kgoedert
Hello, I just changed the attribute to List as suggested but the error is still the same. Any other ideas? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4086163#4086163 Reply to the post :

[jboss-user] [JBoss Seam] - customizing messages

2007-09-19 Thread kgoedert
Hi, my validation messages (hibernate validator messages ) are being displayed as componentId : message I would like that the componentId was not displayed. Is it possible? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4086315#4086315 Reply to the

[jboss-user] [JBoss Seam] - hibernate session injection problem

2007-09-17 Thread kgoedert
Hi, I´m trying to inject a hibernate session on my bean. So far, I have the following: In components.xml | persistence:hibernate-session-factory name=hibernateSessionFactory / | persistence:managed-hibernate-session name=myDatabase auto-create=true |

[jboss-user] [JBoss Seam] - seam and richfaces 3.1 incompatible?

2007-09-13 Thread kgoedert
Hi, I was using richfaces 3.0.1 and ajaxjsf with my seam project and everything was fine. I decided to migrate to richfaces 3.1 today and started to have some deploy problems as described in this post: http://www.jboss.com/index.html?module=bbop=viewtopict=118629 To solve the deploy problem,

[jboss-user] [JBoss Seam] - faces messages not displayed

2007-09-12 Thread kgoedert
Hi, I´m having a problems showing faces messages on the screen. My messages.properties file is in my WEB-INF/classes and all my messages are displayed on the console. In my page, I have this: h:form id=formEntity h:messages/

[jboss-user] [JBoss Seam] - error messages not displayed

2007-09-12 Thread kgoedert
Hi, I´m facing a problem that is, all my error messages generated by faces and hibernate validator are only displayed on the console. What do I have to do to display them on the page? My page is like this: | h:form id=loginForm | div class=login-box |

[jboss-user] [JBoss Seam] - A4J is not defined and seam

2007-09-03 Thread kgoedert
Hello, I´m trying to use ajax4jsf in my seam project. I put ajax4jsf-1.1.1.jar and oscache-3.2.jar in WEB-INF/lib and in components.xml web:ajax4jsf-filter force-parser=true enable-cache=true log4j-init-file=custom-log4j.xml

[jboss-user] [JBoss Seam] - h:messages on modalPanel

2007-09-03 Thread kgoedert
Hi, I want to display faces error messages in a rich faces modal dialog. I did the following: rich:modalPanel id=msgDialog headerClass=login-head f:facet name=header h:outputText value=Atenção /

[jboss-user] [JBoss Seam] - Re: h:messages on modalPanel

2007-09-03 Thread kgoedert
Thanks, I´ll give it a try... Would it be possible to create this modal panel in server side and show it as a result of the method? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080614#4080614 Reply to the post :

[jboss-user] [JBoss Seam] - Re: faces messages

2007-08-31 Thread kgoedert
I was planning to do it with ajax. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4079944#4079944 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4079944 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - identity component and ajax

2007-08-31 Thread kgoedert
Hi, how can I get the error message generated when login fails and show it in a rich:modal using ajax? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4079986#4079986 Reply to the post :

[jboss-user] [JBoss Seam] - Re: faces messages

2007-08-31 Thread kgoedert
Does anyone have an idea on how to do this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080101#4080101 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080101 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: s:link tags not being rendered

2007-08-31 Thread kgoedert
I´m facing the same problem. My links don´t work View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080111#4080111 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080111 ___

[jboss-user] [JBoss Seam] - faces messages

2007-08-30 Thread kgoedert
Hi, I would like to know if there's a way to get faces messages like Login Failed and show them in a rich faces dialog instead of the page itself. Thanks Kelly View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4079811#4079811 Reply to the post :

[jboss-user] [JBoss Seam] - faces messages problems

2007-07-20 Thread kgoedert
Hi, I have a login page like this: | h:form | div class=login-box | table | tr | td colspan=2 class=login-headLogin SIG/td | /tr |

[jboss-user] [JBoss Seam] - character encoding problem

2007-07-19 Thread kgoedert
Hi, I have an application that needs iso-8859-1 characters. I´m using facelets and I have a template like this: ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html

[jboss-user] [JBoss Seam] - Re: character encoding problem

2007-07-19 Thread kgoedert
When you said, that pageHeader shoudn´t be a page, you meant it shouldn´t be a separate file? I did redifine it for every page because I import different css and js files for each one. I did try to put meta http-equiv=Content-Type content=text/html; charset=ISO-8859-1 / on the main page put

[jboss-user] [JBoss Seam] - facelets and seam2

2007-07-18 Thread kgoedert
Hi, I have an working application using facelets + seam 1.2 + jboss 4.0.5. Now I´m trying migrate to seam 2 and jboss 4.2. My pages using facelets are not being rendered correctly, and no exception or error is shown. What can be wrong? web.xml web-app sig

[jboss-user] [JBoss Seam] - Re: facelets and seam2

2007-07-18 Thread kgoedert
I never configured the content-type. Where should it be configured? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065417#4065417 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065417

[jboss-user] [JBoss Seam] - Re: facelets and seam2

2007-07-18 Thread kgoedert
The only things being rendered are pure html tags. Tags like ui:composition are not being interpreted by the browser. I copied the web.xml and components.xml from the dvd store example, but nothing helped. Appreciate any help View the original post :

[jboss-user] [JBoss Seam] - seam deploy hangs on jboss 4.2

2007-07-17 Thread kgoedert
Hi, I´m trying to deploy an application with seam 2 in jboss 4.2. The deploy hangs when tomcat is about to start. What may be causing the problem? I had this application being deployed correctly with seam 1.2 and jboss 4.0.5. Here is my web.xml web-app sig

[jboss-user] [JBoss Seam] - change process status

2007-07-12 Thread kgoedert
Hi, I have a jbpm process that has an inicial state which is a request for travel expenses. After the request is made, it goes to manager approval. I would like the user that made the request to be able to put the process back to an initial state, so he would could change any information, as

[jboss-user] [JBoss Seam] - user session

2007-07-10 Thread kgoedert
Hi, I would like to keep track of some user actions in the application like when some critical information is deleted, or by what time the user logged in and logged out. What would be the best approach to do that? Thanks Kelly View the original post :

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

2007-07-10 Thread kgoedert
Thank you... exactly what I needed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062503#4062503 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062503 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - dynamic permissions/roles

2007-07-05 Thread kgoedert
Hi, I found this post http://www.jboss.com/index.html?module=bbop=viewtopict=103324 about dynamic roles/permissions. It is said that there are some jira issues on this subject. Does seam already have this feature? Thanks View the original post :

[jboss-user] [JBoss Seam] - view handlers problem

2007-06-28 Thread kgoedert
Hi, I have an application that uses tiles and has this view handler view-handlerorg.apache.myfaces.tomahawk.application.jsp.JspTilesViewHandlerImpl/view-handler I would like to use seam security features in this same project which needs another view handler. Is it possible to have

[jboss-user] [JBoss Seam] - dvd store question

2007-06-28 Thread kgoedert
In the dvd store example in the admin page there is this s:button action=#{accept.viewTask} taskInstance=#{task} value=Review/ In the AcceptAction there is an injection of @In Long orderId; and in the viewTask method is the orderId is used to do the search. My

[jboss-user] [JBoss Seam] - process not being created

2007-06-27 Thread kgoedert
Hi, I´m trying to use seam with jbpm. The method I marked with @createProcess is never called. What can be wrong? The page where the method is called is this: h:form h:commandButton value=Nova Requisição action=#{requestSystem.newRequest}/ ...

[jboss-user] [JBoss Seam] - Re: process not being created

2007-06-27 Thread kgoedert
Yes... here is the interface @Local public interface RequestSystem { public String newRequest(); public String managerApproval(); public void destroy(); public List getPossibilities(); public void setPossibilities(List poss); public Integer getP();

[jboss-user] [JBoss Seam] - seam pooledTaskInstanceList

2007-06-26 Thread kgoedert
Hello, I´m new to seam and jbpm. I would like to know if from a data table where I iterate over pooledTaskInstanceList I can reference an object bound to the process to which the task belongs to. Thanks View the original post :

[jboss-user] [JBoss Seam] - bind data to process

2007-06-26 Thread kgoedert
Hi, I was reading the book jboss seam power and simplicity beyond java ee, and in chapter 18 a very simple jbpm process is showed. At a certain point it is said that, a better approach would be to use entity beans instead of pojos. How can I do that? Can I use

[jboss-user] [JBoss Seam] - Re: bind data to process

2007-06-26 Thread kgoedert
Is there an example on this? In the documentation or among seam examples? I´ve checked the dvd store example, that seems to be the closest to what I want, but it didn´t help much on this issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057849#4057849

[jboss-user] [JBoss Seam] - problem with seam and jbpm

2007-06-25 Thread kgoedert
Hi, I´m new to seam and jbpm and trying to work out my first example. My problem is that it seems data is not being bound to the process. Here is my code: In this page I create a request Nova Requisição Pedido:

[jboss-user] [JBoss jBPM] - beginner question...

2007-06-21 Thread kgoedert
Hi, I´m trying my first process with jbpm. I have a form where the user is supposed to fill in some data and submit it for approval. What can I in a situation like this: The users fills in the form and submits it. After submitting the users figures out that one of the values was wrong. I

[jboss-user] [JBoss Seam] - tiles and facelets simultaneously

2007-06-20 Thread kgoedert
Hi, I know this is off-topic since this is not directly related to seam. But I have tried the facelets forums and had no luck, so I decided to try it here... I have an app using tiles + jsf + ejb3 and I´d like to migrate to seam and facelets. Is it possible to have tiles and facelets working

[jboss-user] [JBoss Seam] - seam and myfaces

2007-06-18 Thread kgoedert
Hello, I have an app using tiles + myfaces + hibernate. I would like to start using seam. Is it possible to mantain everything that I have done with myfaces? Or myfaces can not co-exist with seam? Thanks for any help Kelly View the original post :

[jboss-user] [JBoss Seam] - callback function parameter

2007-03-09 Thread kgoedert
Hi all, this may not be the right place to ask but there it goes... If I have js functions like this in the example on the docs function sayHello() { var name = prompt(What is your name?); Seam.Component.getInstance(register).sayHello(name, sayHelloCallback); } function