auto-generation of openwire commands

2006-07-30 Thread Nathan Mittler
Hey James, Tim and I are starting to look at porting the openwire-cpp client into activemq-cpp and I'm trying to get a handle on how the autogeneration works. So far, I've downloaded and built the activemq-openwire-generator project as this looks to be the guy that performs the autogeneration,

Re: Recovery Policies should apply between broker restart

2006-07-30 Thread kmh27
Please change line 84 of PersistentMessageListener from: Topic topic = session.createTopic(BOO.X?consumer.retroactive=false); to: Topic topic = session.createTopic(topicName + ?consumer.retroactive=false); This was the hard coded alternate topic test I mentioned, to see the problem you'll need

[jira] Commented: (SM-487) network clogging when service mix runs

2006-07-30 Thread Anand K Kalyanasundaram (JIRA)
[ https://issues.apache.org/activemq/browse/SM-487?page=comments#action_36662 ] Anand K Kalyanasundaram commented on SM-487: I recently realized that it happens only on a Suse 9.0 Enterprise Server dual processor machine. It happens

[jira] Resolved: (GERONIMO-1909) Errors in JMS Server portlet

2006-07-30 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1909?page=all ] Vamsavardhana Reddy resolved GERONIMO-1909. --- Fix Version/s: 1.1 (was: 1.1.x) Resolution: Fixed Verified that the issue is resolved in G1.1. Errors

[jira] Closed: (GERONIMO-1909) Errors in JMS Server portlet

2006-07-30 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1909?page=all ] Vamsavardhana Reddy closed GERONIMO-1909. - Errors in JMS Server portlet Key: GERONIMO-1909 URL:

[jira] Created: (GERONIMO-2247) Apllications Portlets: Restart column does not alternate background color

2006-07-30 Thread Vamsavardhana Reddy (JIRA)
Apllications Portlets: Restart column does not alternate background color --- Key: GERONIMO-2247 URL: http://issues.apache.org/jira/browse/GERONIMO-2247 Project: Geronimo

[jira] Updated: (GERONIMO-2247) Apllications Portlets: Restart column does not alternate background color

2006-07-30 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2247?page=all ] Vamsavardhana Reddy updated GERONIMO-2247: -- Attachment: GERONIMO-2247.patch fixes a typo in configmanager/normal.jsp Apllications Portlets: Restart column does not alternate

[jira] Created: (GERONIMO-2248) Applications portlets: List Parent and Child components against each component

2006-07-30 Thread Vamsavardhana Reddy (JIRA)
Applications portlets: List Parent and Child components against each component -- Key: GERONIMO-2248 URL: http://issues.apache.org/jira/browse/GERONIMO-2248 Project: Geronimo

[jira] Updated: (GERONIMO-2248) Applications portlets: List Parent and Child components against each component

2006-07-30 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2248?page=all ] Vamsavardhana Reddy updated GERONIMO-2248: -- Attachment: GERONIMO-2248.patch Patch provided. Applications portlets: List Parent and Child components against each component

Re: 1.1.1 Status

2006-07-30 Thread Alan D. Cabrera
So much for time boxing. We've already extended the patch by one week. :) I guess it makes sense to minimize the patch releases since each patch release involves a TCK run. Regards, Alan Matt Hogstrom wrote: There has been a lot of progress on 1.1.1. We started with 61 issues and we're

Re: Pessimistic locking strategy for CMP beans in 1.1.1

2006-07-30 Thread Dain Sundstrom
+1 looks good On Jul 26, 2006, at 7:47 PM, Matt Hogstrom wrote: locking-strategy optimistic-locking optimistic-columnoccColumn/optimistic-column optimistic-typeTIMESTAMP/optimistic-type /locking-strategy one comment... this

Re: potenial problem with GBean attribute processing

2006-07-30 Thread Dain Sundstrom
I don't see any duplicate entries. You have two attributes keystorePassword and keystorePasswords. -dain On Jul 28, 2006, at 2:33 PM, Aaron Mulder wrote: It sounds like a problem with the attribute manager and related code to me -- it's responsible for writing config.xml and it should

Re: potenial problem with GBean attribute processing

2006-07-30 Thread Joe Bohn
I wish it were that easy, but it isn't. There are two attributes that are each repeated in this order: keystorePassword (with value) keyPasswords (with value) keystorePassword (null value) keyPasswords (null value) Joe Dain Sundstrom wrote: I don't see any duplicate entries.

Geronimo trunk not building in a fresh WinXP environment.

2006-07-30 Thread Paulo Lopes
Hi, I just checked out the source code from SVN and installed maven 2.0.4 and JDK 1.5.0_07 and when i try to build geronimo i get: D:\projects\geronimobuild [INFO] Scanning for projects... [INFO] [ERROR] FATAL ERROR [INFO]

[jira] Commented: (GERONIMO-2244) Explicit reference fail when module type is not car

