[jira] Commented: (AMQ-744) add a vmstat agent to the maven activemq performance plugin so we can track the CPU, IO, RAM use on the machine we are running the test on

2006-06-26 Thread Adrian Co (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-744?page=comments#action_36467 ] Adrian Co commented on AMQ-744: --- Ive added the vmstat plugin and this is the result it writes: cpudata index='0' r='1' b='0' w='0' swpd='48952' free='6220' inact='33244'

C++ Code to talk to ActiveMQ

2006-06-26 Thread Lalit Nagpal
Hi, I would be building a C++ layer that would talk to ActiveMQ. Can anybody guide me as to where I can get some sample C++ code with ActiveMQ. Regards Lalit Nagpal -- View this message in context: http://www.nabble.com/C%2B%2B-Code-to-talk-to-ActiveMQ-tf1853331.html#a5060078 Sent from the

Re: [RTC] m2-plugins deployment plugin: PLEASE VOTE

2006-06-26 Thread Jacek Laskowski
On 6/26/06, Prasad Kashyap [EMAIL PROTECTED] wrote: Yes modules should first be built The execeptions are caused by missing deps in the modules. Nothing to do with the deployment plugin. Almost there. I was misled by the exception wrt xmlbeans and didn't apply the patch for the missing deps.

[jira] Created: (GSHELL-26) Add custom security manager to disable dangerous things like System.exit()

2006-06-26 Thread Jason Dillon (JIRA)
Add custom security manager to disable dangerous things like System.exit() -- Key: GSHELL-26 URL: http://issues.apache.org/jira/browse/GSHELL-26 Project: GShell (Sandbox) Type: New Feature

Re: [RTC] m2-plugins deployment plugin: PLEASE VOTE

2006-06-26 Thread Aaron Mulder
I think if you try again the stax and jsr173 problems will not happen. It's only after the first clean build in an XMLBeans directory that they happen. Unfortunately, that may mean they happen on like 10 different modules. Apparently this is due to errors in the XMLBeans plugin or POM and David

Pushing the 1.1 jars out to the mirror system today

2006-06-26 Thread Matt Hogstrom
I got a bit distracted over the weekend. I'll be pushing the release out to the mirror system today and get the rest of the release work done. I'll plan to update the website tomorrow after the mirrors have had a chance to catch up. Cheers, Matt

Re: [RTC] m2-plugins deployment plugin: PLEASE VOTE

2006-06-26 Thread Jacek Laskowski
On 6/26/06, Aaron Mulder [EMAIL PROTECTED] wrote: I think if you try again the stax and jsr173 problems will not happen. It's only after the first clean build in an XMLBeans directory that they happen. Unfortunately, that may mean they happen on like 10 different modules. Apparently this is

[jira] Commented: (GERONIMO-2148) Add javamail 1.4 to geronimo specs.

2006-06-26 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2148?page=comments#action_12417752 ] Rick McGuire commented on GERONIMO-2148: Here's the original discussion thread where these changes were debated:

Re: [RTC] Removal of the javamail-transport code.

2006-06-26 Thread Rick McGuire
Alan D. Cabrera wrote: Rick McGuire wrote: Ok, on to the next phase of the javamail reorganization. This patch http://issues.apache.org/jira/browse/GERONIMO-2147 is to remove the javamail-transport module and replace it with references to the javamail-providers-1.3.1 jar file. Rick +1

[jira] Commented: (GERONIMO-2147) Remove javamail-transport from Geronimo build and replace with javamail-provider dependency.

2006-06-26 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2147?page=comments#action_12417756 ] Rick McGuire commented on GERONIMO-2147: svn diff doesn't seem to handle file/directory deletion particularly well. The net of all of the Reversed patches is

Unassigned Patches: week of 06-26-2006

2006-06-26 Thread continuum
Project: Apache Geronimo Status: Open Assignee: Unassigned Geronimo Info: Patch Available Total: 25 items DATE UPDATED KEY SUMMARY Dec 18 2005 - GERONIMO-1381 - [Daytrader] Removed unused code Dec 22 2005 - GERONIMO-1400 - modularize daytrader deployment plan Jan 3

[jira] Created: (GERONIMO-2151) geronino should ignore .DS_Store files in the deploy dir

2006-06-26 Thread Christoph Sturm (JIRA)
geronino should ignore .DS_Store files in the deploy dir Key: GERONIMO-2151 URL: http://issues.apache.org/jira/browse/GERONIMO-2151 Project: Geronimo Type: Bug Security: public (Regular issues)

[jira] Updated: (GERONIMO-2151) geronino should ignore .DS_Store files in the deploy dir

2006-06-26 Thread Christoph Sturm (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2151?page=all ] Christoph Sturm updated GERONIMO-2151: -- type: Improvement (was: Bug) oops, i created this a bug instead of improvement by mistake. sorry :) geronino should ignore .DS_Store files in

