Re: J2EE Management for JEE 5

2006-10-26 Thread anita kulshreshtha
The Stats interfaces are not mandatory. but all the Managed objects as per JSR77.3 are. JSR77.3 reads :"This chapter contains the models and metamodels that specify the format,semantics and relationship of the managed objects required by all compliantimplementations of this specification." I

Re: J2EE Management for JEE 5

2006-10-26 Thread anita kulshreshtha
I looked at the patch attached to GERONIMO-1701. It does not implement EJBStats as defined in JSR77.6.11. Am I missing something?ThanksAnita"Christopher M. Cardona" [EMAIL PROTECTED] wrote: Anita,...I created an

Re: J2EE Management for JEE 5

2006-10-26 Thread anita kulshreshtha
"Christopher M. Cardona" [EMAIL PROTECTED] wrote: I think I remember saying "EJBModuleStats" not "EJBStats". The initial statistics I wanted to provide for the EJB Server portlet is on the EJBModule level not on the EJB level. This patch can be enhanced by adding EJB stats.Best wishes,chrisanita

Re: J2EE Management for JEE 5

2006-10-25 Thread anita kulshreshtha
Chris, As you said, there is not much to do in upgrading JSR77 from 1.0 to 1.1. However it would be nice to have some of the missing things implemented in 1.0. We could provide implementation of the following interfaces:EJBStats.javaEntityBeanStats.java

Re: More tomcat questions?

2006-10-25 Thread anita kulshreshtha
Not yet. I was hoping to avoid that.. ;-)ThanksAnitaJeff Genender [EMAIL PROTECTED] wrote: How/Who is setting the protocol to 1.0? Did you step through the codeto see where its getting set?Jeffanita kulshreshtha wrote: Jeff, I am attaching a file. Please take a look at the 'protocol' shown

Re: Adding a new repo for artifacts