2006-07-30 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2244?page=comments#action_12424427 ] David Jencks commented on GERONIMO-2244: I recently changed car to null in the abstractNameQuery you refer to in branches/1.1, which should have fixed

Re: Geronimo trunk not building in a fresh WinXP environment.

2006-07-30 Thread Jason Dillon
At the moment m2 is not yet fully supported on trunk. Pending some changes I hope to get time to merge later today. Until then, use the m1 build. --jason On Jul 30, 2006, at 12:54 PM, Paulo Lopes wrote: Hi, I just checked out the source code from SVN and installed maven 2.0.4 and JDK

[jira] Updated: (GERONIMO-2244) Explicit reference fail when module type is not car

2006-07-30 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2244?page=all ] Aaron Mulder updated GERONIMO-2244: --- Priority: Major (was: Critical) I remember having a larger discussion around the geronimo-module:naming versus geronimo-naming:naming elements,

Re: Geronimo trunk not building in a fresh WinXP environment.

2006-07-30 Thread Aaron Mulder
Also, as far as I know you still can't build OpenEJB under Java 5 (due to the CORBA situation), and building Geronimo with OpenEJB binaries historically hasn't always worked... So you may want to build under 1.4 for now just to be safe. Thanks, Aaron On 7/30/06, Jason Dillon [EMAIL

Re: Geronimo trunk not building in a fresh WinXP environment.

2006-07-30 Thread Paulo Lopes
Hi, I downloaded maven 1.0.2 and i just compiled geronimo with jdk 1.5.0_07 but it failed in one junit test. I'll try to see if it works thanks for your replies. Paulo On 7/30/06, Aaron Mulder [EMAIL PROTECTED] wrote: Also, as far as I know you still can't build OpenEJB under Java 5 (due to

Re: Geronimo trunk not building in a fresh WinXP environment.

2006-07-30 Thread Aaron Mulder
On 7/30/06, Paulo Lopes [EMAIL PROTECTED] wrote: I downloaded maven 1.0.2 and i just compiled geronimo with jdk 1.5.0_07 but it failed in one junit test. I'll try to see if it works thanks for your replies. Aside from the OpenEJB/1.5 issue, some of the tests fail intermittently -- I think the

[jira] Assigned: (GERONIMO-2239) java.lang.UnsupportedOperationException in org.openejb.deployment.OpenEJBReferenceBuilder

2006-07-30 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2239?page=all ] David Jencks reassigned GERONIMO-2239: -- Assignee: David Jencks java.lang.UnsupportedOperationException in org.openejb.deployment.OpenEJBReferenceBuilder

[jira] Closed: (GERONIMO-2239) java.lang.UnsupportedOperationException in org.openejb.deployment.OpenEJBReferenceBuilder

2006-07-30 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2239?page=all ] David Jencks closed GERONIMO-2239. -- Resolution: Fixed I fixed this by copying the map passed in rather than passing in a mutable map. Although no one else is using the map passed in, I

Start JavaMail by default in 1.1.1?

2006-07-30 Thread Aaron Mulder
I don't see a great reason that we're not starting the JavaMail module by default. Granted, the user may need to change the SMTP server, but it's going to be easier if they don't need to enable the module too (e.g. the console usually doesn't see disabled GBeans, and the load=false is easy

[jira] Created: (GERONIMO-2249) Add remote-deploy and hot-deployer to Little G

2006-07-30 Thread Aaron Mulder (JIRA)
Add remote-deploy and hot-deployer to Little G -- Key: GERONIMO-2249 URL: http://issues.apache.org/jira/browse/GERONIMO-2249 Project: Geronimo Issue Type: Bug Security Level: public (Regular

Re: Geronimo trunk not building in a fresh WinXP environment.

2006-07-30 Thread Prasad Kashyap
And if you want a quick and dirty (not really dirty) build, just turn those tests off. Cheers Prasad. On 7/30/06, Aaron Mulder [EMAIL PROTECTED] wrote: On 7/30/06, Paulo Lopes [EMAIL PROTECTED] wrote: I downloaded maven 1.0.2 and i just compiled geronimo with jdk 1.5.0_07 but it failed in

Re: XML Jars

2006-07-30 Thread Prasad Kashyap
M2 assembly is no different. The jars in repository/xerces are copied as a dependency during our config install. We deliberatly install the ones into lib/endorsed. Cheers Prasad On 7/28/06, David Jencks [EMAIL PROTECTED] wrote: On Jul 27, 2006, at 1:07 PM, Phani Madgula wrote: Hi, I

Re: wiki migration

2006-07-30 Thread Kanchana Welagedara
Hi Hernan I worked on the apache wiki staging environment and presently I stopped working on the the staging.I want to get a copy and back ups of the work I have done so far.What is the method of getting a back up of the staging work?It's just a copy and past from the wiki to a document or more