[jira] Created: (AMQ-673) A way to Pool embedded brokers so that if multiple spring contexts are being used which define an embedded broker, only the first one starts up the broker.

2006-03-31 Thread Hiram Chirino (JIRA)
A way to Pool embedded brokers so that if multiple spring contexts are being used which define an embedded broker, only the first one starts up the broker.

[jira] Resolved: (AMQ-673) A way to Pool embedded brokers so that if multiple spring contexts are being used which define an embedded broker, only the first one starts up the broker.

2006-03-31 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-673?page=all ] Hiram Chirino resolved AMQ-673: --- Resolution: Fixed If you now use: bean id=broker1 class=org.apache.activemq.xbean.PooledBrokerFactoryBean property name=config

How to apply security policies for the web application deployed in Geronimo ?

2006-03-31 Thread Anitha Krishnasamy
How to apply security policies for the web application deployed in Geronimo ? As in tomcat we have catalina.policy file for all web applications in the conf directory. catalina.policy file grant{ permission java.security.AllPermission;}; Can any one able to help me ? Thanks...Anitha.K

[jira] Created: (GERONIMO-1793) MimeBodyPart setDescription()/getDescription() is not properly encoding header description data.

2006-03-31 Thread Rick McGuire (JIRA)
MimeBodyPart setDescription()/getDescription() is not properly encoding header description data. Key: GERONIMO-1793 URL: http://issues.apache.org/jira/browse/GERONIMO-1793

[jira] Updated: (GERONIMO-1793) MimeBodyPart setDescription()/getDescription() is not properly encoding header description data.

2006-03-31 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1793?page=all ] Rick McGuire updated GERONIMO-1793: --- Attachment: GERONIMO-1793.patch Applied to the geronimo-spec-javamail module. MimeBodyPart setDescription()/getDescription() is not properly

[jira] Closed: week of 03-31-2006

2006-03-31 Thread continuum
Project: Apache Geronimo Status: Resolved, Closed (7 items) Updated In Last: Week (7 days) ** Bug * [GERONIMO-396] Transient failure to install configuration on WinXP/JDK1.5 * [GERONIMO-1465] FixCRLF processing in assembly plugin sometimes fails under windows trying to rename a temp file

[jira] Created: (GERONIMO-1794) javamail Service class is not setting debug flag.

2006-03-31 Thread Rick McGuire (JIRA)
javamail Service class is not setting debug flag. - Key: GERONIMO-1794 URL: http://issues.apache.org/jira/browse/GERONIMO-1794 Project: Geronimo Type: Bug Components: mail Versions: 1.2 Reporter: Rick

[jira] Created: (GERONIMO-1795) javamail Service class not properly setting debug flag.

2006-03-31 Thread Rick McGuire (JIRA)
javamail Service class not properly setting debug flag. --- Key: GERONIMO-1795 URL: http://issues.apache.org/jira/browse/GERONIMO-1795 Project: Geronimo Type: Bug Components: mail Versions: 1.2

[jira] Updated: (GERONIMO-1794) javamail Service class is not setting debug flag.

2006-03-31 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1794?page=all ] Rick McGuire updated GERONIMO-1794: --- Attachment: GERONIMO-1794.patch Applied to geronimo-spec-javamail module. javamail Service class is not setting debug flag.

[jira] Closed: (GERONIMO-1795) javamail Service class not properly setting debug flag.

2006-03-31 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1795?page=all ] Rick McGuire closed GERONIMO-1795: -- Resolution: Duplicate Grumble, another duplicate issue caused by flaky JIRA system outage. javamail Service class not properly setting debug

[jira] Created: (GERONIMO-1796) Improve SMTP transport debug trace output.

2006-03-31 Thread Rick McGuire (JIRA)
Improve SMTP transport debug trace output. -- Key: GERONIMO-1796 URL: http://issues.apache.org/jira/browse/GERONIMO-1796 Project: Geronimo Type: Improvement Versions: 1.2 Reporter: Rick McGuire The SMTPTransport

Unable to build 1.1

2006-03-31 Thread Aaron Mulder
I get the following error building 1.1. It looks like some OpenEJB class wants org/apache/geronimo/interceptor/Interceptor which doesn't seem to be present (now org/apache/geronimo/core/service/Interceptor?). I don't have OpenEJB checked out, I'm just building Geronimo and letting it download