[jira] Commented: (GERONIMO-2151) geronino should ignore .DS_Store files in the deploy dir

2006-06-26 Thread Mario Ruebsam (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2151?page=comments#action_12417806 ] Mario Ruebsam commented on GERONIMO-2151: - Geronimo should igrone all files and directories starting with '.' and for some apps and compaibility issues _ in the

Re: m2 builds

2006-06-26 Thread anita kulshreshtha
This is not a requirement. There is a patch to build openejb only when necessary (comment out openejb). Once the 1.2-snapshots (geronimo and openejb) are published somewhere, we will be able to do : svn ... mvn Until then the following steps must be used - mvn -Dall=modules mvn

Re: [RTC] m2-plugins deployment plugin: PLEASE VOTE

2006-06-26 Thread anita kulshreshtha
AFAIK, maven makes sure that it has all the plugins even before sorting the projects. It can not distinguish the fact that a subset of the projects do not need the plugin. Ideally maven should distinguish between a maven plugin and other plugins. If m2 snapshots are published somewhere, it

Re: m2 migration status

2006-06-26 Thread anita kulshreshtha
These are known problems. comments inline.. --- Prasad Kashyap [EMAIL PROTECTED] wrote: I got myself a fresh clean checkout of trunk and built just the modules. I encountered the following problems - 1. The j2ee module compilation failed due to a dependency on ejb spec jar.

[jira] Created: (AMQ-776) ConduitBridge can malfunction when first of a set of consumers goes away

2006-06-26 Thread Kevin Yaussy (JIRA)
ConduitBridge can malfunction when first of a set of consumers goes away Key: AMQ-776 URL: https://issues.apache.org/activemq/browse/AMQ-776 Project: ActiveMQ Type: Bug Components: Broker

Re: geronimo services/plugins tools

2006-06-26 Thread Paul McMahan
If you haven't already you might want to look at the plugin export screen in the admin console. A similar screen for collecting the various user inputs could be provided in an eclipse based wizard. It would also be nice if a wizard could generate the static block of a gbean where the

Re: geronimo services/plugins tools

2006-06-26 Thread Sachin Patel
Thanks for your input Paul.. On Jun 26, 2006, at 10:26 AM, Paul McMahan wrote: If you haven't already you might want to look at the plugin export screen in the admin console. A similar screen for collecting the various user inputs could be provided in an eclipse based wizard. Yes,

Re: geronimo services/plugins tools

2006-06-26 Thread Dain Sundstrom
On Jun 24, 2006, at 4:10 PM, Jacek Laskowski wrote: On 6/24/06, Matt Hogstrom [EMAIL PROTECTED] wrote: Gbean wizard would be nice that provides a GBean skeleton and plan. That raises a question whether GBean skeleton/plan are required at all? Could that be worked out with annotations (and

Lets start moving to m2

2006-06-26 Thread David Jencks
Although there are still some problems (such as not running all the tests) I think we have pretty much all of the build working in m2 except for the assembly stage, due to the lack of an m2 assembly plugin. I'm not sure of the status of such a plugin, but I'd like to suggest that we try

Re: m2 builds

2006-06-26 Thread Alan D. Cabrera
What do we need to do to publish these snapshots? Regards, Alan anita kulshreshtha wrote: This is not a requirement. There is a patch to build openejb only when necessary (comment out openejb). Once the 1.2-snapshots (geronimo and openejb) are published somewhere, we will be able to

Re: Lets start moving to m2

2006-06-26 Thread Alan D. Cabrera
David Jencks wrote: Although there are still some problems (such as not running all the tests) I think we have pretty much all of the build working in m2 except for the assembly stage, due to the lack of an m2 assembly plugin. I'm not sure of the status of such a plugin, but I'd like to

Re: Lets start moving to m2

2006-06-26 Thread Paul McMahan
I'm excited about moving to m2 and have just been waiting on the green light. As I recall, Anita offered to contribute some wiki doc on building Geronimo with m2. Is that doc still on its way in or am I overlooking it? Best wishes, Paul On 6/26/06, David Jencks [EMAIL PROTECTED] wrote:

Re: Lets start moving to m2

2006-06-26 Thread Prasad Kashyap
Here's the status of the assembly plugin. The geronimo-assembly-plugin is ready and is undergoing tests. It has only 1 goal, i.e., the installConfig goal. This goal runs thro' the dependency list in the pom.xml and installs all dependencies of type car. I have attached a patch of this plugin for

Re: Lets start moving to m2

2006-06-26 Thread Prasad Kashyap
I was unable to attach the zip file of the plugin. Here's the patch. Cheers Prasad. On 6/26/06, Prasad Kashyap [EMAIL PROTECTED] wrote: Here's the status of the assembly plugin. The geronimo-assembly-plugin is ready and is undergoing tests. It has only 1 goal, i.e., the installConfig goal.

Re: Lets start moving to m2

2006-06-26 Thread Jacek Laskowski
On 6/26/06, David Jencks [EMAIL PROTECTED] wrote: Although there are still some problems (such as not running all the tests) I think we have pretty much all of the build working in m2 except for the assembly stage, due to the lack of an m2 assembly plugin. I'm not sure of the status of such a

Re: Lets start moving to m2

2006-06-26 Thread Jason Dillon
What branch is this on? IMO, the sooner we get to m2 the better. --jason On Jun 26, 2006, at 10:09 AM, David Jencks wrote: Although there are still some problems (such as not running all the tests) I think we have pretty much all of the build working in m2 except for the assembly stage,

Re: geronimo services/plugins tools

2006-06-26 Thread Jacek Laskowski
On 6/26/06, Dain Sundstrom [EMAIL PROTECTED] wrote: Yes, XBean will allow us to use just POJOs. I plan on starting the integration work as soon as I get the merged OpenEJB 2.2 code working in the TCK (hopefully today or tomorrow). Great! I was thinking about XBean while writing the email and

Re: Lets start moving to m2

2006-06-26 Thread Prasad Kashyap
The trunk Cheers Prasad On 6/26/06, Jason Dillon [EMAIL PROTECTED] wrote: What branch is this on? IMO, the sooner we get to m2 the better. --jason On Jun 26, 2006, at 10:09 AM, David Jencks wrote: Although there are still some problems (such as not running all the tests) I think we have

[jira] Closed: (GSHELL-18) New command: exec

2006-06-26 Thread Jason Dillon (JIRA)
[ http://issues.apache.org/jira/browse/GSHELL-18?page=all ] Jason Dillon closed GSHELL-18: -- Fix Version: 0.0.2 Resolution: Fixed New command: exec - Key: GSHELL-18 URL:

[jira] Created: (GSHELL-27) Exec command eats an additional char after finishing

2006-06-26 Thread Jason Dillon (JIRA)
Exec command eats an additional char after finishing Key: GSHELL-27 URL: http://issues.apache.org/jira/browse/GSHELL-27 Project: GShell (Sandbox) Type: Bug Security: public (Regular issues) Components:

[jira] Closed: (GERONIMO-1882) Deploy from web console fails with NoSuchOperationException

2006-06-26 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1882?page=all ] Joe Bohn closed GERONIMO-1882: -- Deploy from web console fails with NoSuchOperationException --- Key: GERONIMO-1882

[jira] Closed: (GERONIMO-1864) Deploy no longer starts a web application by default

2006-06-26 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1864?page=all ] Joe Bohn closed GERONIMO-1864: -- Deploy no longer starts a web application by default Key: GERONIMO-1864 URL:

Re: Lets start moving to m2

2006-06-26 Thread David Jencks
On Jun 26, 2006, at 11:05 AM, Jacek Laskowski wrote: On 6/26/06, David Jencks [EMAIL PROTECTED] wrote: Although there are still some problems (such as not running all the tests) I think we have pretty much all of the build working in m2 except for the assembly stage, due to the lack of an m2

Re: [VOTE] Release branching process (was Re: Life After 1.1 - starting the new branch for 1.1.1 - some logistics and your input requested.)

2006-06-26 Thread Alan D. Cabrera
David Blevins wrote: On Jun 25, 2006, at 8:49 PM, Alan D. Cabrera wrote: Greg Wilkins wrote: I think the wiki should clarify the patch process for release branches. Agreed. I have added slight caveats for New Features: develop in trunk patch to current x.y branch (if to be captured in

[jira] Commented: (GERONIMO-1980) Move Plugin Installer from rmi-naming to j2ee-system

2006-06-26 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1980?page=comments#action_12417888 ] David Jencks commented on GERONIMO-1980: About the thread pool, perhaps we should consider having a system thread pool for long lived system level threads such as

Re: Lets start moving to m2

2006-06-26 Thread Prasad Kashyap
I'm whiskers away from finishing the assembly plugin. I am down to the nitty grittties of ensuring the correct file mode on the various files and directories. I also have to set and ensure the correct line endings. What else ? We have to get maven to apply the patch for the assembly plugin and

Re: Lets start moving to m2

2006-06-26 Thread Jacek Laskowski
On 6/26/06, David Jencks [EMAIL PROTECTED] wrote: I'm suggesting that we declare the m1 build obsolete and remove it, except possibly for the assembly step and perhaps modules where the tests do not run under m2. Well, don't get it annoying, but I still don't understand it. Let's pretend

Re: Lets start moving to m2

2006-06-26 Thread Jacek Laskowski
On 6/26/06, Prasad Kashyap [EMAIL PROTECTED] wrote: Do we have to go thro the RTC for the geronimo-assembly-plugin ? It is essentially the same code that we had in m1's BaseConfigInstaller.java modified to be a mojo. That's it. Is it a fix? Is it applied to the trunk? If the answers are 'no'

[jira] Updated: (GERONIMO-2046) no caching implementation

2006-06-26 Thread Bill Dudney (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2046?page=all ] Bill Dudney updated GERONIMO-2046: -- Attachment: geronimo-cache-2.patch this patch adds JMS impl to the replicated server I also did some refactoring so there are some svn commands to

Re: [VOTE] Release branching process (was Re: Life After 1.1 - starting the new branch for 1.1.1 - some logistics and your input requested.)

2006-06-26 Thread Matt Hogstrom
Thanks David. David Blevins wrote: On Jun 25, 2006, at 8:49 PM, Alan D. Cabrera wrote: Greg Wilkins wrote: I think the wiki should clarify the patch process for release branches. Agreed. I have added slight caveats for New Features: develop in trunk patch to current x.y branch (if to

[jira] Created: (AMQ-777) maxReconnectAttempts has no effect

2006-06-26 Thread Jonny Wray (JIRA)
maxReconnectAttempts has no effect -- Key: AMQ-777 URL: https://issues.apache.org/activemq/browse/AMQ-777 Project: ActiveMQ Type: Bug Versions: 4.0.1 Reporter: Jonny Wray I saw this entry in the forums and I'm having

Re: Unable to build using m2

2006-06-26 Thread Jason Dillon
IMO we should have a completely separate tree for our build support tools. And once the plugins are stable we release them, until they are stable we make regular snaps, so that the main tree(s) can just build w/o having to worry about building plugins first. --jason On Jun 26, 2006, at

[RTC] update contributors page

2006-06-26 Thread Jeff Genender
Hey folks, I want to update the contributors page of the geronimo.apache.org site... - trtd bgcolor=#f3f4f5Jeff Genender/td td bgcolor=#f3f4f5Virtuas/td td bgcolor=#f3f4f5---/td/tr + trtd bgcolor=#f3f4f5Jeff Genender/td td bgcolor=#f3f4f5Savoir

Re: [RTC] update contributors page

2006-06-26 Thread Jacek Laskowski
On 6/27/06, Jeff Genender [EMAIL PROTECTED] wrote: Hey folks, I want to update the contributors page of the geronimo.apache.org site... - trtd bgcolor=#f3f4f5Jeff Genender/td td bgcolor=#f3f4f5Virtuas/td td bgcolor=#f3f4f5---/td/tr + trtd bgcolor=#f3f4f5Jeff

Re: [RTC] update contributors page

2006-06-26 Thread Sachin Patel
+1 and congratulations! On Jun 26, 2006, at 7:31 PM, Jeff Genender wrote: Hey folks, I want to update the contributors page of the geronimo.apache.org site... - trtd bgcolor=#f3f4f5Jeff Genender/td td bgcolor=#f3f4f5Virtuas/td td bgcolor=#f3f4f5---/td/tr +

Re: [RTC] update contributors page

2006-06-26 Thread Jeff Genender
Thanks!! Sachin Patel wrote: +1 and congratulations! On Jun 26, 2006, at 7:31 PM, Jeff Genender wrote: Hey folks, I want to update the contributors page of the geronimo.apache.org site... - trtd bgcolor=#f3f4f5Jeff Genender/td td bgcolor=#f3f4f5Virtuas/td

Re: [RTC] update contributors page

2006-06-26 Thread Jeff Genender
Jacek Laskowski wrote: On 6/27/06, Jeff Genender [EMAIL PROTECTED] wrote: Hey folks, I want to update the contributors page of the geronimo.apache.org site... - trtd bgcolor=#f3f4f5Jeff Genender/td td bgcolor=#f3f4f5Virtuas/td td bgcolor=#f3f4f5---/td/tr +

Extend class path from config.xml

2006-06-26 Thread Dain Sundstrom
I think we should add support to extend the class path from the config.xml file. Without this it is not possible to add GBeans via a the configuration.xml using classes not declared in the original plan. Another problem revolves around extension hooks in services. It is common for a

Re: Unable to build using m2

2006-06-26 Thread Jason Dillon
FYI, seems that you need to build trunk first (probably until it fails with a missing plugin), then build the plugins, then rebuild trunk. Just building m2-plugins pukes with: snip [INFO] [ERROR] BUILD ERROR [INFO]

Re: Extend class path from config.xml

2006-06-26 Thread Jason Dillon
Seems like a reasonable thing to have. Is this an extension to the plan's xsd or just a specialized gbean that can augment the classpath? --jason On Jun 26, 2006, at 5:26 PM, Dain Sundstrom wrote: I think we should add support to extend the class path from the config.xml file. Without

Enable wiki-rendering for GERONIMO JIRA project

2006-06-26 Thread Jason Dillon
Any objections to enabling wiki-rendering for the GERONIMO JIRA project? This will allow comment and description fields to utilize Confluence- style wiki markup. Its basically just a configuration change, done project by project. I think this is a good idea. Do we need to vote this change

[jira] Commented: (GSHELL-1) Add ${...} parsing to the CommandLineParser; remove VariableExpressionParser

2006-06-26 Thread Jason Dillon (JIRA)
[ http://issues.apache.org/jira/browse/GSHELL-1?page=comments#action_12417940 ] Jason Dillon commented on GSHELL-1: --- Still need to hold on to something like JEXL to handle the variable expression expansion. Add ${...} parsing to the CommandLineParser;

[jira] Created: (GERONIMO-2152) Update for new OpenEJB 2.2

2006-06-26 Thread Dain Sundstrom (JIRA)
Update for new OpenEJB 2.2 -- Key: GERONIMO-2152 URL: http://issues.apache.org/jira/browse/GERONIMO-2152 Project: Geronimo Type: Improvement Security: public (Regular issues) Components: OpenEJB Reporter: Dain Sundstrom Assigned

[jira] Updated: (GERONIMO-2152) Update for new OpenEJB 2.2

2006-06-26 Thread Dain Sundstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2152?page=all ] Dain Sundstrom updated GERONIMO-2152: - Attachment: openejb-2.2-merge.patch Update for new OpenEJB 2.2 -- Key: GERONIMO-2152 URL:

Re: Unable to build using m2

2006-06-26 Thread Prasad Kashyap
I'm sorry but I'm confused about this main build and the plugins build. I thought they are all one single build like we did in m1 with all the new(xx). This is how the build order is specified in the geronimo/pom.xml modules modulemodules/module modulem2-plugins/module

[RTC] Update for new OpenEJB 2.2

2006-06-26 Thread Dain Sundstrom
I have finished the work to update the openejb dead-2.2 branch to run with Geronimo 1.2. The dead-2.2 branch contains a major rearchitecture of the OpenEJB container system which split the deployment units from reusable container and this rearchitecture has already been adopted in OpenEJB

Re: Unable to build using m2

2006-06-26 Thread Jason Dillon
Jason, as for the relativePath, I tried that. It didn't help. Also, the default value of relativePath is ../pom.xml anyways. There are a few cases when this will not work, a bug in m2 code AFAIK. Better to make it explicit IMO. --jason

Re: Unable to build using m2

2006-06-26 Thread Jason Dillon
So what to do about openejb? Build fails: snip Bliss:~/ws/apache/geronimo/trunk jason$ mvn [INFO] Scanning for projects... [INFO] [ERROR] FATAL ERROR [INFO]

Re: Unable to build using m2

2006-06-26 Thread Jason Dillon
FYI... if I comment the openejb/modules and `mvn install` I get: snip [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Plugin could not be found - check

Re: Unable to build using m2

2006-06-26 Thread Prasad Kashyap
Yes, that's the ideal situation and we very much desire it. But here's what's preventing us http://issues.apache.org/jira/browse/GERONIMO-1755#action_12371755 http://jira.codehaus.org/browse/MNG-624 Cheers Prasad On 6/26/06, Jason Dillon [EMAIL PROTECTED] wrote: So what to do about openejb?

Re: Unable to build using m2

2006-06-26 Thread Jason Dillon
I don't see what the problem is. Is this just about putting the version in the parent element? I don't really like that it has to be there, but I am okay with it and using the release plugin to manage that value, which is the main benefit of the release plugin IMO. Or am I missing

Re: [RTC] update contributors page

2006-06-26 Thread John Sisson
Jeff Genender wrote: Hey folks, I want to update the contributors page of the geronimo.apache.org site... - trtd bgcolor=#f3f4f5Jeff Genender/td td bgcolor=#f3f4f5Virtuas/td td bgcolor=#f3f4f5---/td/tr + trtd bgcolor=#f3f4f5Jeff Genender/td td

Re: Unable to build using m2

2006-06-26 Thread Prasad Kashyap
Jason, I'm really, REALLY, glad you have taken an interest in m2 migration :-) Your experience with other such migrations can surely help us. Alright so now you can guide us. So we shall hardcode the parent version in all pom.xml and remove the version. element for that project itself. That

Re: Unable to build using m2

2006-06-26 Thread Jason Dillon
What the heck is up with the xmlbeans plugin? I keep getting this from the top-level: snip [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to

Re: Unable to build using m2

2006-06-26 Thread Prasad Kashyap
http://www.mail-archive.com/dev@geronimo.apache.org/msg25378.html On 6/26/06, Jason Dillon [EMAIL PROTECTED] wrote: What the heck is up with the xmlbeans plugin? I keep getting this from the top-level: snip [INFO]

Re: Unable to build using m2

2006-06-26 Thread Jason Dillon
I'm really, REALLY, glad you have taken an interest in m2 migration :-) Your experience with other such migrations can surely help us. Alright so now you can guide us. :-) I need a buildable server too ;-) So we shall hardcode the parent version in all pom.xml and remove the version.

Re: Unable to build using m2

2006-06-26 Thread Jason Dillon
Why does it fail the first time? This seems fishy too... I'm rebuild again to see what it does, but that is painfully slow... If we really do depend on a development version of the plugin, then we should either... Lobby to get the plugin released or Checkin and manage our own version

Re: Unable to build using m2

2006-06-26 Thread Prasad Kashyap
These are the problems I encountered, encountering. openejb: 1. openejb/modules/pom.xml specified dependency on tranql-1.3-SNAPSHOT. That version of tranql doesn'tr exist. Think it should use 1.4-SNAPSHOT. It should also add dist.codehaus.org into it's repository 2.

Re: Unable to build using m2

2006-06-26 Thread Jason Dillon
Why is openejb included in our build at all? --jason On Jun 26, 2006, at 8:25 PM, Prasad Kashyap wrote: These are the problems I encountered, encountering. openejb: 1. openejb/modules/pom.xml specified dependency on tranql-1.3-SNAPSHOT. That version of tranql doesn'tr exist.

Re: [RTC] update contributors page

2006-06-26 Thread Jeff Genender
Thanks John...done. John Sisson wrote: Jeff Genender wrote: Hey folks, I want to update the contributors page of the geronimo.apache.org site... - trtd bgcolor=#f3f4f5Jeff Genender/td td bgcolor=#f3f4f5Virtuas/td td bgcolor=#f3f4f5---/td/tr + trtd

Re: Unable to build using m2

2006-06-26 Thread Prasad Kashyap
Maybe 'coz we built it with new2 before ? Not sure. Cheers Prasad On 6/26/06, Jason Dillon [EMAIL PROTECTED] wrote: Why is openejb included in our build at all? --jason On Jun 26, 2006, at 8:25 PM, Prasad Kashyap wrote: These are the problems I encountered, encountering. openejb:

Re: Unable to build using m2

2006-06-26 Thread Jason Dillon
Any idea where the stax:stax-api:1.1.1-dev comes from? The root pom states that stax:stax-api:1.0 should be used... but the errors with the xmlbeans plugin all state 1.1.1-dev. --jason On Jun 26, 2006, at 8:25 PM, Prasad Kashyap wrote: These are the problems I encountered, encountering.

Re: Unable to build using m2

2006-06-26 Thread Jason Dillon
Probably... But is it really needed to build the sever? --jason On Jun 26, 2006, at 8:33 PM, Prasad Kashyap wrote: Maybe 'coz we built it with new2 before ? Not sure. Cheers Prasad On 6/26/06, Jason Dillon [EMAIL PROTECTED] wrote: Why is openejb included in our build at all? --jason

Re: Unable to build using m2

2006-06-26 Thread Alan D. Cabrera
IMO, it should not be in our build at all. Regards, Alan Jason Dillon wrote: Why is openejb included in our build at all? --jason On Jun 26, 2006, at 8:25 PM, Prasad Kashyap wrote: These are the problems I encountered, encountering. openejb: 1. openejb/modules/pom.xml

Re: Unable to build using m2

2006-06-26 Thread Alan D. Cabrera
It's clear to me that we need to break out our plugins build and get the plugins published ASAP. I asked this in another thread, what will it take to get this published? I don't think that it's too much trouble, just an RTC to break the plugin out and then we just start publishing the

Re: Lets start moving to m2

2006-06-26 Thread Alan D. Cabrera
Jacek Laskowski wrote: On 6/26/06, David Jencks [EMAIL PROTECTED] wrote: I'm suggesting that we declare the m1 build obsolete and remove it, except possibly for the assembly step and perhaps modules where the tests do not run under m2. Well, don't get it annoying, but I still don't

Re: Lets start moving to m2

2006-06-26 Thread Jason Dillon
I think that removing the m1 files is a good idea, as it will help force us to get m2 to build... which really should not take that long to get functional 100% of the time. --jason On Jun 26, 2006, at 9:19 PM, Alan D. Cabrera wrote: Jacek Laskowski wrote: On 6/26/06, David Jencks [EMAIL

Re: Unable to build using m2

2006-06-26 Thread Jason Dillon
Are there *any good reasons* why it should be in the build? If not... then lets remove it. --jason On Jun 26, 2006, at 9:13 PM, Alan D. Cabrera wrote: IMO, it should not be in our build at all. Regards, Alan Jason Dillon wrote: Why is openejb included in our build at all? --jason On

Re: [RTC] Update for new OpenEJB 2.2

2006-06-26 Thread Alan D. Cabrera
Can you explain in more detail the rearchitecture that was done in this update? If this from openejb3 does that mean that we can deprecate openejb3? Regards, Alan Dain Sundstrom wrote: I have finished the work to update the openejb dead-2.2 branch to run with Geronimo 1.2. The dead-2.2

Re: Unable to build using m2

2006-06-26 Thread Jason Dillon
OMG, this xmlbeans plugin is really whacked... need to fix that. Sucks, that you have to do this to build: while true; do mvn install done Anyone know any details about this 2.0-dev xmlbeans plugin? --jason On Jun 26, 2006, at 8:13 PM, Prasad Kashyap wrote: