Re: [VOTE] Release Apache ActiveMQ 4.0.2 (RC 2)

2006-08-02 Thread James Strachan
+1 looks good On 8/1/06, Hiram Chirino [EMAIL PROTECTED] wrote: Some LICENSE file issues were found in the first release candidate of the 4.0.2 build. I have cut and RC 2 of the 4.0.2 build with the fixes and it's available here:

Re: auto-generating documentation for C++ client?

2006-08-02 Thread James Strachan
On 8/1/06, Nathan Mittler [EMAIL PROTECTED] wrote: Hey guys, I've submitted the patch. James - as it stands, Tim has some docs that are ready to go - should we just post them on a server (people.apache.org?) and link to them from the web page? Awesome! Lets do it. The website is here...

Re: Regarding Multiple client in ActiveMQ for openwire-cpp API's

2006-08-02 Thread James Strachan
Use producer.setDeliveryMode(DeliverMode.PERSISTENT) On 8/2/06, Arshad Ahamad [EMAIL PROTECTED] wrote: Hi James, Bish, You need to create a Producer and Consumer in both the sender and receiver that are subscribed to the same queue. Then you should be golden. So in pseudo code you'd have

Re: Regarding Multiple client in ActiveMQ for openwire-cpp API's

2006-08-02 Thread Arshad Ahamad
virtual void setPersistent(bool persistent) = 0 ; Hi James and Bish, There is no such type of API producer.setDeliveryMode(DeliverMode.PERSISTENT) in openwire-cpp there is an API producer.setPersistent( true ); I have used, nevertheless this is not maintaining the persistence. Pls

Re: Creating a secure connection system and using JMSXUserID support

2006-08-02 Thread ngcutura
Hi, I started another thread, unaware of this one, with the same aim. http://www.nabble.com/forum/ViewPost.jtp?post=5583011framed=y So please allow me to share my views on this. If we are going to use SSL and SSL's built in client authentication, then I would use JAAS to authenticate the user

Re: Creating a secure connection system and using JMSXUserID support

2006-08-02 Thread Hiram Chirino
On 8/2/06, ngcutura [EMAIL PROTECTED] wrote: Hi, I started another thread, unaware of this one, with the same aim. http://www.nabble.com/forum/ViewPost.jtp?post=5583011framed=y So please allow me to share my views on this. If we are going to use SSL and SSL's built in client authentication,

Re: Creating a secure connection system and using JMSXUserID support

2006-08-02 Thread ngcutura
Hiram Chirino wrote: On 8/2/06, ngcutura [EMAIL PROTECTED] wrote: Hi, I started another thread, unaware of this one, with the same aim. http://www.nabble.com/forum/ViewPost.jtp?post=5583011framed=y So please allow me to share my views on this. If we are going to use SSL and SSL's

Re: Nested MapMessage

2006-08-02 Thread jhakim
Thanks for adding this feature. I am sure it is going to be heavily used. BTW - can you point me to where I can I download ActiveMQ 4.1? -- View this message in context: http://www.nabble.com/Nested-MapMessage-tf1788442.html#a5617829 Sent from the ActiveMQ - Dev forum at Nabble.com.

Re: Creating a secure connection system and using JMSXUserID support

2006-08-02 Thread Hiram Chirino
I guess I don't understand what you mean by #2 but that could be due to my ignorance of the SSL socket stuff. So perhaps you can help me understand what happens there... Lets assume we setup the ssl stuff to use 'need client auth'. Could we setup a truststore implementation that accepts any

Re: Nested MapMessage

2006-08-02 Thread Hiram Chirino
You can get them from: http://people.apache.org/maven-snapshot-repository/org/apache/activemq/apache-activemq/4.1-incubator-SNAPSHOT/ On 8/2/06, jhakim [EMAIL PROTECTED] wrote: Thanks for adding this feature. I am sure it is going to be heavily used. BTW - can you point me to where I can I

Re: Creating a secure connection system and using JMSXUserID support