2006-10-23 Thread anita kulshreshtha
exploited. My next step would be to remove JSTL from the applications and instead add it to J2EE assemblies.Joe thanks Anita */anita kulshreshtha [EMAIL PROTECTED]/* wrote: The spec jars for G are picked up from o.a.g.specs groupId. The JSTL pom is a fake pom. Hence it should

Re: Fairly big problem with tomcat integration

2006-10-23 Thread anita kulshreshtha
(GeronimoStandardContext.java:198) at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1065)..anita

Re: Fairly big problem with tomcat integration

2006-10-20 Thread anita kulshreshtha
Hi All,In response to the following issue raised by David Jencks, I am thinking of changing the the implementation of Servlet and ServletStats (required by jsr77) for tomcat. The older implementation (GERONIMO-1035) will have 2 of each servlets! I am thinking of a ServletsHolder, which will be a

Re: Adding a new repo for artifacts

2006-10-20 Thread anita kulshreshtha
The spec jars for G are picked up from o.a.g.specs groupId. The JSTL pom is a fake pom. Hence it should not download anything else. The best thing to do will be to move this jar to a different location (private repo?).thanksAnitaJoe Bohn [EMAIL PROTECTED] wrote:It appears that we pick these up in

Re: Adding a new repo for artifacts

2006-10-20 Thread anita kulshreshtha
The applications/console/console-standard has a dependency: dependency groupIdjavax.servlet/groupId artifactIdjstl/artifactId /dependency The pom for this at javax.servlet groupId is a real one. It is not necessary to download the other specs. You could try replacing this with : dependency

Re: JMX Portlet and java.lang.Object operations

2006-10-19 Thread anita kulshreshtha
It is not specific to JMX Viewer which uses GBeanInfo to get the list of operations. The mc4j console also shows these as operations on JMX Mbeans. It is a bug. Could you please open an issue.thanksAnitaGuillaume Nodet [EMAIL PROTECTED] wrote: Does anybody know why all java.lang.Object methodsare

Re: JMX Portlet and java.lang.Object operations

2006-10-19 Thread anita kulshreshtha
One of the places the filtering could be done is GBeanInfoBuilder.addInterface(..). This would make sure that the fake MBeanServer also returns correct operations. ThanksAnita "Christopher M. Cardona" [EMAIL PROTECTED] wrote: Hi Guillaume,Those operations are being returned by a call to

[jira] Created: (GERONIMO-2500) TomcatAJPConntector exposes non existent attributes

2006-10-18 Thread Anita Kulshreshtha (JIRA)
: public (Regular issues) Components: Tomcat Affects Versions: 1.2 Environment: All Reporter: Anita Kulshreshtha The tomcat ConnectorGBean exposes many attributes for TomcatAJPConnector which are non existent. Some of the invalid attributes are maxThread

[jira] Updated: (GERONIMO-2500) TomcatAJPConntector exposes non existent attributes

2006-10-18 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2500?page=all ] Anita Kulshreshtha updated GERONIMO-2500: - Attachment: ajp.JPG snpshot of AJPConnector in mc4j TomcatAJPConntector exposes non existent attributes

Re: [ANNOUNCE] Please welcome Christopher M. Cardona as our newest Committer

2006-10-18 Thread anita kulshreshtha
Congratulations Chris!AnitaGianny Damour [EMAIL PROTECTED] wrote: Hi,The Geronimo PMC is pleased to announce that Christopher M. Cardona has recently accepted our invitation to become an Apache Geronimo Committer. Over the past few months, Chris has been working on the improvement of the Server

Re: [ANNOUNCE] Please welcome Vamsavardhana Reddy as one of our newest Committer

2006-10-18 Thread anita kulshreshtha
Congratulations Vamsi!AnitaAlan Cabrera [EMAIL PROTECTED] wrote: The Geronimo PMC is pleased to announce that Vamsavardhana Reddyhas recently accepted our invitation to become an Apache Geronimo Committer.Vamsi has been submitting many great patches for anembarrassing long time. The breadth of his

[jira] Created: (GERONIMO-2502) NPE in ConnectionTrackingCoordinator

2006-10-18 Thread Anita Kulshreshtha (JIRA)
) Components: connector Affects Versions: 1.2 Environment: All Reporter: Anita Kulshreshtha If server is shutdown using ^C, a NCDFE is thrwon: java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/LinkedNode

Re: geronimo on jconsole

2006-10-17 Thread anita kulshreshtha
JMX URL = ""> The JMXConnector is not showing on the screen. The screen shots are for G started using -Dcom.sun.management.jmxremote in 1.5. If you run G in 1.4 you will only be able to see MBeans.ThanksAnitaDonald Woods [EMAIL PROTECTED] wrote: What connection settings did you use in JConsole

Re: JConsole Layout

2006-10-17 Thread anita kulshreshtha
Hi Matt, Here is the link:http://people.apache.org/~akulshreshtha/jconsole/geronimo.jpg. I am looking at mc4j today. So far jconsole looks better.. Let me know if you want snapshots from mc4j.ThanksAnitaMatt Hogstrom [EMAIL PROTECTED] wrote: Anita,I deleted the e-mail you previously sent on the

geronimo on jconsole

2006-10-16 Thread anita kulshreshtha
Hi All, I have been playing around! To view a snapshot of geronimo from jconsole please see:http://people.apache.org/~akulshreshtha/jconsole/geronimo.jpg please be sure to hit the zoom and scroll the image to the center.ThanksAnita All-new Yahoo! Mail - Fire up a more powerful email and get

[jira] Commented: (GERONIMO-2471) JMX Portlet doesn't display all the attributes of a web module

2006-10-15 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2471?page=comments#action_12442446 ] Anita Kulshreshtha commented on GERONIMO-2471: -- applied the patch with following minor modifications in rev 464362. Thanks Chris! . Reordered

[jira] Assigned: (GERONIMO-2472) Remove the display of GBeanInfo attribute in the JMX portlet

2006-10-15 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2472?page=all ] Anita Kulshreshtha reassigned GERONIMO-2472: Assignee: Christopher M. Cardona (was: Anita Kulshreshtha) patch applied, See GERONIMO-2471 Remove the display of GBeanInfo

[jira] Commented: (GERONIMO-2471) JMX Portlet doesn't display all the attributes of a web module

2006-10-15 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2471?page=comments#action_12442455 ] Anita Kulshreshtha commented on GERONIMO-2471: -- The svn properties are not set properly on these files. Please check your client configuration

Re: [jira] Created: (GERONIMO-2486) All plans should use 1.2 namespace

2006-10-12 Thread anita kulshreshtha
It is an excellent idea. The plans could define the namespace as follows:module xmlns="http://geronimo.apache.org/xml/ns/deployment-${schemaVersion}" The filtering will be done by PlanProcessorMojo. ThanksAnitaJacek Laskowski [EMAIL PROTECTED] wrote: On 10/12/06, Anita Kulshreshtha (

[jira] Updated: (GERONIMO-2486) All plans should use 1.2 namespace

2006-10-12 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2486?page=all ] Anita Kulshreshtha updated GERONIMO-2486: - Attachment: pom.patch configs.patch A property geronimoSchemaVersion is used and the plans are filtered

[jira] Created: (GERONIMO-2486) All plans should use 1.2 namespace

2006-10-11 Thread Anita Kulshreshtha (JIRA)
) Components: buildsystem Affects Versions: 1.2 Environment: All Reporter: Anita Kulshreshtha Assigned To: Anita Kulshreshtha Priority: Minor The plans are still using 1.1 namespace. Here is an example: module xmlns=http://geronimo.apache.org/xml/ns

[jira] Assigned: (GERONIMO-2471) JMX Portlet doesn't display all the attributes of a web module

2006-10-11 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2471?page=all ] Anita Kulshreshtha reassigned GERONIMO-2471: Assignee: Anita Kulshreshtha (was: Christopher M. Cardona) JMX Portlet doesn't display all the attributes of a web module

[jira] Assigned: (GERONIMO-2472) Remove the display of GBeanInfo attribute in the JMX portlet

2006-10-11 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2472?page=all ] Anita Kulshreshtha reassigned GERONIMO-2472: Assignee: Anita Kulshreshtha (was: Christopher M. Cardona) Remove the display of GBeanInfo attribute in the JMX portlet

Re: [ANNOUNCE] Welcom Prasad Kashyap as our newest committer

2006-10-10 Thread anita kulshreshtha
Congratulations Prasad!AnitaMatt Hogstrom [EMAIL PROTECTED] wrote: All,We're pleased to let you know that we have a new committer in our midst. Prasad Kashyap has recently accepted an invitation to join the Geronimo project. Prasad has been active on Geronimo for quite some time and has

Re: Clover plugin

2006-10-09 Thread anita kulshreshtha
are manually adding target/clover/classes as 'classes folder' to the BuildPath for *-builder modules. If clover is not particular about this location, we could use a neutral name like xmlbeans-classes. WDYS? Thanks Anita--jasonOn Oct 8, 2006, at 6:01 AM, anita kulshreshtha wrote: I would like

[jira] Created: (GERONIMO-2477) NPE in JCAResourceImpl

2006-10-09 Thread Anita Kulshreshtha (JIRA)
Environment: All Reporter: Anita Kulshreshtha Assigned To: Anita Kulshreshtha Priority: Minor Fix For: 1.2 The NPE is thrown while running jconsole. To reproduce click on JCAResource. Geronimo Application Server started 19:43:00,156 WARN

[jira] Commented: (GERONIMO-2477) NPE in JCAResourceImpl

2006-10-09 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2477?page=comments#action_12440889 ] Anita Kulshreshtha commented on GERONIMO-2477: -- This is due to a cut-paste error in getAdminObjectInstances

Wiki : Developing Geronimo in Eclipse

2006-10-09 Thread anita kulshreshtha
Hi, I would like to add a page to wiki with instructions for configuring eclipse for Geronimo development. What is an appropriate location for it? I will be using 'Developing Geronimo in Eclipse' as the title. It will be very small (20-25 lines) compared to its M1 counterpart.

Re: JMX Viewer

2006-10-08 Thread anita kulshreshtha
that is required by dojo? Ideally, when the JMXViewer is invoked for the first time the MBean names should be generated using kernel.listGBeans. Am I missing something? Thanks Anita - Original Message From: anita kulshreshtha [EMAIL PROTECTED] To: dev@geronimo.apache.org Sent: Thursday, September

Re: Remarks on quoting style in emails (was: Re: JMX Viewer)

2006-10-08 Thread anita kulshreshtha
- Original Message From: Jacek Laskowski [EMAIL PROTECTED]1/ "Comments inline" are unnecessary. We all know that we send emailsto be involved in a converstation. We'll look them up.2/ Some emails need formatting before responding. Remove unnecessaryempty lines as they don't bring any value

Re: Remarks on quoting style in emails (was: Re: JMX Viewer)

2006-10-08 Thread anita kulshreshtha
I am adding to the list:4/ Avoid using Beta version of mail programs ;-)ThanksAnitaanita kulshreshtha [EMAIL PROTECTED] wrote: - Original Message From: Jacek Laskowski [EMAIL PROTECTED]1/ "Comments inline" are unnecessary. We all know that we send emailsto be involved in a converstation.

Re: Clover plugin

2006-10-08 Thread anita kulshreshtha
the maven-clover-plugin being executed along with the other reports in the genesis' project-config. I don't know where it it is being called from. Cheers Prasad On 10/6/06, anita kulshreshtha <[EMAIL PROTECTED]> wrote: The *-builder modules are copying schemaorg_apache_xmlbeans classes to

NPE in o.a.g.conn.JCAResourceImpl.getAdminObjects

2006-10-07 Thread anita kulshreshtha
Hi All, I am getting NPE while running jconsole. I am not very familiar with this code, but I think the error is due to this code:public JCAAdminObject[] getAdminObjectInstances() { return (JCAAdminObject[]) adminObjects.toArray(new JCAAdminObject[connectionFactories.size()]); }The code should use

Re: NPE in o.a.g.conn.JCAResourceImpl.getAdminObjects

2006-10-07 Thread anita kulshreshtha
A patch to fix this is attached.ThanksAnita- Original Message From: anita kulshreshtha [EMAIL PROTECTED]To: dev@geronimo.apache.orgSent: Saturday, October 7, 2006 10:05:37 PMSubject: NPE in o.a.g.conn.JCAResourceImpl.getAdminObjectsHi All, I am getting NPE while running jconsole. I am

Clover plugin

2006-10-06 Thread anita kulshreshtha
Hi All, How is clover plugin being used? ThanksAnita

Re: Clover plugin

2006-10-06 Thread anita kulshreshtha
Oops! I should have stated the question more clearly. I do mean how it is being used in Geronimo?ThanksAnita- Original Message From: Jacek Laskowski [EMAIL PROTECTED]To: dev@geronimo.apache.orgSent: Friday, October 6, 2006 8:27:06 AMSubject: Re: Clover pluginOn 10/6/06, anita kulshreshtha

Re: Clover plugin

2006-10-06 Thread anita kulshreshtha
al Message From: Jacek Laskowski [EMAIL PROTECTED]To: dev@geronimo.apache.orgSent: Friday, October 6, 2006 9:40:35 AMSubject: Re: Clover pluginOn 10/6/06, anita kulshreshtha [EMAIL PROTECTED] wrote: Oops! I should have stated the question more clearly. I do mean how it is being used in Geroni

Eclipse question

2006-10-06 Thread anita kulshreshtha
Sachin, Are there any instructions on how to use Eclipse for developing Geronimo? I am having problem with xmlbeans generated classes. I am getting classes can not be resolved errors for *-builder geronimo projects. Am I missing something?ThanksAnita

Re: Eclipse question

2006-10-06 Thread anita kulshreshtha
xmlbeans classses. I think the build needs to configured to configure the plugin to add these entries.On Oct 6, 2006, at 10:16 AM, anita kulshreshtha wrote:Sachin, Are there any instructions on how to use Eclipse for developing Geronimo? I am having problem with xmlbeans generated classes. I am

Re: JMX Viewer

2006-10-06 Thread anita kulshreshtha
- Original Message From: anita kulshreshtha [EMAIL PROTECTED]To: dev@geronimo.apache.orgSent: Thursday, September 28, 2006 10:25:19 AMSubject: Re: JMX Viewer.

Re: [ANNOUNCE] Welcome Bruce Snyder as the newest member of the Geronimo PMC

2006-10-06 Thread anita kulshreshtha
Congratulations and welcome Bruce!Anita- Original Message From: Kevan Miller [EMAIL PROTECTED]To: Geronimo Dev dev@geronimo.apache.orgSent: Friday, October 6, 2006 11:47:24 AMSubject: [ANNOUNCE] Welcome Bruce Snyder as the newest member of the Geronimo PMCAll,The Geronimo PMC is pleased to

Re: [jira] Commented: (GERONIMO-2393) Maven eclipse plugin is generating invalid classpath entries in .classpath

2006-10-05 Thread anita kulshreshtha
What is your JAVA_HOME set to ?ThanksAnita- Original Message From: Vamsavardhana Reddy (JIRA) dev@geronimo.apache.orgTo: dev@geronimo.apache.orgSent: Thursday, October 5, 2006 1:09:20 AMSubject: [jira] Commented: (GERONIMO-2393) Maven eclipse plugin is generating invalid classpath entries

Re: [jira] Commented: (GERONIMO-2320) New DB pool didn't show up until restarted

2006-10-05 Thread anita kulshreshtha
I do not see this problem on the trunk. This morning I also deployed a MYSQL DBPool on tomcat-j2ee using Download Driver -- Skip Test and Show Plan -- Deploy Pool and it worked fine. The pool was listed in 'Database Pools'.ThanksAnita- Original Message From: Aaron Mulder (JIRA)

Re: [jira] Commented: (GERONIMO-2393) Maven eclipse plugin is generating invalid classpath entries in .classpath

2006-10-04 Thread anita kulshreshtha
is generating invalid classpath entries in .classpathI tried that too after my last e-mail. It didn't help. Do you think it has anything to do with the eclipse version I have? I am using Version: 3.1.1 Build id: M20050929-0840 --vamsiOn 10/4/06, anita kulshreshtha [EMAIL PROTECTED] wrote: I just

Re: Priorities for 1.2

2006-10-03 Thread anita kulshreshtha
Global JNDIYoko ORB support Full Java 5 supportOpenEJB 3.0 integration with @Stateless EJBs supportOpenJPA integrationMore server modularization via pluginsConsole usability improvementsConsole extensibilityCMP improvementsGeronimo OSGi bundleJAF 1.1Jetspeed integrationGShell integrationMore out

Re: Is java.endorsed.dirs actually working?

2006-10-03 Thread anita kulshreshtha
I have updated to rev 452025 and openejb2 to rev 452035. I am still seeing that the server is trying to start client-system configIs anyone else seeing this problem? If yes what could possibly be the cause?ThanksAnita- Original Message From: anita kulshreshtha [EMAIL PROTECTED]To: dev

Re: [jira] Commented: (GERONIMO-2393) Maven eclipse plugin is generating invalid classpath entries in .classpath

2006-10-03 Thread anita kulshreshtha
hmm... It should have downloaded version 2.2. Try adding the following to pluginManagement section (maven idiosyncrasies): plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-eclipse-plugin/artifactId version2.2/version /plugin Thanks Anita- Original Message From:

Re: [jira] Commented: (GERONIMO-2393) Maven eclipse plugin is generating invalid classpath entries in .classpath

2006-10-03 Thread anita kulshreshtha
I just ran mvn -o eclipse:eclipse and it works fine. Did you delete .project and .classpath files? try deleting them in one of the modules and run mvn -o eclipse:eclipse. ThanksAnita- Original Message From: Vamsavardhana Reddy (JIRA) dev@geronimo.apache.orgTo: dev@geronimo.apache.orgSent:

Re: [ANNOUNCE] Welcome Jason Dillon as the newest member of the Geronimo PMC

2006-10-01 Thread anita kulshreshtha
Congratulations Jason! Anita - Original Message From: Kevan Miller [EMAIL PROTECTED] To: Geronimo Dev dev@geronimo.apache.org Sent: Saturday, September 30, 2006 9:50:50 AM Subject: [ANNOUNCE] Welcome Jason Dillon as the newest member of the Geronimo PMC All, The Geronimo PMC is

Re: [ANNOUNCE] Welcome James Strachan as the newest member of the Geronimo PMC

2006-10-01 Thread anita kulshreshtha
Congratulaions James! Anita - Original Message From: Kevan Miller [EMAIL PROTECTED] To: Geronimo Dev dev@geronimo.apache.org Sent: Saturday, September 30, 2006 9:50:52 AM Subject: [ANNOUNCE] Welcome James Strachan as the newest member of the Geronimo PMC All, The Geronimo PMC is

Re: [ANNOUNCE] Welcome Hiram Chirino as the newest member of the Geronimo PMC

2006-10-01 Thread anita kulshreshtha
Congratulations Hiram! Anita - Original Message From: Kevan Miller [EMAIL PROTECTED] To: Geronimo Dev dev@geronimo.apache.org Sent: Saturday, September 30, 2006 9:50:59 AM Subject: [ANNOUNCE] Welcome Hiram Chirino as the newest member of the Geronimo PMC All, The Geronimo PMC is

Re: Is java.endorsed.dirs actually working?

2006-09-28 Thread anita kulshreshtha
--- Rick McGuire [EMAIL PROTECTED] wrote: I decided to try an experiment using the jetty-j2ee Geronimo assembly. I deleted the Xerces jars from the lib/endorsed directory. I did this to convince myself that the java.endorsed.dirs mechanism was working correctly and the problem was

Re: Is java.endorsed.dirs actually working?

2006-09-28 Thread anita kulshreshtha
--- David Jencks [EMAIL PROTECTED] wrote: On Sep 28, 2006, at 8:07 AM, anita kulshreshtha wrote: --- Rick McGuire [EMAIL PROTECTED] wrote: I decided to try an experiment using the jetty-j2ee Geronimo assembly. I deleted the Xerces jars from the lib/endorsed directory. I

Re: Is java.endorsed.dirs actually working?

2006-09-27 Thread anita kulshreshtha
Here is the 5th one: As you said the java.endorsed.dirs property is being set properly. but we still had to add lib/endorsed to the class path explicitly. It might be due to the fact that it is checked before the jvm is forked. Did you try starting the server using

Re: Build error - No reference named ResourceEnvironmentSetter in gbean ....configs/openejb-deployer/1.2-SNAPSHOT/car

2006-09-26 Thread anita kulshreshtha
I got this error yesterday. I had to update and rebuild openejb2 to cure this. thanks Anita --- Jacek Laskowski [EMAIL PROTECTED] wrote: Hi, I'm getting the following build error and can't get around it. Does anyone have any clues? I remember DJ's refactored the code recently. Is this

[jira] Updated: (GERONIMO-2408) Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)

2006-09-26 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2408?page=all ] Anita Kulshreshtha updated GERONIMO-2408: - Attachment: GERONIMO-2408.akulshreshtha.patch The problem occurs if raXmlFile attribute is left unspecified or set to the default value

Re: [jira] Commented: (GERONIMO-2408) Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)

2006-09-26 Thread anita kulshreshtha
did you rename the main directory to mainx? This is the only w --- Jacek Laskowski (JIRA) dev@geronimo.apache.org wrote: [ http://issues.apache.org/jira/browse/GERONIMO-2408?page=comments#action_12437899 ] Jacek Laskowski commented on GERONIMO-2408:

Re: [jira] Commented: (GERONIMO-2408) Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)

2006-09-26 Thread anita kulshreshtha
Why are we not using it? Thanks Anita --- Jason Dillon [EMAIL PROTECTED] wrote: Lets please not go renaming directories... to hack up anything. The latest 2.2-SNAPSHOT fixes this problem... no need to change anything else. --jason On Sep 26, 2006, at 12:55 PM, anita

Re: Micro-G

2006-09-25 Thread anita kulshreshtha
--- Joe Bohn [EMAIL PROTECTED] wrote: I've done some work on a new assembly that I've nicknamed Micro-G (I know .. not very creative). The name that I'm using under geronimo/assemblies is geronimo-framework. This is intended to be a new foundational assembly from which any

Re: [ANNOUNCE] Welcome Paul McMahan as the newest member of the Geronimo PMC

2006-09-22 Thread anita kulshreshtha
Congratulations Paul! Anita --- David Jencks [EMAIL PROTECTED] wrote: All, The Geronimo PMC is pleased to welcome Paul McMahan as the newest member of the Geronimo PMC. We're very happy to have Paul joining us to help with the oversight of the Geronimo project. Lets give a round

Re: build failure: o/a/g/specs vs. geronimo-specs

2006-09-21 Thread anita kulshreshtha
Have you tried changing geronimo-dependency.xml in openejb2/modules/openejb-core/src/resources2/META-INF? Please modify the following line: dep:groupIdgeronimo-spec/dep:groupId to dep:groupIdorg.apache.geronimo.specs/dep:groupId Thanks Anita --- Paul McMahan [EMAIL PROTECTED] wrote: When

Re: Goals for 1.2 - Thoughts

2006-09-20 Thread anita kulshreshtha
IMHO, we should have a certified release from the trunk before switching over to JEE 5. This will allow users to have a certified release that works with Maven2. The user community is switching over to Maven2 and do not like to work with Maven1. With our naming system this release will have to

Re: Writing Readable Code

2006-09-19 Thread anita kulshreshtha
I have read a lot of code and found that the code is understandable enough. However I found it was hard to get an overall picture. I agree with Kevan that When a method is a part of an overall larger picture, pulling that context together can be extremely useful to the reader. Matt

Using Eclipse with M2

2006-09-15 Thread anita kulshreshtha
I am using maven-eclipse-pluign. A typical classpath entry looks like this: classpathentry kind=var path=M2_REPO/xstream/xstream/1.1.3/xstream-1.1.3.jar/ classpathentry kind=src path=/geronimo-core/ Does this mean that the whole project must be

[jira] Commented: (GERONIMO-2393) Maven eclipse plugin is generating invalid classpath entries in .classpath

2006-09-15 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2393?page=comments#action_12435019 ] Anita Kulshreshtha commented on GERONIMO-2393: -- Vamsi, try deleting .m2/o/a/maven/plugins/maven-eclipse-plugin directory and run mvn

java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/LinkedNode

2006-09-14 Thread anita kulshreshtha
I am seeing this error on trunk (rev 443034) during shutdown: 11:42:10,359 INFO [TransportConnector] Connector tcp://0.0.0.0:61616 Stopped 11:42:10,359 INFO [TransportConnector] Connector stomp://your-4dacd0ea75:61613 Stopped 11:42:10,359 INFO [TransportConnector] Connector

Re: Another really strange mysterious build error

2006-09-13 Thread anita kulshreshtha
resolve these issues in the future? --kevan On Sep 13, 2006, at 12:43 AM, anita kulshreshtha wrote: As Jacek pointed out it is because of commons-logging jar with a version prior to 1.0.3. It appears that one of the source of this jar is geronimo-kernel! how is that possible

Re: console deployer dependencies

2006-09-12 Thread anita kulshreshtha
, -bd- On Sep 6, 2006, at 8:31 PM, anita kulshreshtha wrote: inline.. --- Bill Dudney [EMAIL PROTECTED] wrote: Hi Anita, initial patch? The patch I posted had a single deleted line from each pom. If it does not break anything else, I am OK with it. You should delete o

Re: Another really strange mysterious build error

2006-09-12 Thread anita kulshreshtha
As Jacek pointed out it is because of commons-logging jar with a version prior to 1.0.3. It appears that one of the source of this jar is geronimo-kernel! how is that possible? thanks Anita [INFO] [ERROR] BUILD ERROR

Re: Long path problem on windows

2006-09-11 Thread anita kulshreshtha
To reproduce long path error during runtime unzip geronimo-tomcat-j2ee-1.2-SNAPSHOT-bin.zip in assemblies/target directory. Thanks Anita --- Vamsavardhana Reddy [EMAIL PROTECTED] wrote: I have a quick question. We have seen build failures on windows due to long path problem. Has

Re: [WELCOME] Please welcome Joe Bohn as the newest member of the Geronimo PMC

2006-09-11 Thread anita kulshreshtha
Congratulations Joe! Anita On Sep 8, 2006, at 10:51 AM, Sachin Patel wrote: The Apache Geronimo PMC would like to announce that Joe Bohn has accepted the invitation to join the Geronimo PMC. In addition to his technical contributions to Geronimo, we are extremely excited to

Re: [ANNOUNCE] Welcome Hernan Cunico as the newest member of the Geronimo PMC

2006-09-11 Thread anita kulshreshtha
Congratulations Hernan! Anita --- Kevan Miller [EMAIL PROTECTED] wrote: All, The Geronimo PMC is pleased to welcome Hernan Cunico as the newest member of the Geronimo PMC. We're very happy to have Hernan joining us to help with the oversight of the Geronimo project. Well done,

Re: [ANNOUNCE] Welcome Rick McGuire as the newest member of the Geronimo PMC

2006-09-11 Thread anita kulshreshtha
Congratulations Rick! Anita --- Jeff Genender [EMAIL PROTECTED] wrote: All, The Geronimo PMC is pleased to welcome Rick McGuire as the newest member of the Geronimo PMC. We're very happy to have Rick joining us to help with the oversight of the Geronimo project. Lets give a round of

Re: [VOTE] Geronimo Development Process

2006-09-11 Thread anita kulshreshtha
[X] +1 CTR with documentation guidelines I concur with David. Thanks Anita --- David Jencks [EMAIL PROTECTED] wrote: [X] +1 CTR with documentation guidelines I'm worried that we will not maintain enough awareness of each others work, and think we all need to be very vigilant. I

Re: Restructuring trunk, then next steps

2006-09-11 Thread anita kulshreshtha
--- David Jencks [EMAIL PROTECTED] wrote: So, while cleaning up dependencies a bit to try to make separate transaction and connector-deployer configs, I remembered that we have this problem that right now the maven dependencies between modules (jar files) are all to other geronimo jar

Re: console deployer dependencies

2006-09-06 Thread anita kulshreshtha
. Which is bad IMO. TTFN, -bd- On Sep 5, 2006, at 8:23 AM, anita kulshreshtha wrote: I'm not sure what the point is of listing it as provided, if that's what we're currently doing. I'm pretty sure it's not provided so we might as well either not list it or list

Re: console deployer dependencies

2006-09-06 Thread anita kulshreshtha
point with more experience of car stacking perhaps getting the tomcat- deployer config correct would fix both 2326 this issue. Thanks, -bd- On Sep 6, 2006, at 9:58 AM, anita kulshreshtha wrote: Bill, The webconsole-tomcat config differs from the original patch. To answer

Re: svn commit: r437291 - in /geronimo/server/trunk: bootstrap bootstrap.bat bootstrap.xml

2006-09-01 Thread anita kulshreshtha
Hi All, It appears that I am the only one who does not use the bootstrap. Here is why it is not needed... --- Jason Dillon [EMAIL PROTECTED] wrote: No issue... * OpenEJB2 snaps need to be published by CI (needs G below) * G snaps to be published by CI (needs OpenEJB2 above) *

[jira] Commented: (GERONIMO-2373) build broken with the removal of geronimo-j2ee_1.4_spec from the specs

2006-09-01 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2373?page=comments#action_12432170 ] Anita Kulshreshtha commented on GERONIMO-2373: -- Bill, I have applied this patch and tested it. The problem mentioned here http://www.nabble.com/Re

Re: svn commit: r437291 - in /geronimo/server/trunk: bootstrap bootstrap.bat bootstrap.xml

2006-09-01 Thread anita kulshreshtha
--- Jacek Laskowski [EMAIL PROTECTED] wrote: On 9/1/06, anita kulshreshtha [EMAIL PROTECTED] wrote: Hi All, It appears that I am the only one who does not use the bootstrap. I'm not using it anymore once it's once been used as Jason suggested. mkdir geronimo svn co https

Re: svn commit: r437291 - in /geronimo/server/trunk: bootstrap bootstrap.bat bootstrap.xml

2006-09-01 Thread anita kulshreshtha
inline.. --- Jason Dillon [EMAIL PROTECTED] wrote: On Sep 1, 2006, at 7:42 AM, anita kulshreshtha wrote: Anita, why do you always bring this up when there is talk about bootstrap? Because when people are using bootstrap, it is not very obvious what is going on. It is much simpler

Re: windows build hell

2006-08-31 Thread anita kulshreshtha
It would be nice to know if tomcat-builder can be built using mvn -o clean install from the following directories after these errors: 1. modules directory 2. modules/geronimo-tomcat-builder directory Thanks Anita --- Joe Bohn [EMAIL PROTECTED] wrote: If you get a bsod while running a

Re: [jira] Closed: (GERONIMO-2211) Enable tests (geronimo-security :: **/ConfigurationEntryTest.java)

