[jira] Created: (GERONIMO-1693) j2ee-scheme module migration to Maven2

2006-03-05 Thread Anita Kulshreshtha (JIRA)
j2ee-scheme module migration to Maven2 -- Key: GERONIMO-1693 URL: http://issues.apache.org/jira/browse/GERONIMO-1693 Project: Geronimo Type: Sub-task Reporter: Anita Kulshreshtha -- This message is automatically generated

[jira] Commented: (GERONIMO-1693) j2ee-scheme module migration to Maven2

2006-03-05 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1693?page=comments#action_12368943 ] Anita Kulshreshtha commented on GERONIMO-1693: -- This module has been converted, there are compilation failures : [INFO] Scanning for projects... [INFO

[jira] Commented: (GERONIMO-851) Move Geronimo Build to M2 (Maven 2)

2006-03-05 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-851?page=comments#action_12368944 ] Anita Kulshreshtha commented on GERONIMO-851: - GERONIMO-1693 is needed for all the builders. Move Geronimo Build to M2 (Maven 2

[jira] Updated: (GERONIMO-1693) j2ee-schema module migration to Maven2

2006-03-05 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1693?page=all ] Anita Kulshreshtha updated GERONIMO-1693: - Summary: j2ee-schema module migration to Maven2 (was: j2ee-scheme module migration to Maven2) Description: Environment

[jira] Commented: (GERONIMO-1681) directory module migration to Maven2

2006-03-05 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1681?page=comments#action_12368946 ] Anita Kulshreshtha commented on GERONIMO-1681: -- There are test failures (rev 383311). --- T E S T S

[jira] Updated: (GERONIMO-1693) j2ee-schema module migration to Maven2

2006-03-05 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1693?page=all ] Anita Kulshreshtha updated GERONIMO-1693: - Priority: Blocker (was: Major) j2ee-schema module migration to Maven2 -- Key: GERONIMO

[jira] Updated: (GERONIMO-1645) tomcat module migration to Maven2

2006-03-05 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1645?page=all ] Anita Kulshreshtha updated GERONIMO-1645: - Attachment: pom.patch maven-metadata-local.xml Updated patch to use commons-modeler v 1.1. Thanks Brett! for uploading

Yet another way to build !

2006-03-05 Thread anita kulshreshtha
Hi All, I am afraid that I have yet another way to do an M2 build! It uses a dummy pom, which copies a jar from .maven to .m2 repo. It does not disturb any thing produced by m1 build. 1. The attached pom can be added to ALL the modules that do not have a pom.xml by editing artifactId and name.

Re: Yet another way to build !

2006-03-05 Thread anita kulshreshtha
modules need to be worked on. I do not understand how this makes the build unclean. Could you be more specific please? Thnaks Anita Regards, Alan anita kulshreshtha wrote, On 3/5/2006 6:50 PM: Hi All, I am afraid that I have yet another way to do an M2 build! It uses a dummy pom, which

Re: Yet another way to build !

2006-03-05 Thread anita kulshreshtha
The system module has a test failure, how can I be sure that the jar generated by skipping the tests is good. and so on.. Thanks Anita --- anita kulshreshtha [EMAIL PROTECTED] wrote: --- Alan D. Cabrera [EMAIL PROTECTED] wrote: I'm not sure that I like this. Consider

[jira] Commented: (GERONIMO-1677) geronimo-dependency-plugin deletion

2006-03-03 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1677?page=comments#action_12368711 ] Anita Kulshreshtha commented on GERONIMO-1677: -- In M2 builds dependencies.dependency.version property is made available. Please see tomcat pom.xml (G-1645

Re: Migrating to maven 2

2006-03-03 Thread anita kulshreshtha
inline... --- Henri Yandell [EMAIL PROTECTED] wrote: On 3/2/06, Prasad Kashyap [EMAIL PROTECTED] wrote: Hmm.. somewhere up in this thread, someone had mentioned that we should do this as a bottoms-up approach where we migrate the ones without any deps (call it base modules) first and

Help! Security Module