2006-08-02 Thread ngcutura
Hmmm... It didn't cross my mind but yes, indeed, it is possible. We may supply a fake truststore that would return 'true' for any certificate submitted for authentication and then perform real authentication after connection setup. We would then be able to obtain client certificate exactly as

Re: auto-generating documentation for C++ client?

2006-08-02 Thread Nathan Mittler
Yea - the interesting thing is that I never even get prompted for my password ... the error pops up before I get a chance ... strange On 8/2/06, James Strachan [EMAIL PROTECTED] wrote: Strange - there shouldn't be - anything within the activemq folder should have the same karma. On 8/2/06,

Re: ActiveMQ OpenWire .NET Example

2006-08-02 Thread James Strachan
If you are trying to see examples of APIs being used, try search the code with your IDE as there's quite alot of example code in the test cases. e.g. https://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/streams/JMSInputStreamTest.java On

Re: auto-generating documentation for C++ client?

2006-08-02 Thread James Strachan
If you want to email me a tarball I could try insert it for you - then see if you could update it? On 8/3/06, Nathan Mittler [EMAIL PROTECTED] wrote: Yea - the interesting thing is that I never even get prompted for my password ... the error pops up before I get a chance ... strange On 8/2/06,

[jira] Created: (AMQ-858) create a super pom for tooling projects in activemq so we can create a nightly build of the various maven plugins

2006-08-02 Thread james strachan (JIRA)
create a super pom for tooling projects in activemq so we can create a nightly build of the various maven plugins - Key: AMQ-858 URL:

Re: auto-generating documentation for C++ client?

2006-08-02 Thread Nathan Mittler
I've uploaded the docs to http://people.apache.org/~nmittler/ On 8/2/06, James Strachan [EMAIL PROTECTED] wrote: If you want to email me a tarball I could try insert it for you - then see if you could update it? On 8/3/06, Nathan Mittler [EMAIL PROTECTED] wrote: Yea - the interesting thing

Re: auto-generating documentation for C++ client?

2006-08-02 Thread James Strachan
There you go... http://svn.apache.org/repos/asf/incubator/activemq/site/cms/ hopefully in an hour or so it should show up here http://incubator.apache.org/activemq/cms/html/ Unfortunately right now Confluence is down so we can't yet edit these pages to add a link...

[jira] Resolved: (AMQ-843) temporary queues seem to not work properly in C# when trying to implement request response

2006-08-02 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-843?page=all ] james strachan resolved AMQ-843. Fix Version/s: 4.1 Resolution: Fixed I've added the TemporaryQueueTest.cs NUnit to reproduce this and fixed the bug temporary queues seem to not

Re: auto-generating documentation for C++ client?

2006-08-02 Thread James Strachan
On 8/3/06, James Strachan [EMAIL PROTECTED] wrote: There you go... http://svn.apache.org/repos/asf/incubator/activemq/site/cms/ hopefully in an hour or so it should show up here http://incubator.apache.org/activemq/cms/html/ Unfortunately right now Confluence is down so we can't yet edit these

Creating a JBI Component

2006-08-02 Thread Philip Dodds
Guillaume, I noticed that you had started on a servicemix-xslt as a walk through - I was wondering if you would give me a few days on that as I'd like to walk through the construction of a new SE using the archetype and then document it - its been a while since I did new components and I can

Re: Creating a JBI Component

2006-08-02 Thread Guillaume Nodet
Sure, go for it ! I will remove it from my todo list ;) Btw, i choose xslt because I thought a basic xslt engine would be a simpleSE to write, but you can choose anything you want for the tutorial. Feel free to ask questions (servicemix-common is not very well documented). On 8/2/06, Philip

MTOM support in servicemix-jsr181

2006-08-02 Thread Guillaume Nodet
Just a heads up. I have added support for MTOM / attachments in jsr181. See http://servicemix.goopen.org/site/servicemix-jsr181.html#servicemix-jsr181-MTOMsupport Note that I had to fix a bug in XFire to support byte[], so currently, only DataHandler and DataSource are supported -- Cheers,

[jira] Updated: (GERONIMO-2118) Deploying and starting web application in console shows successful even on start exceptions.

