[JBoss-user] [JBoss Seam] - Re: Security Framework w/Seam

2006-07-02 Thread awhitford
Gavin, I appreciate that you must have a thousand things, but let me just say that one of the best things about Spring (besides IoC, AOP, etc.) is the Acegi framework because one of the biggest problems with open source frameworks is that security seems to be an afterthought. I will admit that

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: virtual directory setup

2006-07-02 Thread awhitford
I have this issue too! BTW... Is Jetty still supported as an alternative to Tomcat? Because I know how to add virtual directories using Jetty, but the JBoss documentation mentioning Jetty seems to be circa 2003. View the original post :

[JBoss-user] [JBoss Seam] - Re: Security Framework w/Seam

2006-07-01 Thread awhitford
A best practices guide for security in Seam seems to be in order. I think the use cases can be boiled down to a few scenarios, then an explanation as to how to address them will tell you whether the present mechanisms are sufficient, or if an Acegi mechanism is needed. I am a big believer in

[JBoss-user] [Installation, Configuration Deployment] - Virtual Directory

2006-06-30 Thread awhitford
We are trying to migrate to JBoss 4.0.4 GA (from another app server). One of the issues that we can't seem to get to work to our satisfaction is virtual directories. For WebLogic, there is the virtual-directory-mapping element in weblogic.xml like:virtual-directory-mapping |

[JBoss-user] [EJB 3.0] - Deploy EJB3 without JBoss App Server

2006-06-30 Thread awhitford
Where can I find documentation on how to deploy EJB3 on another servlet container? I understand that I don't necessarily need to run the full JBoss 4.0.4 GA application server -- I just need Hibernate and the microcontainer, then I could theoretically deploy it on Tomcat or JRun? Anybody ever