Re: How to apply security policies for the web application deployed in Geronimo ?

2006-03-31 Thread Hernan Cunico
Hi Anitha, have you looked at these articles? there you will find some theory and working examples. Deploying secure applications: http://opensource.atlassian.com/confluence/oss/display/GERONIMO/Deploying+secure+applications Administrative tasks, look for Administering security

Re: Unable to build 1.1

2006-03-31 Thread Matt Hogstrom
Aaron, I think you can do an m:fresh-checkout and that should fix the problem. Aaron Mulder wrote: I get the following error building 1.1. It looks like some OpenEJB class wants org/apache/geronimo/interceptor/Interceptor which doesn't seem to be present (now

[jira] Created: (GERONIMO-1797) Mail attachments are not getting recognized as MIME parts

2006-03-31 Thread Rick McGuire (JIRA)
Mail attachments are not getting recognized as MIME parts - Key: GERONIMO-1797 URL: http://issues.apache.org/jira/browse/GERONIMO-1797 Project: Geronimo Type: Bug Components: mail Reporter: Rick McGuire

[jira] Updated: (GERONIMO-1797) Mail attachments are not getting recognized as MIME parts

2006-03-31 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1797?page=all ] Rick McGuire updated GERONIMO-1797: --- Description: Mail sent with attachments are not getting the headers set properly, so the attachment is not recognized by mail clients as being

[jira] Commented: (AMQ-660) Add support for MaxDB

2006-03-31 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-660?page=comments#action_35952 ] Hiram Chirino commented on AMQ-660: --- Outstanding. Thank you for looking into this. The ACTIVEMQ_MSGS_EIDX only helps durring periodic batch job that does message

[jira] Updated: (GERONIMO-1797) Mail attachments are not getting recognized as MIME parts

2006-03-31 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1797?page=all ] Rick McGuire updated GERONIMO-1797: --- Attachment: GERONIMO-1797.patch applied to geronimo-spec-javamail. Mail attachments are not getting recognized as MIME parts

[jira] Updated: (GERONIMO-1796) Improve SMTP transport debug trace output.

2006-03-31 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1796?page=all ] Rick McGuire updated GERONIMO-1796: --- Attachment: GERONIMO-1796.patch applied to javamail-transport module. Improve SMTP transport debug trace output.

Re: Unable to build 1.1

2006-03-31 Thread Kevan Miller
On Mar 31, 2006, at 9:03 AM, Aaron Mulder wrote: I get the following error building 1.1. It looks like some OpenEJB class wants org/apache/geronimo/interceptor/Interceptor which doesn't seem to be present (now org/apache/geronimo/core/service/Interceptor?). I don't have OpenEJB checked out,

The (?able) future of the izpack plugin.

2006-03-31 Thread Prasad Kashyap
Currently, the geronimo-izpack-plugin is being used by only the j2ee-installer assembly. I don't know what the future scope and strategy of this plugin will be. Going forward, in m2, would it make sense to just merge the plugin with the j2ee-installer assembly ? The plugin executes a very simple

Re: Unable to build 1.1

2006-03-31 Thread Aaron Mulder
Thanks guys, I got OpenEJB checked out and I'm building again. Meanwhile, I'm back to puttering around in HEAD. :) Aaron On 3/31/06, Kevan Miller [EMAIL PROTECTED] wrote: On Mar 31, 2006, at 9:03 AM, Aaron Mulder wrote: I get the following error building 1.1. It looks like some OpenEJB

[jira] Updated: (GERONIMO-1798) Bring NNTPStore and NNTPTransport to same level of debugging tracing added to SMTP.

2006-03-31 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1798?page=all ] Rick McGuire updated GERONIMO-1798: --- Attachment: GERONIMO-1798.patch applied to the javamail-transport module. Bring NNTPStore and NNTPTransport to same level of debugging tracing

Re: Questions about the packaging plugin

2006-03-31 Thread anita kulshreshtha
David J, Thanks. Comments inline... --- David Jencks [EMAIL PROTECTED] wrote: anita kulshreshtha [EMAIL PROTECTED] wrote: Hi David, I have few questions related to geronimo-packaging-plugin: 1. The j2ee-server configuration has geronimo-gbean-deployer.car declared as a

