[jira] Commented: (GERONIMO-4900) MissingDependencyException while deploying EAR in Clustering Environment

2009-10-17 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12766976#action_12766976 ] Gianny Damour commented on GERONIMO-4900: - Hi Ashish, this looks fine. What

[jira] Commented: (GERONIMO-4900) MissingDependencyException while deploying EAR in Clustering Environment

2009-10-12 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12764643#action_12764643 ] Gianny Damour commented on GERONIMO-4900: - This problem is due

Re: using wadi with tomcat web app in an ear

2009-10-12 Thread Gianny Damour
On Tue, Jul 8, 2008 at 6:21 PM, Jason Warner jaw...@gmail.com wrote: Fantastic, Gianny. Thanks for looking into this! On Mon, Jul 7, 2008 at 9:19 PM, Gianny Damour gianny.dam...@optusnet.com.au wrote: Hello Jason, I had a quick look and identified the problem. I will check-in a fix during

Trunk Build Error - geronimo-jetty7-jee5 assembly?

2009-09-05 Thread Gianny Damour
Hi, I am not able to build the geronimo-jetty7-jee5 assembly due to the following error: [java] Exception in thread main java.lang.NoSuchMethodError: org.apache.xalan.transformer.SerializerSwitcher.switchSerializerIfHTML

Re: Duplicate clustername value sets in config-subsititions file

2009-07-09 Thread Gianny Damour
can deploy a clustered application to a farm to increase service resiliency if necessary. Thanks, Gianny On 09/07/2009, at 12:49 PM, Rex Wang wrote: well, Gianny, is a server farm not a type of cluster? -Rex 2009/7/8 Gianny Damour gianny.dam...@optusnet.com.au Hi, It seems to me

Re: Duplicate clustername value sets in config-subsititions file

2009-07-08 Thread Gianny Damour
Hi, It seems to me that farmName would be better than farmingClusterName as there is a clear distinction between a farm and a cluster. Thanks, Gianny On 06/07/2009, at 7:47 PM, chi runhua wrote: Hi all, I just noticed there are 2 pairs of clusterName=CLUSTER_NAME in

Re: Web app clustering with WADI in Geronimo Tomcat 2.1.4 broken?

2009-07-08 Thread Gianny Damour
question, is there any reason that the schema file !-- @page { size: 8.5in 11in; margin: 0.79in } P { margin-bottom: 0.08in } -- (ie. geronimo-tomcat-clustering-wadi-X.xsd ) was not extracted to geronimo_home/schema after build. Thanks. Jeff C On Tue, Jul 7, 2009 at 6:58 PM, Gianny Damour

Re: Web app clustering with WADI in Geronimo Tomcat 2.1.4 broken?

2009-07-07 Thread Gianny Damour
Hi Vamsi, In the case of tomcat, you need to use the node tomcat-clustering-wadi / instead of clustering-wadi / I wonder if it would not be better to uniformise node names across Jetty and Tomcat to prevent confusion. Thanks, Gianny On 07/07/2009, at 4:57 PM, Vamsavardhana Reddy wrote:

Re: Are these hardcodeed user/pass/host/port in plan.xml of farming correct ?

2009-06-19 Thread Gianny Damour
not be in config- substitutions.properties. But I do think they should be exposed in config.xml so that the user can change them when he change the user/password of server. On Mon, Jun 15, 2009 at 6:50 PM, Gianny Damour gianny.dam...@optusnet.com.au wrote: Hi Shawn, username, password

Re: Are these hardcodeed user/pass/host/port in plan.xml of farming correct ?

2009-06-15 Thread Gianny Damour
Hi Shawn, username, password and host should not be in config- substitutions.properties. port is the only candidate and should be set to ${NamingPort + PortOffset} Thanks, Gianny On 15/06/2009, at 6:14 PM, Shawn Jiang wrote: In

[jira] Resolved: (GERONIMO-4626) Tomcat Clustering with WADI - JSESSIONID with jvmRoute to support mod_jk routing

2009-05-16 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour resolved GERONIMO-4626. - Resolution: Fixed Fix Version/s: (was: 2.2) Fix has been checked

[jira] Created: (GERONIMO-4626) Tomcat Clustering with WADI - JSESSIONID with jvmRoute to support mod_jk routing

2009-05-14 Thread Gianny Damour (JIRA)
: Geronimo Issue Type: Improvement Security Level: public (Regular issues) Components: Clustering Affects Versions: 2.1.4 Reporter: Gianny Damour Assignee: Gianny Damour It is not possible to fulfill session affinity with Apache mod_jk as the value