2006-03-03 Thread anita kulshreshtha
Hi, I am migrating security module to M2 (rev 382374). Some tests are failing. These tests pass with M1 build. :--- Battery: org.apache.geronimo.security.jaas.LoginKerberosTest

Re: Help! Security Module

2006-03-03 Thread anita kulshreshtha
Never mind... I just saw 2 delete dir lines! no mkdir :( Thanks Anita --- anita kulshreshtha [EMAIL PROTECTED] wrote: Hi, I am migrating security module to M2 (rev 382374). Some tests are failing. These tests pass with M1 build

Re: Help! Security Module

2006-03-03 Thread anita kulshreshtha
That did not help. I am loading all the properties defined in log4j.configuration via ant property file=log4j.properties/ Do I need to set the property log4j.configuration? to file:log4j.properties? Maven/ant does not like :. Thanks Anita --- anita kulshreshtha [EMAIL PROTECTED] wrote

Re: Migrating to maven 2

2006-03-02 Thread anita kulshreshtha
not been migrated will be available at .m2. So the process for migration of a-module will be : 1. maven new (or whatever) (after a checkout) 2. mvn install 3. cd modules/a-module 4. mvn install Thanks Anita --- Jacek Laskowski [EMAIL PROTECTED] wrote: 2006/3/2, anita kulshreshtha [EMAIL

[jira] Created: (GERONIMO-1672) Migrate security module to M2

2006-03-02 Thread Anita Kulshreshtha (JIRA)
Migrate security module to M2 - Key: GERONIMO-1672 URL: http://issues.apache.org/jira/browse/GERONIMO-1672 Project: Geronimo Type: Task Components: security Versions: 1.x Environment: All Reporter: Anita Kulshreshtha

Re: [jira] Created: (GERONIMO-1672) Migrate security module to M2

2006-03-02 Thread anita kulshreshtha
Only security module is processing xdocs in maven 1 build! How is it being handled in M2? Thanks Anita --- Anita Kulshreshtha (JIRA) dev@geronimo.apache.org wrote: Migrate security module to M2 - Key: GERONIMO-1672 URL: http

[jira] Assigned: (GERONIMO-1672) Migrate security module to M2

2006-03-02 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1672?page=all ] Anita Kulshreshtha reassigned GERONIMO-1672: Assign To: Anita Kulshreshtha This requires interceptor module. Migrate security module to M2

Re: Migrating to maven 2

2006-03-01 Thread anita kulshreshtha
Prasad, A minor correction.. Migration of tomcat and tomcat-builder is a work in progress. I think a 'green check/red X' mark instead of 'yes/no' in the 'converted' column would be more readable. Thanks Anita --- Prasad Kashyap [EMAIL PROTECTED] wrote: Dain, your wish has been granted.

[jira] Updated: (GERONIMO-1645) tomcat module migration to Maven2

2006-03-01 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1645?page=all ] Anita Kulshreshtha updated GERONIMO-1645: - Attachment: pom.xml Thnaks! David J. I was able to build with 1 test failure

[jira] Updated: (GERONIMO-1645) tomcat module migration to Maven2

2006-03-01 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1645?page=all ] Anita Kulshreshtha updated GERONIMO-1645: - Attachment: pom.xml Done!!! pom.xml is attached. Will submit a patch tomorrow

Re: Migrating to maven 2

2006-03-01 Thread anita kulshreshtha
PROTECTED] wrote: Anita, the yes|no seemed easy to generate then. I shall replace those with some gifs soon. Cheers Prasad On 3/1/06, anita kulshreshtha [EMAIL PROTECTED] wrote: Prasad, A minor correction.. Migration of tomcat and tomcat-builder is a work in progress. I think

[jira] Commented: (GERONIMO-851) Move Geronimo Build to M2 (Maven 2)

2006-02-28 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-851?page=comments#action_12368096 ] Anita Kulshreshtha commented on GERONIMO-851: - Thanks for pointing this out! This patch was created from geronimo-1.1 dir using TortoiseSVN! IN last 2 weeks I

Re: Migrating to maven 2