2006-08-31 Thread anita kulshreshtha
I have always wondered why we need to do this: File auditlog = new File(BASEDIR, target/login-audit.log); instead of File auditlog = new File(target/login-audit.log); The relative file references in java are resolved using the current user dir, given by the system property user.dir, and

Re: Anyone know how to make the kernel tests be quiet?

2006-08-31 Thread anita kulshreshtha
In M1 there was a way to say swallow ouput. I can not find a reference to it. But trying.. Thanks Anita --- Jason Dillon [EMAIL PROTECTED] wrote: I'm not sure how they were quiet before m2 with code like above in setUp(). --jason On Aug 28, 2006, at 4:29 PM, Jason Dillon

Re: [jira] Closed: (GERONIMO-2211) Enable tests (geronimo-security :: **/ConfigurationEntryTest.java)

2006-08-31 Thread anita kulshreshtha
One more thing.. In m1 the jvm was forked from basedir, hence we have all the file references as target/ http://maven.apache.org/maven-1.x/plugins/test/properties.html So we should modify all the tests to not used target! Thanks Anita --- anita kulshreshtha [EMAIL PROTECTED] wrote

[jira] Commented: (GERONIMO-2211) Enable tests (geronimo-security :: **/ConfigurationEntryTest.java)

2006-08-30 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2211?page=comments#action_12431595 ] Anita Kulshreshtha commented on GERONIMO-2211: -- The original code in GERONIMO-2071 had the following lines in pom.xml

