[jboss-user] [JBoss Seam] - Seam, SSO and Tomcat Valve

2007-06-21 Thread mateusz.mrozewski
Hello, We use Tomcat Valve to set UserPrincipal in request according to session state in our Single Sing On system. In the request object I have information about the user. There is a JIRA issue about Seam and Tomcat Valve, but I know it has low priority and won't be done soon. Have you got an

[jboss-user] [JBoss Seam] - Re: stupid question about message

2007-05-29 Thread mateusz.mrozewski
I think it's: project_name/resources/messages_en.properties View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049196#4049196 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049196 ___

[jboss-user] [JBoss Seam] - desing pattern for remote accessing

2007-05-28 Thread mateusz.mrozewski
Hello, I am looking for correct design pattern which will allow me to access data via EJB remotly. I want to have a single point of enterance both for SEAM application and for other applications, which use the same data. My current idea is to have: - Stateless EJB acting as a DAO - Stateful EJB