Re: transitive dependencies

2005-10-20 Thread Dain Sundstrom
On Oct 20, 2005, at 5:56 AM, David Jencks wrote: I've been working on building geronimo using the packaging and assembly plugins. This works fine except for the unmanageable dependencies. The project for the assemby plugin to work on currently needs to include in the project.xml every

Re: transitive dependencies

2005-10-20 Thread Gianny Damour
On 20/10/2005 3:08 PM, David Blevins wrote: On Oct 19, 2005, at 9:23 PM, Gianny Damour wrote: On 20/10/2005 1:56 PM, David Jencks wrote: I've been working on building geronimo using the packaging and assembly plugins. This works fine except for the unmanageable dependencies. The

Re: transitive dependencies

2005-10-20 Thread David Jencks
On Oct 19, 2005, at 11:03 PM, Gianny Damour wrote: On 20/10/2005 2:58 PM, David Jencks wrote: On Oct 19, 2005, at 9:57 PM, Gianny Damour wrote: You may be right. Having said that, this XML parsing is done each time that a dependency is declared by a configuration. I see this approach

Re: transitive dependencies

2005-10-20 Thread David Jencks
On Oct 19, 2005, at 11:20 PM, Gianny Damour wrote: On 20/10/2005 3:08 PM, David Blevins wrote: On Oct 19, 2005, at 9:23 PM, Gianny Damour wrote: On 20/10/2005 1:56 PM, David Jencks wrote: I've been working on building geronimo using the packaging and assembly plugins. This works fine

Re: Lets change maven repo location from geronimo to org.apache.geronimo

2005-10-20 Thread Jacek Laskowski
David Jencks wrote: IIUC the currently recommended-by-maven location for the geronimo artifacts in a maven repo would be org.apache.geronimo/jars/ rather than geronimo/jars/... If Maven2 recommends this approach I'm fine with it. That's a very small change noone would likely even notice.

Re: transitive dependencies

2005-10-20 Thread Gianny Damour
On 20/10/2005 4:13 PM, David Jencks wrote: On Oct 19, 2005, at 11:03 PM, Gianny Damour wrote: On 20/10/2005 2:58 PM, David Jencks wrote: On Oct 19, 2005, at 9:57 PM, Gianny Damour wrote: You may be right. Having said that, this XML parsing is done each time that a dependency is

[jira] Updated: (GERONIMO-1092) Create a Maven2 build for the Daytrader sample app

2005-10-20 Thread Vincent Massol (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1092?page=all ] Vincent Massol updated GERONIMO-1092: - Attachment: daytrader-vmassol1-matches-326852.zip The first step before creating the m2 build is to reorganize sources and clean up some cruft.

[jira] Updated: (GERONIMO-1042) Portlet error in Database Pools

2005-10-20 Thread Manu T George (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1042?page=all ] Manu T George updated GERONIMO-1042: Attachment: DerbyConnectorRenderer.java Portlet error in Database Pools --- Key: GERONIMO-1042

[jira] Updated: (GERONIMO-1042) Portlet error in Database Pools

2005-10-20 Thread Manu T George (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1042?page=all ] Manu T George updated GERONIMO-1042: Attachment: AbstractConnectionFactoryManagerPortlet.java Portlet error in Database Pools --- Key:

[jira] Updated: (GERONIMO-1042) Portlet error in Database Pools

2005-10-20 Thread Manu T George (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1042?page=all ] Manu T George updated GERONIMO-1042: Attachment: JMSConnectionFactoryManagerPortlet.java Portlet error in Database Pools --- Key: GERONIMO-1042

[jira] Commented: (GERONIMO-1042) Portlet error in Database Pools