2006-02-28 Thread anita kulshreshtha
Anita --- Jacek Laskowski [EMAIL PROTECTED] wrote: 2006/2/27, anita kulshreshtha [EMAIL PROTECTED]: I am trying to build with mvn install! I get the following error? [INFO] - [ERROR] BUILD ERROR [INFO

Re: Migrating to maven 2

2006-02-28 Thread anita kulshreshtha
Jacek, Thanks and one more question/comment : The contents of var directory of tomcat go to META-INF/geronimo/org.apache.geronimo/geronimo-tomcat/var instead of META-INF/geronimo-tomcat/var in the jar. Thanks Anita --- Jacek Laskowski [EMAIL PROTECTED] wrote: 2006/2/28, anita

Re: Migrating to maven 2

2006-02-28 Thread anita kulshreshtha
--- Jacek Laskowski [EMAIL PROTECTED] wrote: 2006/2/28, anita kulshreshtha [EMAIL PROTECTED]: Jacek, Thanks and one more question/comment : The contents of var directory of tomcat go to META-INF/geronimo/org.apache.geronimo/geronimo-tomcat/var instead of META-INF/geronimo

Re: Migrating to maven 2

2006-02-28 Thread anita kulshreshtha
I have attached the pom.xml to jira. The missing tomcat poms have been added to the repo. We still have to wait for commons-modeler-1.1.jar. Thanks Anita --- anita kulshreshtha [EMAIL PROTECTED] wrote: --- Jacek Laskowski [EMAIL PROTECTED] wrote: 2006/2/28, anita kulshreshtha

[jira] Commented: (GERONIMO-1645) tomcat module migration to Maven2

2006-02-28 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1645?page=comments#action_12368207 ] Anita Kulshreshtha commented on GERONIMO-1645: -- Need to figure out how etc/META-INF/geronimo-service.xml is being created. tomcat module migration to Maven2

[jira] Updated: (GERONIMO-1645) tomcat module migration to Maven2

2006-02-28 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1645?page=all ] Anita Kulshreshtha updated GERONIMO-1645: - Attachment: pom.xml Just added specs and a spec jar is missing - required artifacts missing: commons-modeler:commons-modeler:jar:1.1

[jira] Created: (GERONIMO-1655) Daytrader MDBs do not start properly

2006-02-27 Thread Anita Kulshreshtha (JIRA)
380210) Reporter: Anita Kulshreshtha Fix For: 1.0.1 The following MDBs of Daytrader application do not start during startup of the server : . WARNING: Some GBeans were not started successfully: TradeStreamerMDB

