[JBoss Seam] - Re: Frustrated and anxious
by dougorr
I'm not sure if this helps, but I am also trying to get started with Seam and am using the Eclipse UI. My approach was to use the Registration Tutorial in the Seam documentation. I created my own project structure and my own build.xml. It took a while to get this to work because I overlooked that Seam needs a seam.properties file in its ear, even if the file is empty. This seems like a bug but once I accepted that requirement everything worked ok.
As for JEE5 support, you have to make sure that Eclipse knows about which version of the compiler you are using and that the same default is being used by the internal Ant processes. Once this is set correctly I didn't have any trouble with annotations.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965034#3965034
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965034
19 years, 10 months
[JBoss Portal] - Custom Authentication
by jewhit
Greetings -
i am looking to customize the default user authentication module. In a nutshell, i need to accomplish the following:
(i am running the 2.4 RC3 bundle)
i need to add flags to the user to determine granularity of permissions within individual portlets... in other words, userA can edit all fields on a portlet window, userB cannot, but can view. userC can change field 1,2, 4, blah, blah, blah... there are literally 1000's of combinations within the system i am building. depending onlly on roles / groups could get a bit messy and confusing.
should i just extend the user portlets and database tables to reflect the addional user permissions?
Should i just bypass the portal security model completely and build my own? (this kinda defeats the purpose of using portal)
Has anyone run into a "security" roadblock before in regards to multiple levels of granulatity within different portlets in the same portal deployment?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965027#3965027
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965027
19 years, 10 months