After many research, I think the answer is here :
http://wiki.jboss.org/wiki/Wiki.jsp?page=PortingFromWeblogic

For weblogic users :
There is a important difference between jboss and weblogic for webapp (and I 
suppose for EJB too) :

In weblogic : you can map a role to realm groups/users using the weblogic.xml. 
You can have user "joe" and group "users" that build a single role "theRole" 
you referenced in your web.xml. This way allows to avoid having "applications" 
group to be spread in the realm.

In Jboss : the role-name you provide in your web.xml must be the group name you 
have in your realm (I don't think this word is useable in a jboss world). At 
the moment, I don't really understand what jboss-web.xml is aimed at concerning 
these features.

To my mind, it's a little limitation jboss developer could look at.

I hope this post will help former weblogic users

Dom

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888604#3888604

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888604


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to