2005-10-20 Thread Manu T George (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1042?page=comments#action_12332562 ] Manu T George commented on GERONIMO-1042: - Added 3 Files where the issue is occurring with changes. This is because

Questions about helping out

2005-10-20 Thread Barry van Someren
Hi all, I have been taking a big interest in Geronimo lately and want to put some of my current hobby projects on hold to help out with the development of Geronimo. Part to make it better and in part because I want to learn more about it (and you learn more when you are knee deep into the

[jira] Created: (GERONIMO-1095) In the Database Pools page in the console the Repository link provided to add a dependency is not working

2005-10-20 Thread Manu T George (JIRA)
In the Database Pools page in the console the Repository link provided to add a dependency is not working -- Key: GERONIMO-1095 URL:

[jira] Commented: (GERONIMO-1095) In the Database Pools page in the console the Repository link provided to add a dependency is not working

2005-10-20 Thread Manu T George (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1095?page=comments#action_12332569 ] Manu T George commented on GERONIMO-1095: - Currently it points to portal/repo. If we change it to portal/services/services_repo the repository viewer is shown.

Re: Questions about helping out

2005-10-20 Thread Barry van Someren
Sounds great. I'll more than likely tinker a bit with the builds locally (still getting used to the new paradigm) and I'll more than likely try to look at some of the smaller bugs. I'm generally good at finding bugs (once the steps to reproduce are proper of course) So I hope I don't step on any

Re: Questions about helping out

2005-10-20 Thread Jacek Laskowski
Barry van Someren wrote: Sounds great. I'll more than likely tinker a bit with the builds locally (still getting used to the new paradigm) and I'll more than likely try to look at some of the smaller bugs. You could start with junit test cases, too. It would let you know the internals while

Re: Questions about helping out

2005-10-20 Thread Barry van Someren
Hi, Truth to be told I usually do get into a new project by writing JUnit code, so I supose this will be a great start as it will also help me get into GBeans (GBeans look like very nice and testable units to me) Do you have any pointers where I might find a good Unit test (as a learning example)

Re: Questions about helping out

2005-10-20 Thread Jacek Laskowski
Barry van Someren wrote: Hi, Truth to be told I usually do get into a new project by writing JUnit code, so I supose this will be a great start as it will also help me get into GBeans (GBeans look like very nice and testable units to me) Do you have any pointers where I might find a good Unit

Re: Questions about helping out

2005-10-20 Thread Barry van Someren
Will do, thank you for the help :-) On 10/20/05, Jacek Laskowski [EMAIL PROTECTED] wrote: Barry van Someren wrote: Hi, Truth to be told I usually do get into a new project by writing JUnit code, so I supose this will be a great start as it will also help me get into GBeans (GBeans look

[jira] Commented: (GERONIMO-807) Better handling for system log viewer portlet render requests

2005-10-20 Thread Barry van Someren (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-807?page=comments#action_12332583 ] Barry van Someren commented on GERONIMO-807: Since I can reproduce this problem, I'm interested in fixing it. Any objections? At what level should the settings

[jira] Closed: (GERONIMO-1091) Adding a partition to Apache DS with Geronimo

2005-10-20 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1091?page=all ] Jeff Genender closed GERONIMO-1091: --- Fix Version: 1.0 Resolution: Fixed Added a directory.xml file in the var/ldap/conf directory. This can be edited to contain mutiple

[jira] Commented: (GERONIMO-1091) Adding a partition to Apache DS with Geronimo

2005-10-20 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1091?page=comments#action_12332587 ] Jeff Genender commented on GERONIMO-1091: - I probably should also comment, this does *not* use the properties file, but XML instead. See the example in file or

[jira] Commented: (GERONIMO-1089) Deployer failed to deploy certain applications if geronimo is installed to a directory that has space

2005-10-20 Thread Lin Sun (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1089?page=comments#action_12332589 ] Lin Sun commented on GERONIMO-1089: --- From the geronimo.log, here's the stack trace: org.apache.geronimo.common.DeploymentException: Could not access contents of a

[jira] Closed: (GERONIMO-1093) Creating Tomcat Web Connector fails due to unknown gbean attribute acceptCount

2005-10-20 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1093?page=all ] Jeff Genender closed GERONIMO-1093: --- Fix Version: 1.0 Resolution: Fixed Fixed. Thanks for the patch. Creating Tomcat Web Connector fails due to unknown gbean attribute

[jira] Commented: (GERONIMO-807) Better handling for system log viewer portlet render requests

2005-10-20 Thread Barry van Someren (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-807?page=comments#action_12332591 ] Barry van Someren commented on GERONIMO-807: I'm going to assign this one to me and will most likely deliver a patch tonight (it's a small fix) Better

Re: Lets change maven repo location from geronimo to org.apache.geronimo

2005-10-20 Thread Matt Hogstrom
+1 I think any work we can get out of the way incrementally towards M2 is good. Matt Jacek Laskowski wrote: David Jencks wrote: IIUC the currently recommended-by-maven location for the geronimo artifacts in a maven repo would be org.apache.geronimo/jars/ rather than geronimo/jars/...

Re: Logo Contest - The Results Are In !

2005-10-20 Thread Matt Hogstrom
Geir, Looks like we have the predominant number of votes. What is the estimated timeline for the activity and is there anything I can do to help? Cheers, Matt Bruce Snyder wrote: On 10/17/05, Matt Hogstrom [EMAIL PROTECTED] wrote: Thanks for taking the time to register your opinion and

Wiki Page for Samples

2005-10-20 Thread Dave Colasurdo
I've taken an initial stab at creating the wiki pages for the Geronimo Samples. The main page contains a list of samples that we have previously identified as being pertinent to Geronimo. Also, have created a template that can be used as a guide for creating the individual sample wiki

RE: Clustering - JGroups issues and others

2005-10-20 Thread Valeri.Atamaniouk
Regarding scalability and consistency requirements. Yes and no. The clustering based on the fact that all the nodes in the same cluster are aware of each other. And the design requires that the list of available nodes is the same on each and every node with normal evolution of the data. The

Re: Logo Contest - The Results Are In !

2005-10-20 Thread Geir Magnusson Jr.
I'm on the road this week, but will be back at home tomorrow afternoon. I'd like to get some kind of copyright assignment from Epiq for the logo. As for the PRC, I'll let them know our decision, and if they have any comments, they can let us know here. geir On Oct 19, 2005, at 10:35 PM,

Re: Logo Contest - The Results Are In !

2005-10-20 Thread Matt Hogstrom
I can contact Epiq if you like. Although, I imagine you know better what the official documents you need are :) Geir Magnusson Jr. wrote: I'm on the road this week, but will be back at home tomorrow afternoon. I'd like to get some kind of copyright assignment from Epiq for the logo. As

[jira] Created: (GERONIMO-1096) Incomplete ServerPolicy/ClientPolicy classes causes problems with non-Sun ORBs

2005-10-20 Thread Rick McGuire (JIRA)
Incomplete ServerPolicy/ClientPolicy classes causes problems with non-Sun ORBs -- Key: GERONIMO-1096 URL: http://issues.apache.org/jira/browse/GERONIMO-1096 Project: Geronimo Type: Bug

[jira] Updated: (GERONIMO-1096) Incomplete ServerPolicy/ClientPolicy classes causes problems with non-Sun ORBs

2005-10-20 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1096?page=all ] Rick McGuire updated GERONIMO-1096: --- Attachment: ServerPolicy.patch A patch to properly implement the copy() method. Incomplete ServerPolicy/ClientPolicy classes causes problems with

[jira] Created: (GERONIMO-1097) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1

2005-10-20 Thread Donald Woods (JIRA)
Keystore Portlet should point to the default keystore file instead of ssl-keystore-1 Key: GERONIMO-1097 URL: http://issues.apache.org/jira/browse/GERONIMO-1097 Project: Geronimo

[jira] Assigned: (GERONIMO-1096) Incomplete ServerPolicy/ClientPolicy classes causes problems with non-Sun ORBs

2005-10-20 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1096?page=all ] David Jencks reassigned GERONIMO-1096: -- Assign To: David Jencks Incomplete ServerPolicy/ClientPolicy classes causes problems with non-Sun ORBs

[jira] Updated: (GERONIMO-1097) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1

2005-10-20 Thread Donald Woods (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1097?page=all ] Donald Woods updated GERONIMO-1097: --- Attachment: Geronimo-1097.patch Attched svn patch to update Keystore portlet to use var/security/keystore as the default file Keystore Portlet

[jira] Updated: (GERONIMO-1097) (Patch) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1

2005-10-20 Thread Donald Woods (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1097?page=all ] Donald Woods updated GERONIMO-1097: --- Summary: (Patch) Keystore Portlet should point to the default keystore file instead of ssl-keystore-1 (was: Keystore Portlet should point to the

[jira] Commented: (GERONIMO-1089) Deployer failed to deploy certain applications if geronimo is installed to a directory that has space

2005-10-20 Thread Lin Sun (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1089?page=comments#action_12332616 ] Lin Sun commented on GERONIMO-1089: --- I followed the instruction of Debugging Geronimo as a Remote Java Application on the wiki, and able to debug it using eclipse.

[jira] Closed: (GERONIMO-1096) Incomplete ServerPolicy/ClientPolicy classes causes problems with non-Sun ORBs

2005-10-20 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1096?page=all ] David Jencks closed GERONIMO-1096: -- Fix Version: 1.0 Resolution: Fixed Applied. Do these classes need equals and hashcode methods? Also, should the copy method copy the

Re: [Daytrader] Converting to Maven 2

2005-10-20 Thread Matt Hogstrom
Vincent, I'll update the tree structure per your original note in terms of src placement, etc. One thing that we still need to do is update some of the deployment plans and internal references to the artifacts (like the EJB jar). They are currently hardcoded with 1.0-SNAPSHOT as a suffix.

[jira] Commented: (GERONIMO-1095) In the Database Pools page in the console the Repository link provided to add a dependency is not working

2005-10-20 Thread Donald Woods (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1095?page=comments#action_12332623 ] Donald Woods commented on GERONIMO-1095: Suggested change is to applications\console-standard\src\webapp\WEB-INF\view\databasemanager\addDS.jsp In the Database

RE: [Daytrader] Converting to Maven 2

2005-10-20 Thread Vincent Massol
-Original Message- From: Matt Hogstrom [mailto:[EMAIL PROTECTED] Sent: jeudi 20 octobre 2005 21:25 To: dev@geronimo.apache.org Subject: Re: [Daytrader] Converting to Maven 2 Vincent, I'll update the tree structure per your original note in terms of src placement, etc. One

[jira] Updated: (GERONIMO-1089) Deployer failed to deploy certain applications if geronimo is installed to a directory that has space

2005-10-20 Thread Lin Sun (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1089?page=all ] Lin Sun updated GERONIMO-1089: -- Attachment: Geronimo-1089.patch With the patch, I am able to deploy and undeploy daytrader when the geronimo home is e:\program files\geronimo-1.0-M5. Can

Re: [jira] Commented: (GERONIMO-1062) OpenEJB client leaks memory on each JNDI lookup. Get OutOfMemoryException after a few thousand lookups

2005-10-20 Thread Kevan Miller
Hi John,You're correct. I have an OpenEJB patch which creates a ClassLoader per Proxy creation in the OpenEJB client. This ClassLoader and the dynamically generated classes can then be GCed when no longer in use. With this patch, your test runs to completion (100,000 iterations) with no

Re: [jira] Commented: (GERONIMO-1062) OpenEJB client leaks memory on each JNDI lookup. Get OutOfMemoryException after a few thousand lookups

2005-10-20 Thread David Jencks
On Oct 20, 2005, at 2:45 PM, Kevan Miller wrote: Hi John, You're correct. I have an OpenEJB patch which creates a ClassLoader per Proxy creation in the OpenEJB client. This ClassLoader and the dynamically generated classes can then be GCed when no longer in use. With this patch, your

Re: [jira] Commented: (GERONIMO-1062) OpenEJB client leaks memory on each JNDI lookup. Get OutOfMemoryException after a few thousand lookups

2005-10-20 Thread Dain Sundstrom
I'd start by trying the newest version of cglib. IIRC there were some bugs in this area that they recently fixed. -dain On Oct 20, 2005, at 3:08 PM, David Jencks wrote: On Oct 20, 2005, at 2:45 PM, Kevan Miller wrote: Hi John, You're correct. I have an OpenEJB patch which creates a

[jira] Assigned: (GERONIMO-1089) Deployer failed to deploy certain applications if geronimo is installed to a directory that has space

2005-10-20 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1089?page=all ] Matt Hogstrom reassigned GERONIMO-1089: --- Assign To: Matt Hogstrom Deployer failed to deploy certain applications if geronimo is installed to a directory that has space

[jira] Closed: (GERONIMO-1089) Deployer failed to deploy certain applications if geronimo is installed to a directory that has space

2005-10-20 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1089?page=all ] Matt Hogstrom closed GERONIMO-1089: --- Resolution: Fixed [EMAIL PROTECTED]:~/dev/geronimo/modules svn commit -m GERONIMO-1089 - applied patch to correct problem with spaces in dir

Re: [Daytrader] Converting to Maven 2

2005-10-20 Thread Matt Hogstrom
I was referring to updating the artifacts themselves like daytrader-plan.xml, application.xml, etc. Vincent Massol wrote: -Original Message- From: Matt Hogstrom [mailto:[EMAIL PROTECTED] Sent: jeudi 20 octobre 2005 21:25 To: dev@geronimo.apache.org Subject: Re: [Daytrader] Converting