Geronimo and Cargo: sharing code for J2EE module parsing/writing?

2005-03-15 Thread Vincent Massol
Hi Geronimo developers, I'm working on the Cargo project (http://cargo.codehaus.org) which is offering a Java API to manipulate J2EE containers (configure, start, stop, etc). As part of Cargo, we have an API for parsing and creating J2EE Archive files (WAR and EAR only ATM), including

RE: Geronimo and Cargo: sharing code for J2EE module parsing/writing?

2005-03-15 Thread Vincent Massol
, 2005 at 10:13:59AM +0100, Vincent Massol wrote: Hi Geronimo developers, I'm working on the Cargo project (http://cargo.codehaus.org) which is offering a Java API to manipulate J2EE containers (configure, start, stop, etc). As part of Cargo, we have an API for parsing and creating J2EE

RE: Geronimo and Cargo: sharing code for J2EE module parsing/writing?

2005-03-15 Thread Vincent Massol
-Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: mardi 15 mars 2005 22:31 To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: Geronimo and Cargo: sharing code for J2EE module parsing/writing? Hi David, -Original Message- From: David

RE: [jira] Updated: (GERONIMO-1381) [Daytrader] Removed unused code

2005-12-18 Thread Vincent Massol
for example: - the ejb module could create an ejb client jar - the wsappclient code required by the ejb module be moved to the ejb client jar I'll look into this later today to see what happened. Thanks -Vincent Vincent Massol (JIRA) wrote: [ http://issues.apache.org/jira/browse/GERONIMO

RE: Multiple servers sharing the same repo and config store

2006-01-30 Thread Vincent Massol
to set up multiple servers sharing the same repository and config-store, but we haven't arrived at an agreed on way to do it. We have a prospective customer for this feature (Vincent Massol with Cargo) so I'd like to move beyond thinking about it in my head, discuss it, and have someone

Knowing when G is started?

2006-01-30 Thread Vincent Massol
Hi, Is there an API that I can use from a java program to ask G whether it has finished starting? Thanks -Vincent

RE: Knowing when G is started?

2006-01-30 Thread Vincent Massol
when all configurations have started, you can check for it. This is what is being done in the eclipse plugin. You can call kernel.getAttribute(obname, kernelFullyStarted) - sachin On Jan 30, 2006, at 6:08 AM, Vincent Massol wrote: Hi

RE: Knowing when G is started?

2006-01-30 Thread Vincent Massol
Oopss that was Lacek and Sachin ;-) Sorry -Vincent From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: lundi 30 janvier 2006 15:54 To: 'dev@geronimo.apache.org' Subject: RE: Knowing when G is started? Thanks Aaron and Sachin. Ill try your suggestions. -Vincent

RE: [jira] Commented: (GERONIMO-1621) [Daytrader] TradeWSAction class is not a Servlet

2006-02-11 Thread Vincent Massol
Components: sample apps Versions: 1.0 Reporter: Vincent Massol When trying to deploy the web/ module to Jetty I'm getting the following error: Servlet class org.apache.geronimo.samples.daytrader.TradeWSAction is not a javax.servlet.Servlet Indeed, looking

RE: Multiple servers sharing the same repo and config store

2006-02-12 Thread Vincent Massol
on and off about how to set up multiple servers sharing the same repository and config-store, but we haven't arrived at an agreed on way to do it. We have a prospective customer for this feature (Vincent Massol with Cargo) so I'd like to move beyond thinking about it in my head, discuss

offline deployment with deploy distribute?

2006-02-13 Thread Vincent Massol
Hi, Still working on the G integration in Cargo. I need to find a way to deploy an archive before the container is started. I read on http://tinyurl.com/8dfxj that I should use the distribute command with the --offline option. I'm using G 1.0 and it's failing:

Cargo and G (was RE: offline deployment with deploy distribute?)

2006-02-13 Thread Vincent Massol
, can you review the JIRAs in the deployment category and see if there's one discussing offline deployment and if not add one and describe why you need it? Thanks, Aaron http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10220 On 2/13/06, Vincent Massol [EMAIL

RE: offline deployment with deploy distribute?

2006-02-13 Thread Vincent Massol
, Vincent Massol [EMAIL PROTECTED] wrote: Hi, Still working on the G integration in Cargo. I need to find a way to deploy an archive before the container is started. I read on http://tinyurl.com/8dfxj that I should use the distribute command with the --offline option. I'm using G 1.0

RE: itests subproject using M2