Re: Whence the geronimo kernel?

2009-04-08 Thread Gianny Damour
On 08/04/2009, at 5:10 PM, David Jencks wrote: On Apr 7, 2009, at 1:46 AM, Gianny Damour wrote: On 07/04/2009, at 4:00 AM, David Jencks wrote: There are two things that worry me about this. 1. IIUC whenever you include a jar in a configuration all the configuration's parents get added

Re: Whence the geronimo kernel?

2009-04-07 Thread Gianny Damour
On 07/04/2009, at 4:00 AM, David Jencks wrote: There are two things that worry me about this. 1. IIUC whenever you include a jar in a configuration all the configuration's parents get added as parents to the jar's global classloader, in this code in MultiParentClassLoader2:

Re: First step towards making kernel more classloader-agnostic

2009-03-19 Thread Gianny Damour
Hi, Those are great changes to merge. Well, the xbean-naming comment could be improved thought :) Thanks, Gianny On 18/03/2009, at 9:47 PM, Gianny Damour wrote: On 18/03/2009, at 6:24 PM, David Jencks wrote: After more work than I expected I have the server running with Configuration

Re: First step towards making kernel more classloader-agnostic

2009-03-18 Thread Gianny Damour
On 18/03/2009, at 6:24 PM, David Jencks wrote: After more work than I expected I have the server running with Configuration being basically a pojo rather than constructing the classloaders itself in its constructor. I commited my current work in sandbox/djencks/framework together with a

[jira] Created: (GERONIMO-4590) One ClassLoader per Jar Model

2009-03-17 Thread Gianny Damour (JIRA)
) Components: kernel Affects Versions: 2.1.3 Reporter: Gianny Damour Assignee: Gianny Damour As discussed on @dev, to reduce the number of ClassCastExceptions caused by collaborating configurations importing the same dependencies, the classloading design can be improved

[jira] Updated: (GERONIMO-4590) One ClassLoader per Jar Model

2009-03-17 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour updated GERONIMO-4590: Attachment: additional-maven-dependencies.jar OneClassLoaderPerJar.txt

Re: Whence the geronimo kernel?

2009-03-17 Thread Gianny Damour
On 13/03/2009, at 6:44 PM, David Jencks wrote: On Mar 12, 2009, at 10:02 AM, David Jencks wrote: On Mar 12, 2009, at 3:25 AM, Gianny Damour wrote: On 12/03/2009, at 4:29 AM, David Jencks wrote: I think I probably have the most experience with classloading problems in geronimo

Re: Whence the geronimo kernel?

2009-03-12 Thread Gianny Damour
On 12/03/2009, at 4:29 AM, David Jencks wrote: On Mar 11, 2009, at 1:46 AM, Gianny Damour wrote: Hi, So let's agree to disagree for now. This may be related to my personal way of comparing stuff which is pretty much limited to: 1. understand what the requirements are. 2. understand how

Re: Whence the geronimo kernel?

2009-03-12 Thread Gianny Damour
On 12/03/2009, at 5:26 AM, David Jencks wrote: On Mar 11, 2009, at 12:57 AM, Gianny Damour wrote: Hi, FWIW, I believe that improving the configuration style to simplify the means of creating a bunch of objects in the kernel has more benefits than swapping the classloading infra

Re: Whence the geronimo kernel?

2009-03-11 Thread Gianny Damour
Hi, FWIW, I believe that improving the configuration style to simplify the means of creating a bunch of objects in the kernel has more benefits than swapping the classloading infra. On paper OSGi may appear as superior from a classloading isolation perspective; however, I believe the

Re: Whence the geronimo kernel?

2009-03-11 Thread Gianny Damour
issue and switching is not going to resolve problems. Thanks, Gianny On 11/03/2009, at 7:11 PM, Guillaume Nodet wrote: On Wed, Mar 11, 2009 at 08:57, Gianny Damour gianny.dam...@optusnet.com.au wrote: Hi, FWIW, I believe that improving the configuration style to simplify the means

[jira] Commented: (GERONIMO-4579) There are errors during zip file extracted on Linux OS using farm clustering

2009-03-10 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12680397#action_12680397 ] Gianny Damour commented on GERONIMO-4579: - I do not understand what you mean

Heads-up - Clustered OpenJPA DataCache implementation with wadi-cache