[jira] Updated: (GERONIMO-1585) Web app security on /* causes deployment exception

2006-02-27 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1585?page=all ] Anita Kulshreshtha updated GERONIMO-1585: - Attachment: security.patch A test case for this has been submitted with G-1035. Web app security on /* causes deployment exception

A general question?

2006-02-27 Thread anita kulshreshtha
Hi, IIRC, contributors could resolve the issues but not close the issue. Can an issue be considered resolved without the submitted patch being committed? Thnaks Anita __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection

Re: Migrating to maven 2

2006-02-27 Thread anita kulshreshtha
inline . --- Alan D. Cabrera [EMAIL PROTECTED] wrote: On 2/20/2006 3:20 AM, Gianny Damour wrote: Alan D. Cabrera wrote: Does the entire system need to build using a single command for this interim conversion? Why not have people do a mvn install maven new The mvn

[jira] Updated: (GERONIMO-851) Move Geronimo Build to M2 (Maven 2)

2006-02-27 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-851?page=all ] Anita Kulshreshtha updated GERONIMO-851: Attachment: parentpom.patch Tomcat version was updated to 5.5.15. This patch contains the updated parent pom. Move Geronimo Build to M2

Re: A general question?

2006-02-27 Thread anita kulshreshtha
Thanks Anita --- Jacek Laskowski [EMAIL PROTECTED] wrote: 2006/2/27, anita kulshreshtha [EMAIL PROTECTED]: Hi, IIRC, contributors could resolve the issues but not close the issue. Can an issue be considered resolved without the submitted patch being committed? Hi, Consider

[jira] Commented: (GERONIMO-1655) Daytrader MDBs do not start properly

2006-02-27 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1655?page=comments#action_12368026 ] Anita Kulshreshtha commented on GERONIMO-1655: -- On further investigation, the MdbContainer does start properly. The reference pattern is correct. Here

[jira] Created: (GERONIMO-1653) User friendly error message from GBeanInstance

2006-02-26 Thread Anita Kulshreshtha (JIRA)
Reporter: Anita Kulshreshtha Priority: Trivial Fix For: 1.0.1 When a GBean failes to start due to errors such as reference to a non existent GBean, the following message is given : GBeanInstance should already be stopped before die() is called. The user must be told

[jira] Updated: (GERONIMO-1653) User friendly error message from GBeanInstance

2006-02-26 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1653?page=all ] Anita Kulshreshtha updated GERONIMO-1653: - Attachment: kernel.patch The new message is : GBeanInstance should already be stopped before die() is called. This means that this GBean

Re: [jira] Commented: (GERONIMO-1649) Invalid deployment descriptor error when deploying an EJB 2.0 MDB

2006-02-24 Thread anita kulshreshtha
be moved to a separate mail thread or separate JIRA as it is a different issue to the one my JIRA is describing. In the mail/JIRA for your problem, can you also tell us whether is is in HEAD or branches/1.0. Thanks, John Anita Kulshreshtha (JIRA) wrote: [ http://issues.apache.org

OpenEJB build

2006-02-24 Thread anita kulshreshtha
Hi, I am trying to build G rev 380210 and openEJB rev. 2498. I am using maven -o new. During openejb build openejb-builder is being built before openejb-core and openejb-pkgen-builder. In other words I get 'unsatisfied dependencies' error. Do I have to build openejb always online? Thanks

Re: Please welcome the newest committer - Hernan Cunico

2006-02-24 Thread anita kulshreshtha
Congratulations! Great Work. Regards Anita --- Jacek Laskowski [EMAIL PROTECTED] wrote: 2006/2/24, Bruce Snyder [EMAIL PROTECTED]: In recognition of his contributions, the Geronimo PMC has extended an offer of committer karma to Hernan Cunico and he has accepted. Whoohoo! Excellent!

MDBs did not start during server startup

2006-02-24 Thread anita kulshreshtha
Hi, I am working with G trunk rev 380210 and openejb trunk rev 2498. The following MDBs do not start during the startup of j2ee-tomcat-server and j2ee-jetty-server. Booting Geronimo Kernel (in Java 1.4.2_09)... Starting Geronimo Application Server [] 100% 51s

Re: OpenEJB build

2006-02-24 Thread anita kulshreshtha
The unsatisfied dependencies are - openjb-core-2.1-SNAPSHOT.jar openejb-pkgen-builder-2.1-SNAPSHOT.jar I built these 2 individually offline, and then tried maven -o new. The build was successful. Thanks Anita --- Alan D. Cabrera [EMAIL PROTECTED] wrote: On 2/24/2006 6:44 AM, anita

[jira] Commented: (GERONIMO-1649) Invalid deployment descriptor error when deploying an EJB 2.0 MDB

2006-02-23 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1649?page=comments#action_12367495 ] Anita Kulshreshtha commented on GERONIMO-1649: -- These MDBs do not start during startup of the j2ee-tomcat-server built with fresh copy of G at rev 379835

[jira] Updated: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-23 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=all ] Anita Kulshreshtha updated GERONIMO-1035: - Attachment: tomcat.patch tomcat-builder.patch management.patch These patches are built against fresh copy

[jira] Updated: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-23 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=all ] Anita Kulshreshtha updated GERONIMO-1035: - Attachment: application.patch Here is the list - 1. tomcat.patch 2. tomcat-builder.patch 3. management.patch 4. application.patch

[jira] Updated: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-23 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=all ] Anita Kulshreshtha updated GERONIMO-1035: - Attachment: tomcat.patch tomcat-builder.patch management.patch Patches upgraded to rev 380210. Both set

Re: [jira] Updated: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-23 Thread anita kulshreshtha
I attached few patches and Jira is showing 'split personality'! Does any one know if the patches get attached properly when this happens. Thnaks Anita --- Anita Kulshreshtha (JIRA) dev@geronimo.apache.org wrote: [ http://issues.apache.org/jira/browse/GERONIMO-1035?page=all

[jira] Updated: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-23 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=all ] Anita Kulshreshtha updated GERONIMO-1035: - Attachment: applications.patch There was a bug in TortoiseSVN. Earlier it silently ignored adding files to the patches that were in a new

Re: [openejb-scm] [2483] trunk/openejb2/etc: GERONIMO-1639

2006-02-22 Thread anita kulshreshtha
I got the same error in the afternoon (2.00 P.M.EST), but the jar was available an hour later. I have a fresh copy at rev 379574. Some GBeans are not starting during the server (j2ee-tomcat-server) startup. Is anyone else having the same problem? .

Re: Migrating to maven 2

2006-02-20 Thread anita kulshreshtha
I would like to migrate tomcat and tomcat-builder if it is not already taken? Thanks Anita --- Jacek Laskowski [EMAIL PROTECTED] wrote: 2006/2/20, Gianny Damour [EMAIL PROTECTED]: I think that this has already been suggested by David J.: we add a goal, e.g. new000, which is

Re: [jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-20 Thread anita kulshreshtha
URL: http://issues.apache.org/jira/browse/GERONIMO-1035 Project: Geronimo Type: New Feature Components: Tomcat Versions: 1.0-M5 Environment: All Reporter: Anita Kulshreshtha Assignee: Jeff Genender Fix For: 1.1 Attachments: geronimo-stats-1.1

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-20 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12367063 ] Anita Kulshreshtha commented on GERONIMO-1035: -- As noted in the comment on 12Feb, item 1, a test for G-1585 (/* in security-constraint) is included

[jira] Updated: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-20 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=all ] Anita Kulshreshtha updated GERONIMO-1035: - Attachment: tomcat-builder.patch Sorry for the confusion. I included the test thinking that G-1585 can also be resolved at the same time

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-19 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12366966 ] Anita Kulshreshtha commented on GERONIMO-1035: -- Thanks Jeff. As noted in the first comment, this is the first step towards adding servlets to tomcat via

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-19 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12366997 ] Anita Kulshreshtha commented on GERONIMO-1035: -- Right now neither container (AIUI) allows control of the lifecycle of the servlet. The reference to JSR-77

[jira] Commented: (GERONIMO-1317) Integration of the new maven goals with existing goals

2006-02-15 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1317?page=comments#action_12366478 ] Anita Kulshreshtha commented on GERONIMO-1317: -- Great work! I think this patch should be applied because : 1. It enables 'includes' and 'excudes' defined

[jira] Commented: (GERONIMO-1625) Remove deprecated m:* goals from the build

2006-02-15 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1625?page=comments#action_12366489 ] Anita Kulshreshtha commented on GERONIMO-1625: -- IMHO, the patches available at Geronimo-1317 should be applied. These patches essentally rename newi goals

[jira] Commented: (GERONIMO-1625) Remove deprecated m:* goals from the build

2006-02-15 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1625?page=comments#action_12366493 ] Anita Kulshreshtha commented on GERONIMO-1625: -- Oops! please read that as project.properties (instead of /etc) file. Remove deprecated m:* goals from

[jira] Updated: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-11 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=all ] Anita Kulshreshtha updated GERONIMO-1035: - Attachment: tomcat.patch tomcat-builder.patch Updated the patches, built against trunk (rev 376797). These patches work

[jira] Updated: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-02-11 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=all ] Anita Kulshreshtha updated GERONIMO-1035: - Attachment: tomcat-builder.patch tomcat integration should wrap each servlet indiviudally

Pluto GBean

2006-02-10 Thread anita kulshreshtha
I want to look into the possibility of writing a Pluto GBean. Is it something that can be readily used by the console or will it require major modifications? Thanks Anita __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam

Re: [jira] Commented: (GERONIMO-1585) Web app security on /* causes deployment exception

2006-02-09 Thread anita kulshreshtha
Aaron, I have unit tested this on jetty and it is working on tomcat-server. The change is too small for a patch. Thanks Anita --- Anita Kulshreshtha (JIRA) dev@geronimo.apache.org wrote: [ http://issues.apache.org/jira/browse/GERONIMO-1585?page=comments#action_12365630 ] Anita

[jira] Updated: (GERONIMO-1585) Web app security on /* causes deployment exception

2006-02-09 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1585?page=all ] Anita Kulshreshtha updated GERONIMO-1585: - Environment: Geronimo 1.0 with Jetty and tomcat (was: Geronimo 1.0 with Jetty) Web app security on /* causes deployment exception

[jira] Commented: (GERONIMO-1585) Web app security on /* causes deployment exception

2006-02-08 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1585?page=comments#action_12365621 ] Anita Kulshreshtha commented on GERONIMO-1585: -- o.a.g.security.util.URLPattern.getQualifiedPattern(..) should reject */ from the qualified pattern as per