[jira] Updated: (GERONIMO-1507) prototype offline deploy tool

2006-03-31 Thread toby cabot (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1507?page=all ] toby cabot updated GERONIMO-1507: - Patch Info: [Patch Available] prototype offline deploy tool - Key: GERONIMO-1507 URL:

[jira] Updated: (GERONIMO-1405) support more than one config-store

2006-03-31 Thread toby cabot (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1405?page=all ] toby cabot updated GERONIMO-1405: - Patch Info: [Patch Available] support more than one config-store -- Key: GERONIMO-1405 URL:

Re: How to apply security policies for the web application deployed in Geronimo ?

2006-03-31 Thread Cristian Roldan
Hi All, For each application you should add a new line like this grant codeBase "file:${org.apache.geronimo.base.dir}/config-store/APP-NUMNER/-" { permission java.security.AllPermission;};You must change APP-NUMBER with the right value. by the way "permission

[jira] Resolved: (GERONIMO-1796) Improve SMTP transport debug trace output.

2006-03-31 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1796?page=all ] Jacek Laskowski resolved GERONIMO-1796: --- Fix Version: 1.2 Resolution: Fixed Assign To: Jacek Laskowski Submitted as 390515. Thanks Rick! Improve SMTP transport debug

[jira] Resolved: (GERONIMO-1798) Bring NNTPStore and NNTPTransport to same level of debugging tracing added to SMTP.

2006-03-31 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1798?page=all ] Jacek Laskowski resolved GERONIMO-1798: --- Fix Version: 1.2 Resolution: Fixed Assign To: Jacek Laskowski Committed revision 390520. Thanks Rick! Bring NNTPStore and

[jira] Commented: (GERONIMO-1754) Add GBeans for configuring NNTPTransport and NNTPStore access

2006-03-31 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1754?page=comments#action_12372734 ] Jacek Laskowski commented on GERONIMO-1754: --- Is there anything left before closing it? Add GBeans for configuring NNTPTransport and NNTPStore access

[jira] Assigned: (GERONIMO-1754) Add GBeans for configuring NNTPTransport and NNTPStore access

2006-03-31 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1754?page=all ] Jacek Laskowski reassigned GERONIMO-1754: - Assign To: Rick McGuire Add GBeans for configuring NNTPTransport and NNTPStore access

[jira] Resolved: (GERONIMO-1765) POP3 and NNTP messages should throw an exception if headers are modified.

2006-03-31 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1765?page=all ] Jacek Laskowski resolved GERONIMO-1765: --- Fix Version: 1.2 Resolution: Fixed Assign To: Jacek Laskowski Committed revision 390523. Thanks Rick! POP3 and NNTP messages

[jira] Resolved: (GERONIMO-1793) MimeBodyPart setDescription()/getDescription() is not properly encoding header description data.

2006-03-31 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1793?page=all ] Jacek Laskowski resolved GERONIMO-1793: --- Fix Version: 1.2 Resolution: Fixed Assign To: Jacek Laskowski Committed revision 390527. Thanks Rick! MimeBodyPart

[jira] Resolved: (GERONIMO-1794) javamail Service class is not setting debug flag.

2006-03-31 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1794?page=all ] Jacek Laskowski resolved GERONIMO-1794: --- Fix Version: 1.2 Resolution: Fixed Assign To: Jacek Laskowski Committed revision 390529. Thanks Rick! javamail Service class

[jira] Resolved: (GERONIMO-1797) Mail attachments are not getting recognized as MIME parts

2006-03-31 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1797?page=all ] Jacek Laskowski resolved GERONIMO-1797: --- Resolution: Fixed Assign To: Jacek Laskowski Committed revision 390530. Thanks Rick! Mail attachments are not getting recognized

[jira] Resolved: (GERONIMO-1755) Restructure top-level pom

2006-03-31 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1755?page=all ] Jacek Laskowski resolved GERONIMO-1755: --- Fix Version: 1.2 Resolution: Fixed Committed revision 390546. Thanks Prasad! Restructure top-level pom -