2006-02-13 Thread Vincent Massol
-Original Message- From: Prasad Kashyap [mailto:[EMAIL PROTECTED] Sent: lundi 13 février 2006 23:40 To: [EMAIL PROTECTED] Cc: dev@geronimo.apache.org Subject: itests subproject using M2 [snip] For now we can't use the maven-cargo-plugin (v0.7) because it doesn't support Jetty

RE: Cargo and G (was RE: offline deployment with deploy distribute?)

2006-02-13 Thread Vincent Massol
-Original Message- From: Prasad Kashyap [mailto:[EMAIL PROTECTED] Sent: lundi 13 février 2006 23:08 To: Vincent Massol Cc: dev@geronimo.apache.org Subject: Re: Cargo and G (was RE: offline deployment with deploy distribute?) Vincent, That's excellent. I guess the Container

RE: offline deployment with deploy distribute?

2006-02-15 Thread Vincent Massol
you copy it in there, only when the server starts up and attempts the deployment. Ok that explains a few things! Thanks for mentioning it. Thanks -Vincent On 2/13/06, Vincent Massol [EMAIL PROTECTED] wrote: Hi Aaron, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[Daytrader] Converting to Maven 2

2005-10-18 Thread Vincent Massol
Hi, I have discussed offline with Matt (a month or so back) who told me he'd be interested in porting the daytrader application to Maven 2. I'd like to help. My incentive is that I'd like to feature the daytrader application in a book chapter I'm writing (Maven 2 book). I've started modifying

RE: [Daytrader] Converting to Maven 2

2005-10-18 Thread Vincent Massol
-Original Message- From: Matt Hogstrom [mailto:[EMAIL PROTECTED] Sent: mardi 18 octobre 2005 15:43 To: Vincent Massol Subject: Re: [Daytrader] Converting to Maven 2 Vincent, This is great. UI'd be happy to pull your changes into the sandbox. One question I have

[Daytrader] Documentation?

2005-10-19 Thread Vincent Massol
Hi, I'm trying to find documentation on the daytrader app. I've found https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=trade6. There is a PDF in there that helps. Does someone knows how different is the daytrader to this? Has there been features removed when the app was donated

RE: [Daytrader] Converting to Maven 2

2005-10-19 Thread Vincent Massol
are of the mind to go for M2 after we get V1.0 out the door (hopefully later this year) Vincent Massol wrote: -Original Message- From: Matt Hogstrom [mailto:[EMAIL PROTECTED] Sent: mardi 18 octobre 2005 15:43 To: Vincent Massol Subject: Re: [Daytrader] Converting to Maven 2 Vincent

RE: [Daytrader] Documentation?

2005-10-19 Thread Vincent Massol
-Original Message- From: Dave Colasurdo [mailto:[EMAIL PROTECTED] Sent: mercredi 19 octobre 2005 20:40 To: dev@geronimo.apache.org Subject: Re: [Daytrader] Documentation? Vincent, We plan to setup a section of the wiki to provide/document many of the samples that will be

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

RE: [Daytrader] Converting to Maven 2

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

[Daytrader] Developers/contributors of the daytrader app?

2005-10-21 Thread Vincent Massol
Hi Matt, I'm working on the M2 POMs and I've seen you haven't filled the developers/ and contributors/ sections for the M1 POM. Do you know who we should put there? Thanks -Vincent

RE: svn commit: r326978 - in /geronimo/trunk/sandbox/daytrader/modules/wsappclient/src/images: images/ tradeLogo.gif

2005-10-22 Thread Vincent Massol
Hi Matt, I still cannot see anything in the build that will include the image in the generated wsappclient jar. Am I missing something? Thanks -Vincent -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: jeudi 20 octobre 2005 21:12 To: scm@geronimo.apache.org

RE: [Daytrader] Developers/contributors of the daytrader app?

2005-10-22 Thread Vincent Massol
wrote: There are a few: Stan Cox (Original Developer) Andrew Spyker (Added the WSAppClient) Christopher Blythe (added code to improve stability and new features) Vincent Massol wrote: Hi Matt, I'm working on the M2 POMs and I've seen you haven't filled the developers

Geronimo configuration question

2005-10-25 Thread Vincent Massol
Hi, I'd like to add support for Geronimo in Cargo (http://cargo.codehaus.org). For that I need to understand how to configure Geronimo. In cargo we have 2 notions: - Standalone Configuration: This allows the user to tell where he'd like the container to be configured and a default working

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

2005-11-21 Thread Vincent Massol (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1092?page=all ] Vincent Massol updated GERONIMO-1092: - Attachment: daytrader-vmassol3-xdocletification-ejb-lester.zip This is a patch from Lester Ecarma that modifies the ejb module to use Xdoclet. I

[jira] Created: (GERONIMO-1333) ejb module should not depend on wsappclient module

2005-12-11 Thread Vincent Massol (JIRA)
Reporter: Vincent Massol There is dependency on the wsappclient jar in the ejb module. That doesn't look right. Does it mean the wsappclient should be split into 2 modules? I haven't investigated more but it smells like a circular depdency somewhere. -- This message is automatically

[jira] Updated: (GERONIMO-1333) [Daytrader] ejb module should not depend on wsappclient module

2005-12-11 Thread Vincent Massol (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1333?page=all ] Vincent Massol updated GERONIMO-1333: - Summary: [Daytrader] ejb module should not depend on wsappclient module (was: ejb module should not depend on wsappclient module) [Daytrader

[jira] Commented: (GERONIMO-1333) [Daytrader] ejb module should not depend on wsappclient module

2005-12-13 Thread Vincent Massol (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1333?page=comments#action_12360289 ] Vincent Massol commented on GERONIMO-1333: -- I've done some more analysis. The problem comes from TradeWebSoapProxy.java in the ejb module which uses

[jira] Updated: (GERONIMO-1381) [Daytrader] Removed unused code

2005-12-18 Thread Vincent Massol (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1381?page=all ] Vincent Massol updated GERONIMO-1381: - Attachment: remove-unused-code-vmassol-20051218.patch [Daytrader] Removed unused code --- Key: GERONIMO

[jira] Created: (GERONIMO-1560) [DayTrader] EJB spec violations

2006-01-31 Thread Vincent Massol (JIRA)
[DayTrader] EJB spec violations --- Key: GERONIMO-1560 URL: http://issues.apache.org/jira/browse/GERONIMO-1560 Project: Geronimo Type: Bug Components: sample apps Reporter: Vincent Massol Just for fun I've tried to deploy

[jira] Commented: (GERONIMO-1621) [Daytrader] TradeWSAction class is not a Servlet

2006-02-12 Thread Vincent Massol (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1621?page=comments#action_12366089 ] Vincent Massol commented on GERONIMO-1621: -- Thanks Matt. I didn't know about this JSR-181. No this is different from the JBoss issue I raised. As I mentioned

[jira] Commented: (GERONIMO-1621) [Daytrader] TradeWSAction class is not a Servlet

2006-02-15 Thread Vincent Massol (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1621?page=comments#action_12366460 ] Vincent Massol commented on GERONIMO-1621: -- Matt, you can close this issue with won't fix, thanks. I got the answer from the Jetty team (Jan Bartel). Here

[jira] Created: (GERONIMO-1628) [DayTrader] Tweaks to some wsappclient client files to match the WSDL file

2006-02-15 Thread Vincent Massol (JIRA)
: sample apps Versions: 1.0.1 Reporter: Vincent Massol Tweaks to the two client files to cover the change in the generated interface, and one change in the actual method signature of an Integer to an int -- This message is automatically generated by JIRA. - If you think it was sent

[jira] Updated: (GERONIMO-1628) [DayTrader] Tweaks to some wsappclient client files to match the WSDL file

2006-02-15 Thread Vincent Massol (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1628?page=all ] Vincent Massol updated GERONIMO-1628: - Attachment: clientScenario.diff [DayTrader] Tweaks to some wsappclient client files to match the WSDL file

[jira] Updated: (GERONIMO-1628) [DayTrader] Tweaks to some wsappclient client files to match the WSDL file

2006-02-15 Thread Vincent Massol (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1628?page=all ] Vincent Massol updated GERONIMO-1628: - Attachment: clientApp.diff [DayTrader] Tweaks to some wsappclient client files to match the WSDL file

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

2005-10-19 Thread Vincent Massol (JIRA)
Create a Maven2 build for the Daytrader sample app -- Key: GERONIMO-1092 URL: http://issues.apache.org/jira/browse/GERONIMO-1092 Project: Geronimo Type: Task Components: sample apps Reporter: Vincent Massol

[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-1092) Create a Maven2 build for the Daytrader sample app

2005-10-22 Thread Vincent Massol (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1092?page=all ] Vincent Massol updated GERONIMO-1092: - Attachment: daytrader-vmassol2-new-directory-structure-with-m2-poms.zip - Modified directory structure - Added working M2 POMs and left m1 POMs