2009-03-07 Thread Gianny Damour
Hi, I have been working on an implementation of the DataCache API based on wadi-cache, a distributed, replicated and transaction cache. The implementation can be found there: https://svn.codehaus.org/wadi/trunk/wadi/wadi-cache-openjpa/src/main/

[jira] Closed: (GERONIMO-4556) Farm deployment of configurations using JNDI resource references does not work

2009-03-01 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour closed GERONIMO-4556. --- Resolution: Fixed Fix Version/s: 2.1.4 Farmed modules are no more renamed

[jira] Created: (GERONIMO-4556) Farm deployment of configurations using JNDI resource references does not work

2009-02-26 Thread Gianny Damour (JIRA)
: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: deployment Affects Versions: 2.1.3 Reporter: Gianny Damour Due to the transformation of the name of a configuration when it is distributed to a server farm (i.e. the _G_SLAVE suffix

[jira] Updated: (GERONIMO-4556) Farm deployment of configurations using JNDI resource references does not work

2009-02-26 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour updated GERONIMO-4556: Description: Due to the transformation of the name of a configuration when

[jira] Assigned: (GERONIMO-4556) Farm deployment of configurations using JNDI resource references does not work

2009-02-26 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour reassigned GERONIMO-4556: --- Assignee: Gianny Damour Farm deployment of configurations using JNDI resource

Re: [VOTE] Use apache's nexus for release and snapshot staging and deployment

2009-02-17 Thread Gianny Damour
+1 Gianny On 18/02/2009, at 6:17 AM, David Jencks wrote: Last week I noted that there's an apache nexus installation that we can use for staging and deployment... https://issues.apache.org/ jira/browse/INFRA-1896 They suggest a vote on this, so here goes. Lets ask sonatype/infra to move

Re: Pulling Geronimo Configuration

2009-02-12 Thread Gianny Damour
On 12/02/2009, at 9:46 AM, David Jencks wrote: I think it would be great to get node discovery based on WADI working. Unfortunately I was in too much of a hurry when I implemented the plugin based farming to look into how to do this. Where is your ejb client failover code? Hi David,

Re: Pulling Geronimo Configuration

2009-02-11 Thread Gianny Damour
On 12/02/2009, at 6:08 AM, Chance Yeoman wrote: On Feb 11, 2009, at 9:32 AM, Chance Yeoman wrote: Thank you for information, My understanding of the plugin-based farming is incomplete as well. From the Geronimo 2.1 documentation of plugin-based farming, it did not seem as if node server

Application client module - JPA

2009-01-25 Thread Gianny Damour
Hi, I am working on a cache implementation for OpenJPA using wadi-cache (clustered, replicated and transactional cache implementation) and I am facing a problem when starting an app-client module using JPA. The root cause is: org.apache.geronimo.gbean.InvalidConfigurationException: Could

Re: Application client module - JPA

2009-01-25 Thread Gianny Damour
Hi, I believe this was a typo and I added back geronimo-persistence-jpa. Thanks, Gianny On 26/01/2009, at 10:26 AM, Gianny Damour wrote: Hi, I am working on a cache implementation for OpenJPA using wadi-cache (clustered, replicated and transactional cache implementation) and I am facing

Dual ActiveMQ configuration style [WAS: Add tomcat-specific configuration]

2009-01-14 Thread Gianny Damour
Hi David, Your post is opportunistic for me to raise some concerns on dual configuration style, one via GBean and another one via the native configuration mechanism, which may cause trouble to users. No more than a couple of hours ago, I was trying to make sense of a port conflict

[jira] Commented: (GERONIMO-4508) Spring AOP AspectJ conflict when using Apache CXF

2009-01-13 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12663467#action_12663467 ] Gianny Damour commented on GERONIMO-4508: - Hi Kevan, This is a recurrent

Re: svn commit: r712326 - in /geronimo/server/trunk: framework/modules/geronimo-kernel/src/main/java/org/apache/geronimo/kernel/classloader/ framework/modules/geronimo-kernel/src/main/java/org/apache/

2008-11-20 Thread Gianny Damour
MPCL.getResource rather than super.getResource? I guess the other possibility is that the parent isn't what I think it should be ... still investigating. Joe Joe Bohn wrote: Gianny Damour wrote: On 19/11/2008, at 5:19 AM, Joe Bohn wrote: Joe Bohn wrote: Just a heads up that I *think* there are still

Re: Dynamically adding ModuleBuilderExtensions and NamingBuilders

2008-11-14 Thread Gianny Damour
/reference /gbean On Thu, Nov 13, 2008 at 4:10 PM, Gianny Damour [EMAIL PROTECTED] wrote: On 13/11/2008, at 10:08 AM, David Jencks wrote: On Nov 12, 2008, at 1:07 PM, Vamsavardhana Reddy wrote: As part of deploying SCA enhanced Web Applications in Geronimo with Tuscany Plugin, I

Re: 2.2 (trunk) bucket-o-snapshots

2008-11-14 Thread Gianny Damour
On 13/11/2008, at 5:13 AM, Joe Bohn wrote: Gianny Damour wrote: On 12/11/2008, at 10:04 AM, Joe Bohn wrote: It has been mentioned several times that we should be looking to release Geronimo 2.2 before the end of the year (preferrably mid- December). Before we can consider a release

Re: Dynamically adding ModuleBuilderExtensions and NamingBuilders

2008-11-14 Thread Gianny Damour
On 15/11/2008, at 5:08 AM, David Jencks wrote: On Nov 14, 2008, at 12:40 AM, Gianny Damour wrote: Hi, The definition of mark-up interfaces may require the definition of a specific mark-up interface for each deployer type. For instance, a MBE may be specific to Tomcat and not to Jetty

Re: Dynamically adding ModuleBuilderExtensions and NamingBuilders

2008-11-13 Thread Gianny Damour
On 13/11/2008, at 10:08 AM, David Jencks wrote: On Nov 12, 2008, at 1:07 PM, Vamsavardhana Reddy wrote: As part of deploying SCA enhanced Web Applications in Geronimo with Tuscany Plugin, I am looking to add a ModuleBuilderExtension (MBE) to TomcatModuleBuilder and a NamingBuilder. The

Re: svn commit: r713680 - in /geronimo/server/trunk/framework/modules: geronimo-service-builder/src/main/java/org/apache/geronimo/deployment/service/ geronimo-service-builder/src/main/xsd/ geronimo-se

2008-11-13 Thread Gianny Damour
Hi, The feature is still available. However we do not provide a XML configuration style for it. We only provide a script configuration style. For instance, by dropping a file named: DependenciesPrivateClass.groovy in the folder of the plugin to update and with a content looking like Set

Re: 2.2 (trunk) bucket-o-snapshots

2008-11-12 Thread Gianny Damour
On 12/11/2008, at 10:04 AM, Joe Bohn wrote: It has been mentioned several times that we should be looking to release Geronimo 2.2 before the end of the year (preferrably mid- December). Before we can consider a release there are a large number of snapshots that need to be

[jira] Updated: (GERONIMO-4400) Improve error message of DependencyChangeMojo

2008-11-07 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour updated GERONIMO-4400: Component/s: buildsystem Affects Version/s: 2.1.3 Fix Version/s: 2.2

[jira] Assigned: (GERONIMO-4399) GBean Annotations are not supported for GBeans declared in XML configuration

2008-11-07 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour reassigned GERONIMO-4399: --- Assignee: Gianny Damour GBean Annotations are not supported for GBeans declared

[jira] Assigned: (GERONIMO-4400) Improve error message of DependencyChangeMojo

2008-11-07 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour reassigned GERONIMO-4400: --- Assignee: Gianny Damour Improve error message of DependencyChangeMojo

[jira] Created: (GERONIMO-4399) GBean Annotations are not supported for GBeans declared in XML configuration

2008-11-07 Thread Gianny Damour (JIRA)
Issue Type: Bug Security Level: public (Regular issues) Components: kernel Affects Versions: 2.1.3 Reporter: Gianny Damour Fix For: 2.2 It is not possible to declare a GBean using the annotation base configuration style in any DDs

[jira] Created: (GERONIMO-4400) Improve error message of DependencyChangeMojo

2008-11-07 Thread Gianny Damour (JIRA)
(Regular issues) Reporter: Gianny Damour When dependencies change, it would be great to have an error message providing some basic instructions on how to proceed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (GERONIMO-4401) Extension of configuration dependencies and gbeans via Groovy scripts

2008-11-07 Thread Gianny Damour (JIRA)
Type: New Feature Security Level: public (Regular issues) Components: kernel Affects Versions: 2.1.3 Reporter: Gianny Damour Assignee: Gianny Damour Fix For: 2.2 When a configuration is started, we should provide a way to modify dependencies

[jira] Created: (GERONIMO-4403) Provide a mechanism to hide specific classes of a configuration to all its children

2008-11-07 Thread Gianny Damour (JIRA)
Project: Geronimo Issue Type: New Feature Security Level: public (Regular issues) Components: kernel Affects Versions: 2.1.3 Reporter: Gianny Damour Assignee: Gianny Damour Fix For: 2.2 When a configuration uses a commonly used

Re: An idea for defining custom valves in config.xml

2008-11-07 Thread Gianny Damour
if you need any help testing or coding any of this. As I said, I'm not too familiar with the classloader, but if I flop around in the code enough I might be able to make a few small waves ;) Thanks! On Tue, Oct 28, 2008 at 4:53 PM, Gianny Damour [EMAIL PROTECTED] wrote: Hi Jason

[jira] Closed: (GERONIMO-4403) Provide a mechanism to hide specific classes of a configuration to all its children

2008-11-07 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour closed GERONIMO-4403. --- Resolution: Fixed Feature checked-in. Provide a mechanism to hide specific classes

[jira] Closed: (GERONIMO-4401) Extension of configuration dependencies and gbeans via Groovy scripts

2008-11-07 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour closed GERONIMO-4401. --- Resolution: Fixed Feature checked-in. Extension of configuration dependencies

[jira] Closed: (GERONIMO-4399) GBean Annotations are not supported for GBeans declared in XML configuration

2008-11-07 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour closed GERONIMO-4399. --- Resolution: Fixed This is now fixed. GBean Annotations are not supported for GBeans

[jira] Closed: (GERONIMO-4400) Improve error message of DependencyChangeMojo

2008-11-07 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour closed GERONIMO-4400. --- Resolution: Fixed This is now implemented. Improve error message

[jira] Closed: (GERONIMO-710) Generating DDLs for CMP deployment

2008-11-07 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour closed GERONIMO-710. -- Resolution: Won't Fix superseded. Generating DDLs for CMP deployment

[jira] Closed: (GERONIMO-1668) Support of dynamic EJBQL queries

2008-11-07 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour closed GERONIMO-1668. --- Resolution: Won't Fix Superseded Support of dynamic EJBQL queries

[jira] Closed: (GERONIMO-1081) CMP create causes update SQL too

2008-11-07 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour closed GERONIMO-1081. --- Resolution: Won't Fix Superseded CMP create causes update SQL too

[jira] Closed: (GERONIMO-1374) Open EJB does not allow the setting of a ForiegnKey that is involved in a CMR relationship

2008-11-07 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour closed GERONIMO-1374. --- Resolution: Won't Fix Superseded Open EJB does not allow the setting of a ForiegnKey

[jira] Closed: (GERONIMO-601) Reverse context identifier transformations when possible

2008-11-07 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour closed GERONIMO-601. -- Resolution: Won't Fix Superseded. Reverse context identifier transformations when possible

[jira] Closed: (GERONIMO-2928) PersistenceUnit located in the EAR library directory is not yet implemented

2008-11-07 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour closed GERONIMO-2928. --- Resolution: Fixed Has been fixed a while back. PersistenceUnit located in the EAR

Re: An idea for defining custom valves in config.xml

2008-10-28 Thread Gianny Damour
, 2008 at 8:11 PM, Gianny Damour [EMAIL PROTECTED] wrote: Hi, I am proposing the following implementation to start with: 1. In the META-INF folder of a config, we scan for files matching the patterns dependencies-(.*).groovy and extentions-(.*).groovy. 2. We execute the scripts dependencies

xbean-3.5-SNAPSHOT problem

2008-10-24 Thread Gianny Damour
Hi, I am not able to build trunk due to xbean-3.5-SNAPSHOT being missing from the apache.snapshots Maven repo: http://people.apache.org/repo/ m2-snapshot-repository/org/apache/xbean/ Snapshots have been deployed to this repo on Oct 23rd. Any ideas? Thanks, Gianny

Re: An idea for defining custom valves in config.xml

2008-10-17 Thread Gianny Damour
it be as simple as a definition in config.xml? On Thu, Oct 16, 2008 at 4:08 AM, Gianny Damour [EMAIL PROTECTED] wrote: Hi David, You are correct: the underpinning philosophy of these approaches is to make it easier to modify pre-canned plugins through extension points. This may be a good

Re: Grails, JRuby on Rails, etc... scripting languages/environments and Geronimo integration

2008-10-17 Thread Gianny Damour
On 17/10/2008, at 12:42 AM, Joe Bohn wrote: Gianny Damour wrote: Hi, I also do not see a lot of room for improvement in Grails integration. FWIW, in addition to the sample Grails application of the IBM article, the WADI administration console, a Grails Web- app, can be deployed out

Re: An idea for defining custom valves in config.xml

2008-10-16 Thread Gianny Damour
next week but might keep thinking about this anyway. thanks! david jencks On Oct 15, 2008, at 3:46 AM, Gianny Damour wrote: On 15/10/2008, at 4:16 AM, David Jencks wrote: That's one of the main missing bits of functionality. Right now the only way to get the g-p.xml is to use c-m-p

Re: An idea for defining custom valves in config.xml

2008-10-15 Thread Gianny Damour
On 15/10/2008, at 4:16 AM, David Jencks wrote: That's one of the main missing bits of functionality. Right now the only way to get the g-p.xml is to use c-m-p or to export the plugin from a server it's been deployed into, or to do something by hand with jar packing and unpacking. The

Re: Grails, JRuby on Rails, etc... scripting languages/environments and Geronimo integration

2008-10-10 Thread Gianny Damour
Hi, I also do not see a lot of room for improvement in Grails integration. FWIW, in addition to the sample Grails application of the IBM article, the WADI administration console, a Grails Web-app, can be deployed out-of-the-box to Geronimo to introspect WADI clusters. I believe there is

Re: Grails, JRuby on Rails, etc... scripting languages/environments and Geronimo integration

2008-10-10 Thread Gianny Damour
Great! It seems that it is not yet enabled thought. Thanks, Gianny On 11/10/2008, at 4:34 PM, Jason Dillon wrote: On Oct 11, 2008, at 7:07 AM, Gianny Damour wrote: I also do not see a lot of room for improvement in Grails integration. FWIW, in addition to the sample Grails application

[jira] Updated: (GERONIMO-4299) Session invalidation problem - WADI Tomcat Clustering

2008-09-11 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour updated GERONIMO-4299: Attachment: fixWADITomcatIntegration.patch Session invalidation problem - WADI Tomcat

[jira] Created: (GERONIMO-4299) Session invalidation problem - WADI Tomcat Clustering

2008-09-11 Thread Gianny Damour (JIRA)
: public (Regular issues) Components: Clustering Affects Versions: 2.1.2 Reporter: Gianny Damour Attachments: fixWADITomcatIntegration.patch Session invalidation fails with an IllegalStateException for WADI clustered Tomcat applications. -- This message

Re: svn commit: r686040 - /geronimo/server/trunk/pom.xml

2008-08-14 Thread Gianny Damour
My bad, I was so used to release milestone releases that when I published 2.0 I simply forgot to move the snapshot version of WADI to 2.1. I am publishing 2.1-SNAPSHOT right now. Thanks, Gianny On 15/08/2008, at 7:34 AM, Jacek Laskowski wrote: On Thu, Aug 14, 2008 at 10:54 PM, [EMAIL

Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread Gianny Damour
+1 Thanks, Gianny On 31/07/2008, at 12:52 PM, Joe Bohn wrote: All, I've prepared a release candidate of Geronimo Server 2.1.2 for your review and vote. The source for the Geronimo Server 2.1.2 release currently resides here: https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

Re: Liferay as a Geronimo Plugin

2008-07-16 Thread Gianny Damour
On 14/07/2008, at 5:17 PM, Peter Petersson wrote: Gianny Damour wrote: Hello Peter, This is great news for Liferay developers! IMHO, one of the pain points with Liferay development is the time it takes to build, pack and deploy a WAR to Liferay. Even if Liferay is not so bad

Re: Liferay as a Geronimo Plugin

2008-07-13 Thread Gianny Damour
Hello Peter, This is great news for Liferay developers! IMHO, one of the pain points with Liferay development is the time it takes to build, pack and deploy a WAR to Liferay. Even if Liferay is not so bad on this front when compared with other portals, a typical build-deploy-test cycle is

[jira] Created: (GERONIMO-4185) Cannot deployed WADI clustered Jetty and Tomcat Web applications within an EAR

2008-07-07 Thread Gianny Damour (JIRA)
: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: Clustering Affects Versions: 2.1.1 Reporter: Gianny Damour Fix For: 2.1.2 -- This message is automatically generated by JIRA. - You can reply to this email to add

[jira] Closed: (GERONIMO-4185) Cannot deployed WADI clustered Jetty and Tomcat Web applications within an EAR

2008-07-07 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour closed GERONIMO-4185. --- Resolution: Fixed Now fixed. Cannot deployed WADI clustered Jetty and Tomcat Web

Re: tomcat6 and wadi-clustering configuration classloader clashes

2008-07-06 Thread Gianny Damour
solution, which is backward compatible: I simply added a tomcat6-no-ha that hides the Tribes classes and upon deployment of WADI clustered applications I replace tomcat6 with tomcat6-no-ha, which avoids the identified classloader clashes. Thanks, Gianny On 03/07/2008, at 7:10 PM, Gianny Damour

Re: Geronimo v2.2 discussion

2008-07-06 Thread Gianny Damour
On 06/07/2008, at 7:16 AM, Kevan Miller wrote: ... The following are a mix of features that have been discussed previously, by me and others, and a few new brainstorming ideas. I've placed in categories, to help me think about them... ... Potential new function: - XML-based

tomcat6 and wadi-clustering configuration classloader clashes

2008-07-03 Thread Gianny Damour
Hello, I am back from holiday; A quick scan of the mailing lists tells me that the upgrade to WADI 2.0 is causing classloader clashes. As identified by Jason W. and Kevan, a Tribes class is loaded by two distinct classloaders (tomcat6 and wadi-clustering configuration classloaders),

Re: [VOTE] ASF hosted machines for TCK Proposal

2008-05-20 Thread Gianny Damour
+1 I hope that the ASF Infrastructure Team has a good idea of the type of rather heavyweight testing involved by the TCK to warrant such a configuration. Thanks, Gianny On 20/05/2008, at 10:22 PM, Joe Bohn wrote: If we are to take this proposal forward to the ASF Infrastructure team,

Re: Google Analytics

2008-05-16 Thread Gianny Damour
Hello, Can someone add me? gianny.damour at gmail.com Thanks, Gianny On 15/05/2008, at 4:32 PM, David Blevins wrote: Setup google analytics on all our spaces and added everyone who's a committer who I could easily find a gmail address for. [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL

[jira] Commented: (GERONIMO-3993) Server fails to relaunch after deploying an application to a WADI cluster

2008-05-14 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12596953#action_12596953 ] Gianny Damour commented on GERONIMO-3993: - Hello Joe, it is quite easy

[jira] Updated: (GERONIMO-3993) Server fails to relaunch after deploying an application to a WADI cluster

2008-05-14 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour updated GERONIMO-3993: Component/s: (was: Clustering) startup/shutdown Move to startup

Re: No longer provide gshell command execute-alias in Geronimo v2.1.2?

2008-05-07 Thread Gianny Damour
, Gianny Damour / [EMAIL PROTECTED]/* wrote: From: Gianny Damour [EMAIL PROTECTED] Subject: Re: No longer provide gshell command execute-alias in Geronimo v2.1.2? To: dev@geronimo.apache.org Date: Tuesday, May 6, 2008, 2:32 AM Hello Yun Feng, Are you currently using

Re: svn commit: r653620 - /geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88/src/main/java/org/apache/geronimo/deployment/plugin/jmx/RemoteDeploymentManager.java

2008-05-06 Thread Gianny Damour
Hi, It would be preferable to have tests instead of in-lined comments. Thanks, Gianny On 06/05/2008, at 8:46 AM, [EMAIL PROTECTED] wrote: Author: gawor Date: Mon May 5 15:46:11 2008 New Revision: 653620 URL: http://svn.apache.org/viewvc?rev=653620view=rev Log: pass the right filename when

Re: No longer provide gshell command execute-alias in Geronimo v2.1.2?

2008-05-06 Thread Gianny Damour
Hello Yun Feng, Are you currently using the execute-alias command? If yes, then Jason you will have to plug-in native gshell support before 2.1.2. Thanks, Gianny On 06/05/2008, at 7:25 PM, Jason Dillon wrote: Aliases where never intended to be invoked via a command, instead alias, as

Re: [YOKO][DISCUSS] Time to create a 1.0 release?

2008-05-02 Thread Gianny Damour
Hello Rick, Sorry, this is not directly related to your question. What kind of integration with ObjectGrid have you been working on? FWIW, I am working on a hierarchical, transactional, distributed, partitioned and replicated cache and data-grid solution as part of WADI and I am quite

[jira] Assigned: (GERONIMO-3993) Server fails to relaunch after deploying an application to a WADI cluster

2008-04-29 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour reassigned GERONIMO-3993: --- Assignee: Gianny Damour Server fails to relaunch after deploying an application

[jira] Closed: (GERONIMO-3991) Can not undeploy an application deployed in a WADI cluster via Admin Console

2008-04-28 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour closed GERONIMO-3991. --- Resolution: Won't Fix Fix Version/s: (was: 2.1.x) Assignee: YunFeng Ma

[jira] Created: (GERONIMO-3989) gshell - infinite loop

2008-04-27 Thread Gianny Damour (JIRA)
Reporter: Gianny Damour Priority: Critical There is an infinite (exception?) loop problem with gshell where the exception below is raised and not properly handled. {code} 18:47:22,314 DEBUG (main) [org.apache.geronimo.gshell.console.JLineConsole] Work failed: java.io.IOException

Re: svn commit: r651912 - in /geronimo/server/trunk/framework/modules/geronimo-naming/src/main/java/org/apache/geronimo/gjndi: KernelContextGBean.java binding/GBeanBinding.java binding/GBeanFormatBind

2008-04-27 Thread Gianny Damour
The same goes for many many logs no? Thanks, Gianny On 27/04/2008, at 8:20 PM, [EMAIL PROTECTED] wrote: Author: jdillon Date: Sun Apr 27 03:20:35 2008 New Revision: 651912 URL: http://svn.apache.org/viewvc?rev=651912view=rev Log: Make loggers static again Modified:

Re: [VOTE] Geronimo Server 2.1.1 Release - RC2

2008-04-26 Thread Gianny Damour
+1 Thanks, Gianny On 24/04/2008, at 9:41 PM, Joe Bohn wrote: All, I've prepared a second release candidate of Geronimo Server 2.1.1 for your review and vote. The source for the Geronimo Server 2.1.1 release currently resides here:

Re: svn commit: r650430 - in /geronimo/server/trunk/plugins/clustering/farming: pom.xml src/main/plan/plan.xml

2008-04-26 Thread Gianny Damour
No. Thanks, Gianny On 24/04/2008, at 2:11 AM, Donald Woods wrote: Is this needed as part of the fix for GERONIMO-3970? -Donald [EMAIL PROTECTED] wrote: Author: gdamour Date: Tue Apr 22 02:46:42 2008 New Revision: 650430 URL: http://svn.apache.org/viewvc?rev=650430view=rev Log: Move

Re: svn commit: r600872 - in /geronimo/server/trunk: ./ assemblies/geronimo-boilerplate-minimal/ assemblies/geronimo-boilerplate-minimal/src/main/assembly/ assemblies/geronimo-boilerplate-minimal/src/

2008-04-26 Thread Gianny Damour
On 23/04/2008, at 4:21 PM, Jason Dillon wrote: Test is there: org.apache.geronimo.commands.RemoteServerControlCommandTest Documentation, talking about use-cases, would have been coming this week-end (I slowly started posting docos two weeks ago with farming followed by WADI

[jira] Commented: (GERONIMO-3982) WADI cluster fails to distribute the installed application to all the nodes in the same cluster

2008-04-22 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12591304#action_12591304 ] Gianny Damour commented on GERONIMO-3982: - Hello, WADI is not involved at all

Re: branches/2.1.1 in prep for a 2.1.1 release

2008-04-21 Thread Gianny Damour
Hi, I would like to port the change set -r 650083:650084 https:// svn.apache.org/repos/asf/geronimo/server/trunk to 2.1.1. This is a very minor change. If no one object, I will check-in in 24 hours. Thanks, Gianny On 15/04/2008, at 4:20 AM, Joe Bohn wrote: I'd like to branch later today

[jira] Assigned: (GERONIMO-3970) Fail to delploy a web application to a WADI cluster

2008-04-21 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianny Damour reassigned GERONIMO-3970: --- Assignee: Gianny Damour Fail to delploy a web application to a WADI cluster

[jira] Commented: (GERONIMO-3970) Fail to delploy a web application to a WADI cluster

2008-04-21 Thread Gianny Damour (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12590877#action_12590877 ] Gianny Damour commented on GERONIMO-3970: - Hello, This is a problem

Re: What is the master-* cluster-* repository stuff?

2008-04-21 Thread Gianny Damour
Hello Jason, These two folders are used by the farming feature. They are the MasterConfigurationStore and ClusterStore repositories respectively (see http://cwiki.apache.org/GMOxDOC21/farming.html for description of these two repos.) If need be, we can easily move them. Is the following

  1   2   3   4   5   6   7   >