Weird artifact downloads from mvn

2007-01-25 Thread Jason Dillon
Anyone seeing weird artifact downloads, like: Downloading: http://repository.codehaus.org/junit/junit/3.8.1/ junit-3.8.1.jar 897b downloaded [WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for junit/junit/3.8.1/junit-3.8.1.jar - IGNORING This was from a build of server/bran

[jira] Commented: (AMQCPP-46) ActiveMQConnection doesn't propagate exception listener to underlying connector

2007-01-25 Thread Albert Strasheim (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38004 ] Albert Strasheim commented on AMQCPP-46: Example looks good on Windows and Linux for me. Valgrind reports th

[jira] Updated: (AMQCPP-46) ActiveMQConnection doesn't propagate exception listener to underlying connector

2007-01-25 Thread Albert Strasheim (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Albert Strasheim updated AMQCPP-46: --- Attachment: purify-example.txt Purify output after letting the example I provided reconnec

Re: svn commit: r500064 - in /geronimo/server/trunk/modules: geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/ geronimo-openejb-builder/src/test/java/org/apache/geronimo/o

2007-01-25 Thread Jacek Laskowski
On 1/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: dblevins Date: Thu Jan 25 15:56:05 2007 New Revision: 500064 URL: http://svn.apache.org/viewvc?view=rev&rev=500064 Log: Updates for repackaging in openejb +import org.apache.openejb.jee.oejb3.EjbDeployment; I asked about it wh

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread Paul McMahan
Available at people.apache.org/~pmcmahan/geronimo-tomcat6-jee5-2.0-M2-SNAPSHOT-bin.zip Do you need the tgz too? Paul On 1/25/07, Prasad Kashyap <[EMAIL PROTECTED]> wrote: Paul, Can you please make your tomcat binaries available for download ? Meanwhile, since I was able to build with r499677

Re: svn commit: r499906 - in /geronimo/site/trunk/docs/redirects: additionalDocumentation.html additionalSamples.html developerMailingList.html faq.html issues.html userMailingList.html wiki.html

2007-01-25 Thread Jason Dillon
We shouldn't. --jason On Jan 25, 2007, at 8:43 PM, Alan D. Cabrera wrote: Doh! Why do we still generate them? Regards, Alan On Jan 25, 2007, at 12:06 PM, Paul McMahan wrote: I believe those redirect files were deleted in favor of using a .htaccess file to handle the redirects. See http:

Re: svn commit: r499906 - in /geronimo/site/trunk/docs/redirects: additionalDocumentation.html additionalSamples.html developerMailingList.html faq.html issues.html userMailingList.html wiki.html

2007-01-25 Thread Alan D. Cabrera
Doh! Why do we still generate them? Regards, Alan On Jan 25, 2007, at 12:06 PM, Paul McMahan wrote: I believe those redirect files were deleted in favor of using a .htaccess file to handle the redirects. See http://svn.apache.org/viewvc?view=rev&revision=451820 Best wishes, Paul On 1/25/

RE: Axis2 Integration - Replace RPCMessageReciever with JAXWSMessageReciever

2007-01-25 Thread Lin Sun
Hi Lasantha, Were you able to make any progress towards the replacing RPCMessageReciever with JAXWSMessageReciever? I went through my eclipse debugger a few times and looks like a classloader issue... Let me know if you want me to look into this. I tried to look into No. 2 below. Looks like t

[jira] Commented: (AMQCPP-46) ActiveMQConnection doesn't propagate exception listener to underlying connector

2007-01-25 Thread Nathan Mittler (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38002 ] Nathan Mittler commented on AMQCPP-46: -- Ok, I think I've finally got it. It seems that windows is a little pick

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread Prasad Kashyap
Paul, Can you please make your tomcat binaries available for download ? Meanwhile, since I was able to build with r499677, I'm wondering if someone is willing to try out the following for me: 1) merge all of Dain's, Blevin's and Jenck's changes in trunk since the branch with r499677 of 2.0-M2 2

Re: Release Notes for 2.0-M2 - EJB content

2007-01-25 Thread Dain Sundstrom
On Jan 25, 2007, at 11:03 AM, Dave Colasurdo wrote: - Deployment with no ejb-jar.xml or openejb-jar (just need a geronimo-openejb.xml for all the geronimo-specific deployment stuff) To be clear, the geronimo-openejb.xml file is only required if you have some geronimo specific stuff that mus

Re: Build failure

2007-01-25 Thread Kevan Miller
On Jan 25, 2007, at 6:24 PM, Joe Bohn wrote: Kevan Miller wrote: On Jan 25, 2007, at 3:22 PM, Joe Bohn wrote: I don't think cleaning xmlbeans in the repo will help. I tried multiple times with a clean repo and on windows I still hit this problem. I still suspect that there's something

Re: Build failure

2007-01-25 Thread Kevan Miller
On Jan 25, 2007, at 7:36 PM, Jay D. McHugh wrote: Hello All, This is the same problem that has kept me from building trunk (on Linux) since last week. I just realized that at about the same time - Eclipse started giving me validation errors (in building my web app) because it could not

Re: Build failure

2007-01-25 Thread Jay D. McHugh
Hello All, This is the same problem that has kept me from building trunk (on Linux) since last week. I just realized that at about the same time - Eclipse started giving me validation errors (in building my web app) because it could not find: http://www.ibm.com/webservices/xsd/j2ee_web_serv

@EJB injection for Jetty

2007-01-25 Thread Dain Sundstrom
I added a simple hack to get @EJB injection working in Jetty. It is hack is just a trimmed down version of the Tomcat DefaultAnnotationProcess or which only handles @EJB injection. As with the Tomcat version, this is only in there to demonstrate the @EJB annotation use and is by no means a

Re: Build failure

2007-01-25 Thread Joe Bohn
Kevan Miller wrote: On Jan 25, 2007, at 3:22 PM, Joe Bohn wrote: I don't think cleaning xmlbeans in the repo will help. I tried multiple times with a clean repo and on windows I still hit this problem. I still suspect that there's something wrong with the container-3.0-incubating-SNAPSH

[jira] Closed: (GERONIMO-2780) Tomcat fails to accept certificate alias

2007-01-25 Thread Jeff Genender (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Genender closed GERONIMO-2780. --- Resolution: Fixed Fix Version/s: 1.2 Fixed. Added keyAlias as an attribute. I wil

Re: Proposal for property substitution in config.xml

2007-01-25 Thread Ted Kirby
I just submitted the AG2.0 patch to the JIRA. My question from AG1.1.1 below remains and is valid for the AG2.0 code, which is essentially the same. On 1/25/07, Ted Kirby <[EMAIL PROTECTED]> wrote: I have implemented this support in AG 1.1.1, and submitted the patch to the JIRA. I will now wor

[jira] Updated: (GERONIMO-2735) Add property substitution capability in the config.xml and plan files

2007-01-25 Thread Ted Kirby (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Kirby updated GERONIMO-2735: Attachment: JIRA2735.2.0.patch Here is a patch for ag 2.0, based on v499398 code. > Add propert

[jira] Closed: (AMQCPP-55) Need close() to propagate to child resources

2007-01-25 Thread Nathan Mittler (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Mittler closed AMQCPP-55. Resolution: Duplicate This is being fixed along with issue AMQCPP-46 > Need close() to propagat

Re: Build failure

2007-01-25 Thread Kevan Miller
On Jan 25, 2007, at 3:22 PM, Joe Bohn wrote: I don't think cleaning xmlbeans in the repo will help. I tried multiple times with a clean repo and on windows I still hit this problem. I still suspect that there's something wrong with the container-3.0-incubating-SNAPSHOT.pom or it's mevan

[jira] Assigned: (GERONIMO-2780) Tomcat fails to accept certificate alias

2007-01-25 Thread Jeff Genender (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Genender reassigned GERONIMO-2780: --- Assignee: Jeff Genender (was: Donald Woods) > Tomcat fails to accept certificate

[jira] Commented: (GERONIMO-2780) Tomcat fails to accept certificate alias

2007-01-25 Thread Jeff Genender (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467652 ] Jeff Genender commented on GERONIMO-2780: - Congrat son the new addition to your family, Donald. The patch

Re: resource visibility

2007-01-25 Thread Jarek Gawor
I haven't tried precompiling the JSP but I see the same issue in another case with servlet-based web services. The classloader of a class loaded from a jar file (the jar file is in a war file) does not see the war's WEB-INF/ files. And I'm not sure if it should or not. Jarek On 1/25/07, David Je

[jira] Assigned: (AMQ-1140) Compression not working

2007-01-25 Thread Bruce Snyder (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Snyder reassigned AMQ-1140: - Assignee: Bruce Snyder > Compression not working > > >

[jira] Created: (AMQ-1140) Compression not working

2007-01-25 Thread Bruce Snyder (JIRA)
Compression not working Key: AMQ-1140 URL: https://issues.apache.org/activemq/browse/AMQ-1140 Project: ActiveMQ Issue Type: Bug Components: Broker Affects Versions: 4.1.2 Reporter: Bruce Sn

Re: resource visibility

2007-01-25 Thread David Jencks
well getClass().getClassLoader() might possibly not be the applications classloader??? Do you get the same result if you precompile the jsp? thanks david jencks On Jan 25, 2007, at 12:31 PM, Jarek Gawor wrote: Hi, I have a question on resource visibly to classloaders. Here's an examp

Re: [WELCOME] Chris Blythe as a new Committer to Apache Geronimo

2007-01-25 Thread David Blevins
Welcome, Chris! -David On Jan 24, 2007, at 10:53 AM, Matt Hogstrom wrote: In recognition of Chris' contributions to DayTrader (new UI, new runtime modes) and his sustained set of patches and nagging he has accepted our offer to join our merry little band of pirates. Please join me in welc

[jira] Commented: (GERONIMO-2780) Tomcat fails to accept certificate alias

2007-01-25 Thread Leonard Flournoy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467632 ] Leonard Flournoy commented on GERONIMO-2780: Donald, thanks for your efforts an congrats on the additi

[jira] Updated: (GERONIMO-2780) Tomcat fails to accept certificate alias

2007-01-25 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-2780: --- Attachment: G2780-keyAlias.patch Attaching patch for first part - allowing setting of keyA

[jira] Updated: (DAYTRADER-33) TradeDirect queueOrder fails to close JMS connection

2007-01-25 Thread Christopher James Blythe (JIRA)
[ https://issues.apache.org/jira/browse/DAYTRADER-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher James Blythe updated DAYTRADER-33: -- Attachment: daytrader-33.patch Here is a patch... NOTE: This patch is

[jira] Created: (DAYTRADER-33) TradeDirect queueOrder fails to close JMS connection

2007-01-25 Thread Christopher James Blythe (JIRA)
TradeDirect queueOrder fails to close JMS connection Key: DAYTRADER-33 URL: https://issues.apache.org/jira/browse/DAYTRADER-33 Project: DayTrader Issue Type: Bug Components: EJB

resource visibility

2007-01-25 Thread Jarek Gawor
Hi, I have a question on resource visibly to classloaders. Here's an example. I have a following JSP page packaged in .war file. The JSP tries to load some descriptors packaged in the war file in two different ways. The question is should the fist method work? The JSP does: System.out.println(g

[jira] Updated: (DAYTRADER-29) Async 1-Phase mode should be removed

2007-01-25 Thread Christopher James Blythe (JIRA)
[ https://issues.apache.org/jira/browse/DAYTRADER-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher James Blythe updated DAYTRADER-29: -- Attachment: daytrader-29.patch This patch simply removes the async 1-

Re: Build failure

2007-01-25 Thread Joe Bohn
I don't think cleaning xmlbeans in the repo will help. I tried multiple times with a clean repo and on windows I still hit this problem. I still suspect that there's something wrong with the container-3.0-incubating-SNAPSHOT.pom or it's mevan-metadata. See the other thread on this topic for

Re: Build failure

2007-01-25 Thread richtera
I actually had tried that already and just tried it again with the same result. :-( Andy djencks wrote: > > I wonder if there's a problem with the xmlbeans stuff in your maven > repo. You might try killing just the repository/xmlbeans directory. > > It's not obvious to me what's wrong. >

Re: svn commit: r499906 - in /geronimo/site/trunk/docs/redirects: additionalDocumentation.html additionalSamples.html developerMailingList.html faq.html issues.html userMailingList.html wiki.html

2007-01-25 Thread Paul McMahan
I believe those redirect files were deleted in favor of using a .htaccess file to handle the redirects. See http://svn.apache.org/viewvc?view=rev&revision=451820 Best wishes, Paul On 1/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: adc Date: Thu Jan 25 10:56:58 2007 New Revision:

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread Paul McMahan
I just checked out the M2 branch and built successfully. I did not delete my local repo and used "mvn install" to build. Paul On 1/25/07, Kevan Miller <[EMAIL PROTECTED]> wrote: On Jan 25, 2007, at 2:44 PM, Prasad Kashyap wrote: > I'm afraid I can't claim the same result. Even after very many

[jira] Commented: (GERONIMO-2780) Tomcat fails to accept certificate alias

2007-01-25 Thread Jeff Genender (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467514 ] Jeff Genender commented on GERONIMO-2780: - Please examine the initParams attribute in the EngineGbean, Hos

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread Kevan Miller
On Jan 25, 2007, at 2:44 PM, Prasad Kashyap wrote: I'm afraid I can't claim the same result. Even after very many attempts, it fails at the very same spot. So I checked out revision 499677 (one before the merge) and built it. It builds successfully. Either the merge didn't go well or something

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread Prasad Kashyap
I'm afraid I can't claim the same result. Even after very many attempts, it fails at the very same spot. So I checked out revision 499677 (one before the merge) and built it. It builds successfully. Either the merge didn't go well or something in the merge is making it to fail. Cheers Prasad On

Re: [WELCOME] Chris Blythe as a new Committer to Apache Geronimo

2007-01-25 Thread David Jencks
Congrats Chris! david jencks On Jan 24, 2007, at 10:53 AM, Matt Hogstrom wrote: In recognition of Chris' contributions to DayTrader (new UI, new runtime modes) and his sustained set of patches and nagging he has accepted our offer to join our merry little band of pirates. Please join me i

Re: Build failure

2007-01-25 Thread David Jencks
I wonder if there's a problem with the xmlbeans stuff in your maven repo. You might try killing just the repository/xmlbeans directory. It's not obvious to me what's wrong. david jencks On Jan 25, 2007, at 11:20 AM, richtera wrote: Hmmm, these same sources compiled without problems on my

[jira] Commented: (GERONIMO-2780) Tomcat fails to accept certificate alias

2007-01-25 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467509 ] Donald Woods commented on GERONIMO-2780: Jeff, not sure what you mean with initParams, as those are handle

Re: [WELCOME] Chris Blythe as a new Committer to Apache Geronimo

2007-01-25 Thread Jacek Laskowski
On 1/24/07, Matt Hogstrom <[EMAIL PROTECTED]> wrote: In recognition of Chris' contributions to DayTrader (new UI, new runtime modes) and his sustained set of patches and nagging he has accepted our offer to join our merry little band of pirates. Please join me in welcoming Chris. Congrats Chri

Re: Build failure

2007-01-25 Thread richtera
Hmmm, these same sources compiled without problems on my OS X box. I did do a compare of the two repositories, but it didn't really show me what was going on. It's a large diff so I didn't post it, but I'd be happy to send it per e-mail. Andy richtera wrote: > > Additional info... > Figure

Release Notes for 2.0-M2 - EJB content

2007-01-25 Thread Dave Colasurdo
I'm helping Hernan update the Release Notes for 2.0-M2. Can folks please provide feedback for the EJB Content that gets documented in the Release Notes. Here is the current content.. - EJB 3.0 (via OpenEJB project) Supported: - JPA (Custom Provider, App-managed, Container-managed) (A

Re: Geronimo 1.x CMP mappings?

2007-01-25 Thread Matt Hogstrom
I do not know of one. On Jan 25, 2007, at 12:50 PM, Dain Sundstrom wrote: Is there a definitive guide for the G 1.x CMP mappings? I'm trying to write a converter, and am unclear about what all of the options means or even what is allowed. Thanks, -dain Matt Hogstrom [EMAIL PROTECTED]

[jira] Closed: (GERONIMO-2728) Exception while removing directory module from the console

2007-01-25 Thread Paul McMahan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul McMahan closed GERONIMO-2728. -- Resolution: Fixed Fix Version/s: 2.0-beta1 > Exception while removing directory modul

Re: Geronimo 1.x CMP mappings?

2007-01-25 Thread Dain Sundstrom
Some specific things I'm interested in. Mappings for: * Foreign key as part of a primary key * Complex primary key mapping * Mapping for many-to-many relationships * Table mapping for one-to-many and one-to-one (if supported) Element usage and meaning: * entity/static-sql * entity/cmp-field-mapp

[jira] Assigned: (GERONIMO-2728) Exception while removing directory module from the console

2007-01-25 Thread Paul McMahan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul McMahan reassigned GERONIMO-2728: -- Assignee: Paul McMahan > Exception while removing directory module from the console

[jira] Updated: (GERONIMO-2728) Exception while removing directory module from the console

2007-01-25 Thread Paul McMahan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul McMahan updated GERONIMO-2728: --- Component/s: (was: security) (was: deployment) co

Re: Building and deploying the Geronimo web site

2007-01-25 Thread Sachin Patel
See https://svn.apache.org/repos/asf/geronimo/site/trunk/NOTES.txt On Jan 25, 2007, at 11:42 AM, Alan D. Cabrera wrote: Is there any documentation on how to do this? Regards, Alan -sachin

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread Dain Sundstrom
I had this same problem but it went away after a rebuild. The problem is in the assembler maven plugin which uses the real maven repository code to access the m2 repo, and this integration has some strange bug. -dain On Jan 25, 2007, at 12:14 AM, Prasad Kashyap wrote: I merged the M2 bran

Re: Build failure

2007-01-25 Thread richtera
Additional info... After removing the maven repro it's now complaing about maven-plugins. Could it be a problem with those instead since it wasn't able to recreate these automatically? Andy richtera wrote: > > > ... log cut from e-mail > > > djencks wrote: >> >> Can you try building th

Geronimo 1.x CMP mappings?

2007-01-25 Thread Dain Sundstrom
Is there a definitive guide for the G 1.x CMP mappings? I'm trying to write a converter, and am unclear about what all of the options means or even what is allowed. Thanks, -dain

Re: Build failure

2007-01-25 Thread richtera
Here is the log... not sure if I have enought context for you but I didn't want to overload everyone. Let me know if you need a larger snippet: org.apache.geronimo.modules:geronimo-deploy-config=org.apache.geronimo.modules:geronimo-deploy-config:jar:2.0-SNAPSHOT:compile, org.apache.openjpa:openjpa

[jira] Commented: (GERONIMO-2780) Tomcat fails to accept certificate alias

2007-01-25 Thread Jeff Genender (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467466 ] Jeff Genender commented on GERONIMO-2780: - I mean, add the initParams in addition to the keyAlias. > Tomc

[jira] Commented: (GERONIMO-2780) Tomcat fails to accept certificate alias

2007-01-25 Thread Jeff Genender (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467464 ] Jeff Genender commented on GERONIMO-2780: - Please add an initParams attribute like the other Tomcat GBean

Re: Build failure

2007-01-25 Thread richtera
There must be another variable. I did your steps without rolling back to those specific versions and with rolling back. I also tried all of the mvn builds with clean first. Still no luck. Why is it complaining about a zip file in the openejb/container spapshot. This is just a container containing

[jira] Updated: (AMQ-1078) Messages consumed with the Resource Adapter are intermittently not delivered

2007-01-25 Thread Christopher G. Stach II (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher G. Stach II updated AMQ-1078: - Attachment: AMQ-1078.patch > Messages consumed with the Resource Adapter are in

Building and deploying the Geronimo web site

2007-01-25 Thread Alan D. Cabrera
Is there any documentation on how to do this? Regards, Alan

RE: [jira] Updated: (GERONIMO-2780) Tomcat fails to accept certificate alias

2007-01-25 Thread David Hoke
All, I am currently looking for multiple developers with application server product development experience. Please let me know the proper forum for this request. Thank you, David Hoke -Original Message- From: Donald Woods (JIRA) [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 200

Re: Build failure

2007-01-25 Thread David Jencks
Can you try building this module with -X and post the stack trace... we can hope it provides a small clue :-/ thanks david jencks On Jan 25, 2007, at 8:21 AM, richtera wrote: There must be another variable. I did your steps without rolling back to those specific versions and with rollin

[jira] Updated: (GERONIMO-2780) Tomcat fails to accept certificate alias

2007-01-25 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-2780: --- Component/s: Tomcat Fix Version/s: (was: 1.1.x) 2.0-beta1

[jira] Commented: (GERONIMO-2188) Need to configure CommitBeforeAutoCommit=true for Database Commits in Oracle

2007-01-25 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467397 ] Lin Sun commented on GERONIMO-2188: --- Hi David, Finally able to verify the patch but it didn't work. It acted as

[jira] Commented: (GERONIMO-2757) Enhance plugin schema to allow for multiple versions of a plugin

2007-01-25 Thread Paul McMahan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467392 ] Paul McMahan commented on GERONIMO-2757: It's true that the catalogs at http://geronimo.apache.org/plugins

Re: Unable to deploy an EJB3.0 sample app -- Thank you Prasad

2007-01-25 Thread Sachin Patel
You're right, I forgot about the naming conventions. So if you take a look at the //TODO I put on line 778 of EARConfigBuilder, we'll still have to call to inspect the ejbjar candidate. As far as the library support, I added it a while back see EARConfigBuilder line 500. "lib" is used if

Re: Where should we put Samples and Plug-ins?

2007-01-25 Thread Donald Woods
Any thoughts on what we do with the new Samples being added to /geronimo/samples/trunk and the /geronimo/plugins/trunk files? We currently have 5 places for samples and plugins (the above 2 locations plus server/applications, server/configs and geronimo/daytrader) and I would like to spend som

Re: Proposal for property substitution in config.xml

2007-01-25 Thread Ted Kirby
I have implemented this support in AG 1.1.1, and submitted the patch to the JIRA. I will now work on porting this to AG 2.0, and submit that patch when I am done. See the JIRA for some details on what I have done. It follows the discussion in this thread. I have a question. I load the propert

[jira] Updated: (GERONIMO-2735) Add property substitution capability in the config.xml and plan files

2007-01-25 Thread Ted Kirby (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Kirby updated GERONIMO-2735: Attachment: JIRA2735.1.1.1.patch Here is a patch for 1.1.1 based on Rev447393 code. Here is the

[jira] Resolved: (AMQ-1082) Improve Kaha freeList

2007-01-25 Thread Rob Davies (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies resolved AMQ-1082. - Resolution: Fixed Fix Version/s: 4.2.0 Fixed by SVN revision 499798 > Improve Kaha freeList > -

[jira] Commented: (AMQCPP-46) ActiveMQConnection doesn't propagate exception listener to underlying connector

2007-01-25 Thread Albert Strasheim (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_37999 ] Albert Strasheim commented on AMQCPP-46: I did an svn update and got the fix you made to Set.h. I cleaned my

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread Prasad Kashyap
On 1/25/07, David Jencks <[EMAIL PROTECTED]> wrote: I checked out 2.0-M2 and built it without problems so I don't think these changes caused whatever build problems you are seeing. Hmm.. I saw the same problem on 2 separate machines. One machine had an absolutely clean setup (clean repo and tre

[jira] Commented: (AMQCPP-46) ActiveMQConnection doesn't propagate exception listener to underlying connector

2007-01-25 Thread Nathan Mittler (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_37998 ] Nathan Mittler commented on AMQCPP-46: -- hm ... I'm not getting that same stack trace in msvc, but I did find one

Re: [WELCOME] Chris Blythe as a new Committer to Apache Geronimo

2007-01-25 Thread anita kulshreshtha
Congratulations Chris! Anita --- Matt Hogstrom <[EMAIL PROTECTED]> wrote: > In recognition of Chris' contributions to DayTrader (new UI, new > runtime modes) and his sustained set of patches and nagging he has > accepted our offer to join our merry little band of pirates. > > Please join m

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread David Jencks
I checked out 2.0-M2 and built it without problems so I don't think these changes caused whatever build problems you are seeing. I used mvn -o install -Dstage=bootstrap mvn -o install thanks david jencks On Jan 25, 2007, at 12:54 AM, David Jencks wrote: I've had similar problems over the las

Re: something wrong with the confluence server?

2007-01-25 Thread Rob Davies
we are moving the servers at the moment - apologies for any inconvenience cheers, Rob On 25 Jan 2007, at 08:56, Rossmanith, Philipp wrote: Hi, When trying to access the Confluence-Wiki for editing pages, I get a: HTTP Status 404 - /confluence/pages/createpage.action type Status report

something wrong with the confluence server?

2007-01-25 Thread Rossmanith, Philipp
Hi, When trying to access the Confluence-Wiki for editing pages, I get a: >> HTTP Status 404 - /confluence/pages/createpage.action type Status report message /confluence/pages/createpage.action description The requested resource (/confluence/pages/createpage.action) is not available. << The s

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread David Jencks
I've had similar problems over the last few days and AFAICT cleaning bits of my local maven repo and rebuilding, perhaps offline, have fixed them. I think we need to figure out why these problems are happening. I think its some mismatch between the maven repo and the geronimo repo: when

Re: M2 branch merged with trunk but has a build failure

2007-01-25 Thread Prasad Kashyap
Ready with this command to rollback merges svn merge -r 499679:499677 Cheers Prasad On 1/25/07, Prasad Kashyap <[EMAIL PROTECTED]> wrote: I merged the M2 branch with the latest changes from Dain, Blevins and Jencks. I think the merge went pretty well considering I was doing it for the first t

M2 branch merged with trunk but has a build failure

2007-01-25 Thread Prasad Kashyap
I merged the M2 branch with the latest changes from Dain, Blevins and Jencks. I think the merge went pretty well considering I was doing it for the first time. However, the M2 build fails in the assemblies with the error shown below. I spent quite some time trying to resolve this but in vain :-(