Re: windows build hell

2006-08-30 Thread anita kulshreshtha
inline.. --- Joe Bohn [EMAIL PROTECTED] wrote: We've been struggling with build problems on windows for some time now and things just keep on getting worse. I'm composing this note to summarize the problems that I'm aware of with work-arounds and possible solutions. I'm also

Re: windows build hell

2006-08-30 Thread anita kulshreshtha
--- Jeff Genender [EMAIL PROTECTED] wrote: anita kulshreshtha wrote: 2) JSP compilation errors Problem: Embedded error: Unable to compile class for JSP Strange error message about JAVA_HOME, etc... Possible Solution/Work-around: Update the pom.xml in the root directory

Re: Rar plugin acting strange...

2006-08-27 Thread anita kulshreshtha
This did not happen in rev 432299 with rar plugin version 2.1. Path: . URL: https://svn.apache.org/repos/asf/geronimo/trunk Repository Root: https://svn.apache.org/repos/asf Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 432299 Node Kind: directory Schedule: normal Last

Re: Endorsed dirs

2006-08-25 Thread anita kulshreshtha
IIRC, The tomcat container needs to be started with java.endorsed.dirs system property set to a dir where the xerces parser is available. It uses the endorsed dir mechanism to override the default parser. The server manifest.mf contains an entry Endorsed-Dirs: lib/endorsed which is used by