2006-08-02 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2118?page=all ] Krishnakumar B updated GERONIMO-2118: - Attachment: ConsoleDeploymentCheck-2118.patch Using console when i deploy an application and it throws Exception when starting the GBeans the

[jira] Updated: (GERONIMO-2118) Deploying and starting web application in console shows successful even on start exceptions.

2006-08-02 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2118?page=all ] Krishnakumar B updated GERONIMO-2118: - Patch Info: [Patch Available] Affects Version/s: 1.1.1 1.2 (was: 1.1) Updated to

[jira] Commented: (SM-508) Marshaller spelled wrong in API

2006-08-02 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-508?page=comments#action_36675 ] Guillaume Nodet commented on SM-508: English is not my native language, but may this word be spell differently in english and american ? I see

[jira] Created: (GERONIMO-2263) Redeploy application from console

2006-08-02 Thread Krishnakumar B (JIRA)
Redeploy application from console - Key: GERONIMO-2263 URL: http://issues.apache.org/jira/browse/GERONIMO-2263 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues)

Re: 1.1.1-SNAPSHOT Memory Problems

2006-08-02 Thread Jeff Genender
Nice work Kevan. I got Liferay enterprise to run fine now ;-) Jeff Kevan Miller wrote: On Jul 31, 2006, at 10:45 PM, Matt Hogstrom wrote: Concur...blocked. Aaron Mulder wrote: Jeff just noted that Liferay seems to take an abnormal amount of memory to run. I just redeployed the

[jira] Commented: (GERONIMO-2263) Redeploy application from console

2006-08-02 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2263?page=comments#action_12425217 ] Sachin Patel commented on GERONIMO-2263: I was not able to reproduce this, could you provide a test case or additional information? Did you modify the

Re: Refactor samples to use the maven jbi plugin

2006-08-02 Thread Ramon Buckland
Guillaume Nodet wrote: I've just seen a problem though. I though the maven-jbi-plugin would embed jar dependencies in the service unit, but it does not seem to be the case. Let's say I have a multiproject build containing a jar, a SU and a SA. If the code inside the SU depends on the jar, I

Re: Refactor samples to use the maven jbi plugin

2006-08-02 Thread Philip Dodds
The manve tooling now does all the packaging for SA and SU's : see http://www.servicemix.org/site/working-with-service-units.html http://www.servicemix.org/site/working-with-service-assemblies.html The problem with the xbean classpath has been discussed a little, and I think we are trying to

Re: svn commit: r427826 - /geronimo/branches/1.1/modules/kernel/src/java/org/apache/geronimo/kernel/basic/BasicProxyManager.java

2006-08-02 Thread Jason Dillon
Does this exist on trunk too? --jason On Aug 1, 2006, at 5:46 PM, [EMAIL PROTECTED] wrote: Author: kevan Date: Tue Aug 1 17:46:09 2006 New Revision: 427826 URL: http://svn.apache.org/viewvc?rev=427826view=rev Log: GERONIMO-2204 I'm reverting the original change associated with this Jira.

Re: Can't use car-maven-plugin today!

2006-08-02 Thread Jason Dillon
Did you ever get this resolved? --jason On Jul 31, 2006, at 9:04 AM, Aaron Mulder wrote: So I tried on a different machine today. If I specify no version number for car-maven-plugin in the POM, I get: [ERROR] BUILD ERROR [INFO]

Re: Can't use car-maven-plugin today!

2006-08-02 Thread Aaron Mulder
On 8/2/06, Jason Dillon [EMAIL PROTECTED] wrote: Did you ever get this resolved? No, I just stopped trying. Should the car-maven-plugin be fully working and able to insert the META-INF/geronimo-plugin.xml files now? If so, I'll give it another shot. If we haven't fixed the problem that it

Re: 1.1.1 Branch notice 1500 ET (that's 3:00 PM ET for the non geeky)

2006-08-02 Thread Aaron Mulder
Most of the remaining issues marked for 1.1.1 seem to have been fixed for 1.1.1 but are still open pending different solutions for 1.2. There is one big exception -- an ERROR during shutdown on Java 5. It would be great if someone could look at that before the branch. I've been trying hard to

[jira] Created: (GERONIMODEVTOOLS-94) cannot run jar or ear from within eclipse

2006-08-02 Thread Lin Sun (JIRA)
cannot run jar or ear from within eclipse - Key: GERONIMODEVTOOLS-94 URL: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-94 Project: Geronimo-Devtools Issue Type: Bug Components:

[jira] Assigned: (GERONIMO-2251) Add Proxy variables to geronimo.bat geronimo.sh

2006-08-02 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2251?page=all ] Matt Hogstrom reassigned GERONIMO-2251: --- Assignee: John Sisson Add Proxy variables to geronimo.bat geronimo.sh -

[jira] Commented: (GERONIMODEVTOOLS-94) cannot run jar or ear from within eclipse

2006-08-02 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-94?page=comments#action_12425247 ] Sachin Patel commented on GERONIMODEVTOOLS-94: -- If you need something immediatley, as a workaround this can be implemented on your end

[jira] Commented: (GERONIMODEVTOOLS-94) cannot run jar or ear from within eclipse

2006-08-02 Thread Lin Sun (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-94?page=comments#action_12425252 ] Lin Sun commented on GERONIMODEVTOOLS-94: - Thanks for the quick comments. Could you explain a bit more on Running SchemaConversionUtil on 1.1

[jira] Created: (AMQ-856) log Endpoint connection to JMS broker failed: ... on error level

2006-08-02 Thread Andreas Bergmann (JIRA)
log Endpoint connection to JMS broker failed: ... on error level -- Key: AMQ-856 URL: https://issues.apache.org/activemq/browse/AMQ-856 Project: ActiveMQ Issue Type: Wish

Re: ActiveMQ OpenWire .NET Example

2006-08-02 Thread cbourne
James, Thanks for this – we’re still struggling to get this work and thus prove the concept of producing and consuming large message/files. Could you be so kind as to provide a more complete working example of producing/consuming messages via JMS Streams. I really would to get some buy in on

[jira] Commented: (GERONIMO-2134) Shutdown error in ConfigurationClassLoader on Java 5

2006-08-02 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2134?page=comments#action_12425273 ] Joe Bohn commented on GERONIMO-2134: Are there any special activities required while geronimo is active to prodiuce this error? I brought the server up

Re: 1.1.1 Branch notice 1500 ET (that's 3:00 PM ET for the non geeky)

2006-08-02 Thread Kevan Miller
On Aug 2, 2006, at 10:39 AM, Aaron Mulder wrote: Most of the remaining issues marked for 1.1.1 seem to have been fixed for 1.1.1 but are still open pending different solutions for 1.2. There is one big exception -- an ERROR during shutdown on Java 5. It would be great if someone could look

Re: 1.1.1 Branch notice 1500 ET (that's 3:00 PM ET for the non geeky)

2006-08-02 Thread Aaron Mulder
I just tried on a fresh install of Geronimo-Jetty-J2EE-1.1 on Linux (SuSE 10.1) with JDK 1.5.0_07 (the one SuSE distributes) and I get the ERROR. I don't know how to tell if my JVM has a class leak error or not, but I'll try to check if you know. In any case, eliminating the message is fine for

[jira] Commented: (GERONIMO-2134) Shutdown error in ConfigurationClassLoader on Java 5

2006-08-02 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2134?page=comments#action_12425301 ] Aaron Mulder commented on GERONIMO-2134: I see the problem on JDK 1.5.0_07 on Linux (SuSE 10.1 with the default 1.5 JDK). I do not see the problem on

Terminology and status

2006-08-02 Thread Rodent of Unusual Size
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 People have been referring to things requiring votes as 'RTCs'. Everyone *please* stop using RTC in this manner. RTC is a development model; what it and CTR are concerned with are patches. Please call them patches. Changes are patches; RTC and CTR

[jira] Commented: (GERONIMO-2063) Stopping a TSSbean also stops the orb it's attached to

2006-08-02 Thread Ted Kirby (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2063?page=comments#action_12425311 ] Ted Kirby commented on GERONIMO-2063: - If j2ee-corba is not started before magicgball, the start, stop, start of magicball gives: 13:52:45,531 ERROR

Re: Terminology and status

2006-08-02 Thread Dain Sundstrom
How will non-committers get their patches added to the status file? -dain On Aug 2, 2006, at 10:53 AM, Rodent of Unusual Size wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 People have been referring to things requiring votes as 'RTCs'. Everyone *please* stop using RTC in this manner.

[jira] Resolved: (GERONIMO-2134) Shutdown error in ConfigurationClassLoader on Java 5

2006-08-02 Thread Kevan Miller (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2134?page=all ] Kevan Miller resolved GERONIMO-2134. Fix Version/s: 1.2 Resolution: Fixed I tracked down the src for 1.5.0_07. There was a change in the ObjectInputStream implementation for

Re: Terminology and status

2006-08-02 Thread Rodent of Unusual Size
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dain Sundstrom wrote: How will non-committers get their patches added to the status file? By a committer. - -- #kenP-)} Ken Coar, Sanagendamgagwedweinini http://Ken.Coar.Org/ Author, developer, opinionist http://Apache-Server.Com/

Re: Terminology and status

2006-08-02 Thread Matt Hogstrom
Fine...I prefer a field in JIRA so I can execute a single query. I'll assume the patches are in JIRA anyway and its a great place for comments too :) Rodent of Unusual Size wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 People have been referring to things requiring votes as 'RTCs'.

Re: Terminology and status

2006-08-02 Thread Sachin Patel
On Aug 2, 2006, at 3:06 PM, Matt Hogstrom wrote:Fine...I prefer a field in JIRA so I can execute a single query.  I'll assume the patches are in JIRA anyway and its a great place for comments too :)+1Rodent of Unusual Size wrote: -BEGIN PGP SIGNED MESSAGE-Hash: SHA1People have been

Re: Terminology and status

2006-08-02 Thread David Blevins
On Aug 2, 2006, at 12:06 PM, Matt Hogstrom wrote: Fine...I prefer a field in JIRA so I can execute a single query. I'll assume the patches are in JIRA anyway and its a great place for comments too :) I was just looking into that. I already send a report every monday of unassigned

[jira] Created: (GERONIMO-2264) Created branches/1.1.1 to start release process

2006-08-02 Thread Matt Hogstrom (JIRA)
Created branches/1.1.1 to start release process --- Key: GERONIMO-2264 URL: http://issues.apache.org/jira/browse/GERONIMO-2264 Project: Geronimo Issue Type: Task Security Level: public

Re: Creating a secure connection system and using JMSXUserID support

2006-08-02 Thread Hiram Chirino
Hi, On 8/2/06, ngcutura [EMAIL PROTECTED] wrote: Hmmm... It didn't cross my mind but yes, indeed, it is possible. We may supply a fake truststore that would return 'true' for any certificate submitted for authentication and then perform real authentication after connection setup. We would

[jira] Assigned: (GERONIMO-2134) Shutdown error in ConfigurationClassLoader on Java 5

2006-08-02 Thread Kevan Miller (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2134?page=all ] Kevan Miller reassigned GERONIMO-2134: -- Assignee: Kevan Miller Shutdown error in ConfigurationClassLoader on Java 5

[jira] Updated: (GERONIMO-2063) Stopping a TSSbean also stops the orb it's attached to

2006-08-02 Thread Ted Kirby (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2063?page=all ] Ted Kirby updated GERONIMO-2063: Attachment: G2063-openejb211.patch i manually start j2ee-corba before magicgball. The problem here is that on second start, the POA already exists. this is

[jira] Created: (SM-509) Support mtom and attachments

2006-08-02 Thread Guillaume Nodet (JIRA)
Support mtom and attachments Key: SM-509 URL: https://issues.apache.org/activemq/browse/SM-509 Project: ServiceMix Issue Type: New Feature Components: servicemix-jsr181 Reporter: Guillaume

[jira] Created: (GERONIMO-2265) Upgrade to use the new commons-modeler-2.0 release

2006-08-02 Thread Kevan Miller (JIRA)
Upgrade to use the new commons-modeler-2.0 release -- Key: GERONIMO-2265 URL: http://issues.apache.org/jira/browse/GERONIMO-2265 Project: Geronimo Issue Type: New Feature Security Level:

[jira] Commented: (GERONIMO-2264) Created branches/1.1.1 to start release process

2006-08-02 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2264?page=comments#action_12425364 ] Matt Hogstrom commented on GERONIMO-2264: - svn commit -m GERONIMO-2264 Updated versions to 1.1.2-SNAPSHOT in branches/1.1 Sending

[jira] Commented: (GERONIMO-2264) Created branches/1.1.1 to start release process

2006-08-02 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2264?page=comments#action_12425366 ] Matt Hogstrom commented on GERONIMO-2264: - Transmitting file data ... Committed revision 428127. Created branches/1.1.1 to start release

[jira] Resolved: (SM-509) Support mtom and attachments

2006-08-02 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-509?page=all ] Guillaume Nodet resolved SM-509. Resolution: Fixed Author: gnodet Date: Wed Aug 2 13:06:38 2006 New Revision: 428124 URL: http://svn.apache.org/viewvc?rev=428124view=rev Log: SM-509: add

Re: Terminology and status

2006-08-02 Thread Jason Dillon
I would rather see the community use JIRA to manage information of this nature. I don't think that using the STATUS file is a good idea... at least not for Geronimo and its projects. The RTC issue type was added to help with some of this, but from recent experience I've seen that no one

Re: Terminology and status

2006-08-02 Thread Joe Bohn
I agree. I'd prefer something that is directly integrated with JIRA rather than adding an additional file that must be maintained (and therefore is more likely to contain errors). Joe Matt Hogstrom wrote: Fine...I prefer a field in JIRA so I can execute a single query. I'll assume the

Re: Terminology and status

2006-08-02 Thread Jason Dillon
On Aug 2, 2006, at 12:11 PM, David Blevins wrote: I was just looking into that. I already send a report every monday of unassigned JIRAs that contain patches. If i could get a list of the votes too, I should be able to cook up something. Unfortunately you can not tell which are PMC

Re: Terminology and status

2006-08-02 Thread Kevan Miller
On Aug 2, 2006, at 1:53 PM, Rodent of Unusual Size wrote: People have been referring to things requiring votes as 'RTCs'. Everyone *please* stop using RTC in this manner. RTC is a development model; what it and CTR are concerned with are patches. Please call them patches. Changes are

Re: Terminology and status

2006-08-02 Thread David Blevins
On Aug 2, 2006, at 2:01 PM, Jason Dillon wrote: On Aug 2, 2006, at 12:11 PM, David Blevins wrote: I was just looking into that. I already send a report every monday of unassigned JIRAs that contain patches. If i could get a list of the votes too, I should be able to cook up something.

[jira] Reopened: (AMQ-854) Update to activemq-cpp source to enable documentation generation

2006-08-02 Thread Nathan Mittler (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-854?page=all ] Nathan Mittler reopened AMQ-854: going to submit a snapshot of the documentation to http://svn.apache.org/repos/asf/incubator/activemq/site/cms Update to activemq-cpp source to

Re: Terminology and status

2006-08-02 Thread Jason Dillon
I was not volunteering... :-P But maybe if I have some time and feel like hacking something together I will... --jason On Aug 2, 2006, at 2:37 PM, David Blevins wrote: On Aug 2, 2006, at 2:01 PM, Jason Dillon wrote: On Aug 2, 2006, at 12:11 PM, David Blevins wrote: I was just looking

Re: Geronimo site POC using Confluence Autoexport

2006-08-02 Thread Jason Dillon
FYI... I've updated to include most of the pages from the main site... but have not fully converted them. But now you can get a better feel for how the site might look: http://cwiki.apache.org/GMOxSITE/ --jason

[jira] Commented: (GERONIMO-2219) [RTC] Merge m2migration (functional m2 build) to trunk

2006-08-02 Thread Jason Dillon (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2219?page=comments#action_12425390 ] Jason Dillon commented on GERONIMO-2219: FYI, I will do this when I get back to Cali on friday... sorry have not had time to apply after the super

Re: Graduate to a TLP?

2006-08-02 Thread David Jencks
+1 david jencks On Aug 1, 2006, at 9:14 AM, Brian McCallister wrote: I'd like to start the ball rolling to have ActiveMQ graduate to a top level project at Apache. The original intent was to become a sub-project of Geronimo, but I think that this would be a disservice to ActiveMQ, which

Re: Creating a secure connection system and using JMSXUserID support

2006-08-02 Thread David Jencks
I'm confused by the descriptions of this approach, and don't understand what is being proposed. I would separate the steps of 1. validating the client certificate based on the presented certificate chain, which in my experience can be done by the standard truststore implementation that

Re: auto-generating documentation for C++ client?

2006-08-02 Thread Nathan Mittler
Hey James, Just tried to commit and got the following error: svn: MKACTIVITY of '/repos/asf/!svn/act/010cd0f707b0': 403 Forbidden ( http://svn.apache.org) Is there some special permission that I need for submitting to that folder? On 8/2/06, James Strachan [EMAIL PROTECTED] wrote: On

[jira] Commented: (GERONIMO-2255) Error on creation of standalone web services

2006-08-02 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2255?page=comments#action_12425397 ] David Jencks commented on GERONIMO-2255: I agree that adding these dependencies in this way is a bad idea. I think the correct approach is to allow

[jira] Assigned: (GERONIMO-2030) Allow WebServiceBuilder determine if there are WebServices to be deployed

2006-08-02 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2030?page=all ] David Jencks reassigned GERONIMO-2030: -- Assignee: David Jencks Allow WebServiceBuilder determine if there are WebServices to be deployed

Re: Creating a secure connection system and using JMSXUserID support

2006-08-02 Thread Sepand M
Ok. So from what I've read, we're trying to separate the authorization part from the SSL socket and let the broker handle it. This sounds great. It would take more work (not so great since I have a deadline), but it would be a proper solution. From what I know of JAAS, the subject/principals

[jira] Created: (AMQ-857) Make kaha DB file size configurable

2006-08-02 Thread Vadim Pesochinskiy (JIRA)
Make kaha DB file size configurable --- Key: AMQ-857 URL: https://issues.apache.org/activemq/browse/AMQ-857 Project: ActiveMQ Issue Type: New Feature Components: Broker Affects Versions: 4.0.2,

Re: Geronimo site POC using Confluence Autoexport

2006-08-02 Thread David Blevins
I totally missed this email when it came out. This stuff rocks! -David On Jul 25, 2006, at 3:34 AM, Jason Dillon wrote: I had been wanting to use Confluence as the primary Geronimo website for a while now... and finally just went and created proof of concept that it might actually work...

[jira] Assigned: (GERONIMO-1277) Change group-id to org.apache.geronimo

2006-08-02 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1277?page=all ] David Jencks reassigned GERONIMO-1277: -- Assignee: Jason Dillon (was: David Jencks) I think jason is implementing this insofar as it is possible within windows restrictions as part of

[jira] Commented: (AMQ-850) add the ability to timeout a prefetch buffer to prevent a single consumer grabbing messages

2006-08-02 Thread Vadim Pesochinskiy (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-850?page=comments#action_36679 ] Vadim Pesochinskiy commented on AMQ-850: Please remember that in addition to removing messages from the buffer (unacking) you need to make sure that you do

Re: auto-generating documentation for C++ client?

2006-08-02 Thread James Strachan
Strange - there shouldn't be - anything within the activemq folder should have the same karma. On 8/2/06, Nathan Mittler [EMAIL PROTECTED] wrote: Hey James, Just tried to commit and got the following error: svn: MKACTIVITY of '/repos/asf/!svn/act/010cd0f707b0': 403 Forbidden (

LinuxWorld Geronimo BOF Scheduled

2006-08-02 Thread Kevan Miller
Geronimo community members, There is a Geronimo BOF being held at LinuxWorld in San Francisco, later this month. Here are the details that I have: BOF 15: Apache Geronimo 1.1 - Open Source Application Server Wednesday, August 16, from 6-7 PM Moscone Center Room 305 I'll be there. Anyone else

[jira] Created: (XBEAN-34) The id attribute defaults to the xbean tag name

2006-08-02 Thread David Blevins (JIRA)
The id attribute defaults to the xbean tag name --- Key: XBEAN-34 URL: http://issues.apache.org/jira/browse/XBEAN-34 Project: XBean Issue Type: Improvement Affects Versions: 2.6

[STATUS] (geronimo) Wed Aug 2 23:48:09 2006

2006-08-02 Thread Rodent of Unusual Size
APACHE GERONIMO STATUS: -*-text-*- Last modified at [$Date: 2006-08-02 13:03:05 -0400 (Wed, 02 Aug 2006) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/geronimo/trunk/STATUS Current version in trunk: RELEASE

Re: LinuxWorld Geronimo BOF Scheduled

2006-08-02 Thread Alan D. Cabrera
Kevan Miller wrote: Geronimo community members, There is a Geronimo BOF being held at LinuxWorld in San Francisco, later this month. Here are the details that I have: BOF 15: Apache Geronimo 1.1 - Open Source Application Server Wednesday, August 16, from 6-7 PM Moscone Center Room 305 I'll

Re: Geronimo site POC using Confluence Autoexport

2006-08-02 Thread Alan D. Cabrera
Jason Dillon wrote: FYI... I've updated to include most of the pages from the main site... but have not fully converted them. But now you can get a better feel for how the site might look: http://cwiki.apache.org/GMOxSITE/ --jason Looks really great! Regards, Alan

[jira] Created: (GERONIMO-2266) FileAuditLoginModule: Does not log failed attempts

2006-08-02 Thread Vamsavardhana Reddy (JIRA)
FileAuditLoginModule: Does not log failed attempts -- Key: GERONIMO-2266 URL: http://issues.apache.org/jira/browse/GERONIMO-2266 Project: Geronimo Issue Type: Bug Security Level: public

[jira] Updated: (GERONIMO-2266) FileAuditLoginModule: Does not log failed attempts

2006-08-02 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2266?page=all ] Vamsavardhana Reddy updated GERONIMO-2266: -- Fix Version/s: 1.2 Affects Version/s: 1.1.x 1.2 FileAuditLoginModule: Does not log failed attempts

[jira] Assigned: (GERONIMO-2266) FileAuditLoginModule: Does not log failed attempts

2006-08-02 Thread Alan Cabrera (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2266?page=all ] Alan Cabrera reassigned GERONIMO-2266: -- Assignee: Alan Cabrera FileAuditLoginModule: Does not log failed attempts --

Re: Terminology and status

2006-08-02 Thread Alan D. Cabrera
What about the changes to the Jira that we made a few weeks ago? Regards, Alan Rodent of Unusual Size wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 People have been referring to things requiring votes as 'RTCs'. Everyone *please* stop using RTC in this manner. RTC is a development

Re: 1.1.1 Branch notice 1500 ET (that's 3:00 PM ET for the non geeky)

2006-08-02 Thread Alan D. Cabrera
Matt Hogstrom wrote: The memory leak is fixed. Thanks to Kevan for the quick work. I am going to branch this afternoon at 1500. If you have something in progress ping me and we'll work it out. The branch will be branches/1.1.1 and will only be taking bug fixes and performance regressions

[jira] Updated: (GERONIMO-2266) FileAuditLoginModule: Does not log failed attempts

2006-08-02 Thread Alan Cabrera (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2266?page=all ] Alan Cabrera updated GERONIMO-2266: --- Fix Version/s: v1.1.2 (was: 1.1.x) FileAuditLoginModule: Does not log failed attempts

Current caller subject?

2006-08-02 Thread Dain Sundstrom
I'm working on the Jencks project again and have discovered that the container managed security and pool partition by-subject doesn't work oustide of Geronimo since both depend on obtaining the current caller's subject from ContextManager.getCurrentCaller(), which is a Geronimo specific