[jira] Commented: (GERONIMO-1585) Web app security on /* causes deployment exception

2006-02-08 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1585?page=comments#action_12365622 ] Anita Kulshreshtha commented on GERONIMO-1585: -- Please read that as /* Web app security on /* causes deployment exception

[jira] Commented: (GERONIMO-1585) Web app security on /* causes deployment exception

2006-02-08 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1585?page=comments#action_12365630 ] Anita Kulshreshtha commented on GERONIMO-1585: -- Aaron could you please add a line pat = / as shown here in o.a.g.security.util.URLPattern and test if your

[jira] Commented: (GERONIMO-1585) Web app security on /* causes deployment exception

2006-02-07 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1585?page=comments#action_12365431 ] Anita Kulshreshtha commented on GERONIMO-1585: -- After digging further through all the webapps supplied by tomcat (http://svn.apache.org/repos/asf/tomcat

[jira] Assigned: (GERONIMO-1378) Bad application web.xml makes digester go crazy

2006-02-06 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1378?page=all ] Anita Kulshreshtha reassigned GERONIMO-1378: Assign To: Anita Kulshreshtha Bad application web.xml makes digester go crazy

Re: [jira] Created: (GERONIMO-1585) Web app security on /* causes deployment exception

2006-02-06 Thread anita kulshreshtha
PROTECTED] wrote: This appears to be related to the issue raised around M4 with Jetty. I hadn't tried tomcat at the time. http://issues.apache.org/jira/browse/GERONIMO-603 John anita kulshreshtha wrote: Hmmm... , debug tool (G-1448) required a similar modification. Is it time

[jira] Commented: (GERONIMO-1585) Web app security on /* causes deployment exception

2006-02-06 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1585?page=comments#action_12365362 ] Anita Kulshreshtha commented on GERONIMO-1585: -- This issue was discussed in G-603. Page 22, last paragraph of JACC reads - Any

Re: [jira] Created: (GERONIMO-1585) Web app security on /* causes deployment exception

2006-02-05 Thread anita kulshreshtha
Hmmm... , debug tool (G-1448) required a similar modification. Is it time to recite the specs...? Thanks Anita --- Aaron Mulder (JIRA) dev@geronimo.apache.org wrote: Web app security on /* causes deployment exception -- Key:

Re: Roadmap, tasks and things to do?

2006-02-04 Thread anita kulshreshtha
+Geronimo+Development+Process As usual, I would really appreciate any comments on the proposed structure; content donation will be appreciated as well ;) Cheers! Hernan anita kulshreshtha wrote: Before all these great ideas get lost in the mailing list, I would like to add them

Re: Roadmap, tasks and things to do?

2006-02-01 Thread anita kulshreshtha
Before all these great ideas get lost in the mailing list, I would like to add them to wiki. There is a RoadMap page, I would like to rename it to Features or something similar. Add a Roadmap and things to do page. I will list all the ideas along with the name of the originator(s) and hope that

Re: EJB Server Portlet / OpenEJB Stats

2006-02-01 Thread anita kulshreshtha
--- Aaron Mulder [EMAIL PROTECTED] wrote: I can help you with the portlet side of this; the trick is going to be getting the statistics out of OpenEJB. Once we figure that out, we can create an API around it and call that from the portlet. The best way to go would be to create JSR-77

Re: minimal-tomcat-server

2006-01-31 Thread anita kulshreshtha
in the assembly. I think this would not be too difficult to whittle down. Why are you interested in including the console in the minimal image? It would work automcatically, if it was a dynamic console. Joe anita kulshreshtha wrote: Joe, Thanks, I will try that. Any idea

Re: Help on GBeanInstance should already be stopped before die() is called

2006-01-31 Thread anita kulshreshtha
david, Could we modify this message to say that - ERROR [GBeanInstance] GBeanInstance should already be stopped before die() is called. This GBean did not start due to errors. objectName=.. Thanks Anita --- anita kulshreshtha [EMAIL PROTECTED] wrote: --- David

Re: Contributors permission in JIRA

2006-01-30 Thread anita kulshreshtha
Dain, Here is my request for geronimo-contributor privileges. Do I enough karma? Thnaks Anita --- Dain Sundstrom [EMAIL PROTECTED] wrote: Since on one objected, I added a geronimo-contributers group that can assign, resolve and be assigned issues. If this is becomes an issue

[jira] Created: (GERONIMO-1555) Refactor web module builders

2006-01-30 Thread anita kulshreshtha (JIRA)
Refactor web module builders Key: GERONIMO-1555 URL: http://issues.apache.org/jira/browse/GERONIMO-1555 Project: Geronimo Type: Improvement Components: web Environment: All Reporter: anita kulshreshtha Priority: Minor

[jira] Assigned: (GERONIMO-1555) Refactor web module builders

2006-01-30 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1555?page=all ] anita kulshreshtha reassigned GERONIMO-1555: Assign To: anita kulshreshtha Refactor web module builders Key: GERONIMO-1555

[jira] Assigned: (GERONIMO-1293) Provide tomcat statistics

2006-01-30 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1293?page=all ] anita kulshreshtha reassigned GERONIMO-1293: Assign To: anita kulshreshtha Provide tomcat statistics - Key: GERONIMO-1293 URL

minimal-tomcat-server

2006-01-30 Thread anita kulshreshtha
I am getting this error while deploying any app to minimal-tomcat-server using : java -jar bin\deployer.jar deployI ..\..\..\..\applications\jmxdebug\target\geronimo-jmxdebug-1.1-SNAPSHOT.war Exception in thread main java.lang.NoClassDefFoundError:

Re: minimal-tomcat-server

2006-01-30 Thread anita kulshreshtha
. Joe anita kulshreshtha wrote: I am getting this error while deploying any app to minimal-tomcat-server using : java -jar bin\deployer.jar deployI ..\..\..\..\applications\jmxdebug\target\geronimo-jmxdebug-1.1-SNAPSHOT.war Exception in thread main

[jira] Created: (GERONIMO-1552) Geronimo website

2006-01-29 Thread anita kulshreshtha (JIRA)
Geronimo website - Key: GERONIMO-1552 URL: http://issues.apache.org/jira/browse/GERONIMO-1552 Project: Geronimo Type: Wish Components: website Versions: Wish List Environment: All Reporter: anita kulshreshtha Priority: Trivial

Re: Help on GBeanInstance should already be stopped before die() is called

2006-01-29 Thread anita kulshreshtha
--- David Jencks [EMAIL PROTECTED] wrote: On Jan 29, 2006, at 7:29 AM, anita kulshreshtha wrote: David, I was recently getting this error because I was trying to get a reference for a nonexistent Gbean (bad program). Other Gbeans were waiting for this one to start, I got

[jira] Commented: (GERONIMO-1378) Bad application web.xml makes digester go crazy

2006-01-27 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1378?page=comments#action_12364206 ] anita kulshreshtha commented on GERONIMO-1378: -- This problem will be handeled by adding servlet Gbeans. see Geronimo-1035. It can be closed at the same time

[jira] Commented: (GERONIMO-1408) Display statistics for web NetworkListeners

2006-01-27 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1408?page=comments#action_12364213 ] anita kulshreshtha commented on GERONIMO-1408: -- In the first phase we could use the existing page layout to display these as follows : Add an enable link

Fwd: Re: eclipse compiler bug?

2006-01-27 Thread anita kulshreshtha
Sachin, I thought this might be of interest to you. Thanks Anita Note: forwarded message attached. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---BeginMessage--- Cool, thanks.

Re: Roadmap, tasks and things to do?

2006-01-27 Thread anita kulshreshtha
As we write down this list, I would like experienced developers to create JIRA issues and write down their thoughts about how it could be done. They should also describe the level of difficulty. I think three should be enough. 1. requires knowledge of a single component. 2. requires knowledge

Re: build failure (CRLF) in trunk on Win XP

2006-01-26 Thread anita kulshreshtha
I am still using maven 1.0.2! I have not seen this problem in win XP since it was fixed. I think that geronimo assembly should not produce 8 ( 4 for each server) such large files by default. Now I have modified my assemblies/*-server/project.xml to use assemble:assemble goal instead of

[jira] Updated: (GERONIMO-1293) Provide tomcat statistics

2006-01-26 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1293?page=all ] anita kulshreshtha updated GERONIMO-1293: - Attachment: geronimo-stats-1.1-SNAPSHOT.war tomcat.patch management.patch Added servlet statistics

[jira] Updated: (GERONIMO-1293) Provide tomcat statistics

2006-01-26 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1293?page=all ] anita kulshreshtha updated GERONIMO-1293: - Attachment: tomcat-builder.patch This patch is same as G-1035 and is attached here for convenience. Provide tomcat statistics

[jira] Commented: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-01-26 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=comments#action_12364170 ] anita kulshreshtha commented on GERONIMO-1035: -- Added servletStats. The latest patches are attached to G-1293. The patch names reflects the module name. Here

[jira] Updated: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-01-25 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=all ] anita kulshreshtha updated GERONIMO-1035: - Attachment: tomcat.patch tomcat-builder.patch management.patch This patch creates servlets Gbeans

[jira] Updated: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-01-25 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=all ] anita kulshreshtha updated GERONIMO-1035: - Attachment: stats.zip geronimo-stats-1.1-SNAPSHOT.war This patch is for viewing the stats and is exactly same as for G

[jira] Updated: (GERONIMO-1035) tomcat integration should wrap each servlet indiviudally

2006-01-25 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1035?page=all ] anita kulshreshtha updated GERONIMO-1035: - Attachment: tomcat-builder.patch Added webservice servlet Gbeans tomcat integration should wrap each servlet indiviudally

Re: [jira] Commented: (GERONIMO-1427) Create a stripped down assembly that includes ActiveMQ, Derby, Jetty/Tomcat and transaction

2006-01-24 Thread anita kulshreshtha
Does this remove the *-tomcat configurations' dependency on jetty-serverjar and jetty-deployerjar ? Thanks anita --- David Jencks (JIRA) dev@geronimo.apache.org wrote: [ http://issues.apache.org/jira/browse/GERONIMO-1427?page=comments#action_12363801 ] David Jencks

Re: [jira] Commented: (GERONIMO-1427) Create a stripped down assembly that includes ActiveMQ, Derby, Jetty/Tomcat and transaction

2006-01-24 Thread anita kulshreshtha
Thanks DJ, I just tried building it. It needs unavailable-client-deployer-1.1-SNAPSHOT.car. I am looking forward to using it. Thanks Anita --- anita kulshreshtha [EMAIL PROTECTED] wrote: Does this remove the *-tomcat configurations' dependency on jetty-serverjar and jetty

Re: [jira] Commented: (GERONIMO-1427) Create a stripped down assembly that includes ActiveMQ, Derby, Jetty/Tomcat and transaction

2006-01-24 Thread anita kulshreshtha
The configs/*-tomcat/project.xml. Here is the patch if you need it. Thanks Anita --- David Jencks [EMAIL PROTECTED] wrote: On Jan 24, 2006, at 6:05 AM, anita kulshreshtha wrote: Does this remove the *-tomcat configurations' dependency on jetty-serverjar and jetty

<    8   9   10   11   12   13   14   15   >