[jira] Commented: (GERONIMO-2332) RTC Put the generated xmlbeans files for the j2ee 1.4 schemas in svn in a spec module so we don't need the schemas in svn at all

2006-08-25 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2332?page=comments#action_12430680 ] Anita Kulshreshtha commented on GERONIMO-2332: -- I agree with David Jencks that it should be possible to use pom.xml. I did not use dependency

Re: building eclipse projects with M2 build

2006-08-24 Thread anita kulshreshtha
Joe, I had used this command for creating the packaging-plugin project for eclipse 2 months ago. Have you tried using: mvn eclipse:eclipse Thanks Anita --- Joe Bohn [EMAIL PROTECTED] wrote: The cwiki inidicates that we can build projects for eclipse using the m2 build with the

Re: [ANNOUNCE] Welcome David Blevins as the newest member of the Geronimo PMC

2006-08-24 Thread anita kulshreshtha
Congratulations David! Anita --- Matt Hogstrom [EMAIL PROTECTED] wrote: Please welcome David Blevins as the newest member of the Geronimo PMC. David recently accepted the invitation to join the PMC. David is part of the OpenEJB project that we depend on so heavily and that is joining

Re: Plan for removing m1 and updating structure for m2

2006-08-24 Thread anita kulshreshtha
--- Jason Dillon [EMAIL PROTECTED] wrote: Here is a brief outline for what I am going to do... 1) First, all maven.xml, project.properties and project.xml files are going to be removed. etc, xdocs, m1 plugins and m1 assemblies will also be removed. +1 2) Then one by one, each

Re: [VOTE] Drop the M1 build artifacts in Trunk

2006-08-23 Thread anita kulshreshtha
+1 Allow changes Thanks Anita --- Matt Hogstrom [EMAIL PROTECTED] wrote: I think you can call it. If in the future you want a clear end date just tag it with a 72-hour completion when calling the vote. Or whatever time period is appropriate. Jason Dillon wrote: This vote has been

<    3   4   5   6   7   8   9   10   11   12   >