[jira] Resolved: (GERONIMO-523) jetty SecurityTests are disabled

2004-12-09 Thread Alan Cabrera (JIRA)
[ http://nagoya.apache.org/jira/browse/GERONIMO-523?page=history ] Alan Cabrera resolved GERONIMO-523: --- Resolution: Fixed jetty SecurityTests are disabled Key: GERONIMO-523 URL:

Re: More features in tomcat module

2004-12-09 Thread Peter Nabbefeld
Hello Jacek, I've got two remaining questions: 1. Will Geronimo deployment work with Tomcat 5.0.x? 2. As Jetty is geronimo's standard servlet container, I think it should be deactivated when using Tomcat - how do I achieve this? Kind regards Peter Nabbefeld Jacek Laskowski schrieb: Hi, Just

[jira] Created: (GERONIMO-525) Exception rethrowing in KernelDelegate is often wrong

2004-12-09 Thread David Jencks (JIRA)
Exception rethrowing in KernelDelegate is often wrong - Key: GERONIMO-525 URL: http://nagoya.apache.org/jira/browse/GERONIMO-525 Project: Apache Geronimo Type: Bug Components: kernel Versions: 1.0-M4

Re: java.lang.NoClassDefFoundError: org/apache/geronimo/deployment/DeploymentException

2004-12-09 Thread anita kulshreshtha
Hi Jeremy Did you manage to overcome this? I have been stuck with this for last 5 days. I have tried the usual stuff. Thanks Anita --- Jeremy Boynes [EMAIL PROTECTED] wrote: Getting this when bootstrapping the deployer during assembly. AIUI this moved package/module recently - any

Re: svn commit: r111366 - in geronimo/branches/djencks/jetty-deployer1/trunk/modules: jetty/src/test/org/apache/geronimo/jetty security/src/java/org/apache/geronimo/security/jacc

2004-12-09 Thread David Jencks
Did you mean to revert these to the previous, IMNSHO very broken, code? I don't see any code that assures us that we will always get the same PolicyConfiguration instance back from PolicyConfigurationFactory.getPolicyConfiguration as required by the spec. Also, please apply any

[jira] Closed: (GERONIMO-380) eliminate TransactionManagerProxy and TransactionProxy

2004-12-09 Thread David Jencks (JIRA)
[ http://nagoya.apache.org/jira/browse/GERONIMO-380?page=history ] David Jencks closed GERONIMO-380: - Resolution: Fixed Fix Version: 1.0-M4 Functionality from TransactionManagerProxy and GeronimoTransactionManager has been moved to

[jira] Commented: (GERONIMO-525) Exception rethrowing in KernelDelegate is often wrong

2004-12-09 Thread David Jencks (JIRA)
[ http://nagoya.apache.org/jira/browse/GERONIMO-525?page=comments#action_56447 ] David Jencks commented on GERONIMO-525: --- I've fixed some of the problems but this should be reviewed carefully Exception rethrowing in KernelDelegate is often

Re: svn commit: r111381 - in geronimo/branches/djencks/jetty-deployer1/trunk/modules: jetty-builder/src/java/org/apache/geronimo/jetty/deployment jetty/src/java/org/apache/geronimo/jetty jetty/src/test/org/apache/geronimo/jetty

2004-12-09 Thread David Jencks
On Dec 9, 2004, at 5:38 AM, [EMAIL PROTECTED] wrote: +ServletHttpRequest servletHttpRequest = (ServletHttpRequest) request.getWrapper(); +WebResourcePermission resourcePermission = new WebResourcePermission(servletHttpRequest); +WebUserDataPermission dataPermission = new