Re: ActiveMQ send/receive messages to/from MQSeries

2006-08-09 Thread James Strachan
On 8/9/06, Velladurai, Ashok Kumar [EMAIL PROTECTED] wrote: Hi all, I am new to MQ Series, I have a model that my web application running on JBoss 4.0.2 should be able to send message to a remote MQ (different server) and receive the same message using a MDB (running in same JBoss) to process

Re: Implementing prefetchSize=0

2006-08-09 Thread James Strachan
Note that to implement the JMS API - the minimum value of prefetch possible is 1 which means deliver 1 message then wait until an acknowledgement before delivering another. This is essential to implement consumer.setMessageListener() consumer.receiveNoWait(). Neither of which are possible to

[jira] Updated: (AMQ-850) add the ability to timeout a consumer to prevent a bad, hung or unused consumer consumer from grabbing messages

2006-08-09 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-850?page=all ] james strachan updated AMQ-850: --- Summary: add the ability to timeout a consumer to prevent a bad, hung or unused consumer consumer from grabbing messages (was: add the ability to timeout

[jira] Commented: (AMQ-855) Add support for prefetchSize = 0

2006-08-09 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-855?page=comments#action_36716 ] james strachan commented on AMQ-855: Andrew I just commented on this thread on why a prefetch of 1 is the lowest possible value to have while still fully

Java Service Wrapper or Commons Daemon?

2006-08-09 Thread James Strachan
Anyone have any experience of these 2 solutions to know which one is the best to use when creating a windows/unix service? http://wrapper.tanukisoftware.org/doc/english/introduction.html http://jakarta.apache.org/commons/daemon/index.html It'd be nice to have a service for ActiveMQ - am just

[jira] Commented: (AMQ-850) add the ability to timeout a consumer to prevent a bad, hung or unused consumer consumer from grabbing messages

2006-08-09 Thread Vadim Pesochinskiy (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-850?page=comments#action_36741 ] Vadim Pesochinskiy commented on AMQ-850: Even with prefetchSize=1 you will already loose 1 message. Somehow people tend to assume that loosing 1 message is

RE: [jira] Resolved: (SM-525) Enhancement to ValidateComponent to implement a complete and flexible error handling scheme for schema validation

2006-08-09 Thread Grant McDonald
Do you want a wiki page for examples of this configuration or do you have existing examples this should be integrated into? -Original Message- From: Guillaume Nodet (JIRA) [mailto:[EMAIL PROTECTED] Sent: Thursday, 10 August 2006 10:24 AM To: servicemix-dev@geronimo.apache.org Subject:

Re: [jira] Resolved: (SM-525) Enhancement to ValidateComponent to implement a complete and flexible error handling scheme for schema validation

2006-08-09 Thread Guillaume Nodet
MMh, that would be nice :) See http://servicemix.goopen.org/site/validation.html for the wiki page and you could also take a look at extending the new bridge sample ( http://svn.apache.org/repos/asf/incubator/servicemix/trunk/samples/bridge/) by adding a validation before the xslt

[jira] Created: (GERONIMO-2303) Able to deploy two ejb modules that contain ejb's with the same JNDI Name

2006-08-09 Thread Manu T George (JIRA)
Able to deploy two ejb modules that contain ejb's with the same JNDI Name - Key: GERONIMO-2303 URL: http://issues.apache.org/jira/browse/GERONIMO-2303 Project: Geronimo

[jira] Updated: (GERONIMO-2303) Able to deploy two ejb modules that contain ejb's with the same JNDI Name

2006-08-09 Thread Manu T George (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2303?page=all ] Manu T George updated GERONIMO-2303: Component/s: OpenEJB Affects Version/s: 1.1.x Able to deploy two ejb modules that contain ejb's with the same JNDI Name

[jira] Updated: (GERONIMO-2297) ClassCastException on invoking a non existing/Stopped EJB from a remote client.

2006-08-09 Thread Manu T George (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2297?page=all ] Manu T George updated GERONIMO-2297: Affects Version/s: 1.1.x (was: 1.1) ClassCastException on invoking a non existing/Stopped EJB from a remote client.

[jira] Updated: (GERONIMO-2296) java.lang.ClassNotFoundException org.tranql.ql.QueryException coming on invoking CMP

2006-08-09 Thread Manu T George (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2296?page=all ] Manu T George updated GERONIMO-2296: Affects Version/s: 1.1.x (was: 1.1) java.lang.ClassNotFoundException org.tranql.ql.QueryException coming on invoking

Build failure on branches 1.1.1

2006-08-09 Thread Vamsavardhana Reddy
Build is failing since OpenEJB is looking for geronimo-xxx-1.1.2-SNAPHOT jars .

[jira] Commented: (GERONIMO-2268) Security Realm with more than one LoginModule does not function as expected

2006-08-09 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2268?page=comments#action_12426866 ] Vamsavardhana Reddy commented on GERONIMO-2268: --- GERONIMO-2268 is a duplicate of GERONIMO-2294, or is it the otherway round? :o) Security Realm

[jira] Resolved: (AMQ-855) Add support for prefetchSize = 0

2006-08-09 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-855?page=all ] james strachan resolved AMQ-855. Resolution: Won't Fix I still don't see a valid use case for this change. Instead I think these issues are more applicable to the problem you are trying to

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

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

[jira] Closed: (XBEAN-38) XFire initialisation problem with spring 2.0-rc2

2006-08-09 Thread james strachan (JIRA)
[ http://issues.apache.org/jira/browse/XBEAN-38?page=all ] james strachan closed XBEAN-38. --- You have invalid XML. change it to beans service xmlns=http://xfire.codehaus.org/config/1.0;

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-09 Thread David Blevins
Personally, I'm happy that Aaron still wants to work on Geronimo at all. If he wants to work out on SourceForge, that's really his decision no matter what the reasons. I don't see an upside to pushing the topic. As long as he doesn't get upset that others are working on potentially the

[jira] Commented: (AMQ-855) Add support for prefetchSize = 0

2006-08-09 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-855?page=comments#action_36718 ] james strachan commented on AMQ-855: BTW just to be absolutely clear - here's how I think we should fix Vadim's use case. If we had full support for priority

[jira] Resolved: (AMQ-770) consumer.dispatchAsync defaults to false

2006-08-09 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-770?page=all ] james strachan resolved AMQ-770. Fix Version/s: 4.1 Resolution: Fixed This was a documentation error. We default to false to minimise the number of threads used by default.

Re: Start JavaMail by default in 1.1.1?

2006-08-09 Thread Rick McGuire
Aaron Mulder wrote: 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

[jira] Created: (SM-525) Enhancement to ValidateComponent to implement a complete and flexible error handling scheme for schema validation

2006-08-09 Thread Grant McDonald (JIRA)
Enhancement to ValidateComponent to implement a complete and flexible error handling scheme for schema validation - Key: SM-525 URL:

[jira] Created: (SM-526) Fault messages returned to BPEL via servicemix-bpe are not accessible in BPEL

2006-08-09 Thread Grant McDonald (JIRA)
Fault messages returned to BPEL via servicemix-bpe are not accessible in BPEL - Key: SM-526 URL: https://issues.apache.org/activemq/browse/SM-526 Project: ServiceMix

[jira] Resolved: (AMQ-871) Allow MessageEvictionStrategy to evict more than one MessageReference in evictMessage(LinkedList message) method

2006-08-09 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-871?page=all ] james strachan resolved AMQ-871. Fix Version/s: 4.1 Resolution: Fixed Assignee: james strachan Patch applied with thanks! Incidentally for bad eviction strategies which do

[jira] Assigned: (GERONIMODEVTOOLS-97) Need to remove jetty and tomcat server dependency in assembly\pom.xml to build devtools.

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-97?page=all ] Sachin Patel reassigned GERONIMODEVTOOLS-97: Assignee: Sachin Patel Need to remove jetty and tomcat server dependency in assembly\pom.xml to build devtools.

[jira] Closed: (GERONIMODEVTOOLS-97) Need to remove jetty and tomcat server dependency in assembly\pom.xml to build devtools.

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-97?page=all ] Sachin Patel closed GERONIMODEVTOOLS-97. Resolution: Fixed Need to remove jetty and tomcat server dependency in assembly\pom.xml to build devtools.

[jira] Closed: (GERONIMODEVTOOLS-96) Has to add xmlbeans as dependency in pom.xml to build devtools

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-96?page=all ] Sachin Patel closed GERONIMODEVTOOLS-96. Resolution: Fixed Assignee: Sachin Patel Has to add xmlbeans as dependency in pom.xml to build devtools

[jira] Updated: (GERONIMODEVTOOLS-90) Deployment errors all on one line

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-90?page=all ] Sachin Patel updated GERONIMODEVTOOLS-90: - Fix Version/s: 1.x Deployment errors all on one line - Key: GERONIMODEVTOOLS-90

[jira] Updated: (GERONIMODEVTOOLS-91) WTP server adapters for geronimo needs to provide extensibility, like an OEM vendor.

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-91?page=all ] Sachin Patel updated GERONIMODEVTOOLS-91: - Fix Version/s: 1.x WTP server adapters for geronimo needs to provide extensibility, like an OEM vendor.

[jira] Updated: (GERONIMODEVTOOLS-73) Geronimo needs to support IModulePublishHelper.getPublishDirectory() to get to the server's publish directory

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-73?page=all ] Sachin Patel updated GERONIMODEVTOOLS-73: - Fix Version/s: 1.x Geronimo needs to support IModulePublishHelper.getPublishDirectory() to get to the server's publish directory

[jira] Updated: (GERONIMODEVTOOLS-86) Stack Traces upon Publishing Errors are difficult to read

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-86?page=all ] Sachin Patel updated GERONIMODEVTOOLS-86: - Fix Version/s: 1.x Stack Traces upon Publishing Errors are difficult to read

[jira] Updated: (GERONIMODEVTOOLS-92) Support builds on Linux x86_64 based systems

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-92?page=all ] Sachin Patel updated GERONIMODEVTOOLS-92: - Fix Version/s: 1.x Support builds on Linux x86_64 based systems

[jira] Updated: (GERONIMODEVTOOLS-57) When user configure server and put wrong password, no message is shown

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-57?page=all ] Sachin Patel updated GERONIMODEVTOOLS-57: - Fix Version/s: 1.x When user configure server and put wrong password, no message is shown

[jira] Updated: (GERONIMODEVTOOLS-65) Support qualifer builds

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-65?page=all ] Sachin Patel updated GERONIMODEVTOOLS-65: - Fix Version/s: 1.x Support qualifer builds --- Key: GERONIMODEVTOOLS-65

[jira] Updated: (GERONIMODEVTOOLS-75) DEBUG messages are shown when INFO was selected.

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-75?page=all ] Sachin Patel updated GERONIMODEVTOOLS-75: - Fix Version/s: 1.x DEBUG messages are shown when INFO was selected.

[jira] Updated: (GERONIMODEVTOOLS-40) Cannot start server programmatically

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-40?page=all ] Sachin Patel updated GERONIMODEVTOOLS-40: - Fix Version/s: 1.x Cannot start server programmatically Key:

[jira] Updated: (GERONIMODEVTOOLS-76) Geronimo Fails if deploying a 'Bottom Up Web Service'

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-76?page=all ] Sachin Patel updated GERONIMODEVTOOLS-76: - Fix Version/s: 1.x Geronimo Fails if deploying a 'Bottom Up Web Service' -

[jira] Updated: (GERONIMODEVTOOLS-87) Distribution of configuration failed

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-87?page=all ] Sachin Patel updated GERONIMODEVTOOLS-87: - Fix Version/s: 1.x Distribution of configuration failed Key:

[jira] Updated: (GERONIMODEVTOOLS-95) pim.xml still uses WTP 1.5.0

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-95?page=all ] Sachin Patel updated GERONIMODEVTOOLS-95: - Fix Version/s: 1.x pim.xml still uses WTP 1.5.0 Key: GERONIMODEVTOOLS-95

[jira] Updated: (GERONIMODEVTOOLS-71) Geronimo publish failed with javax.naming.NoInitialContextException

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-71?page=all ] Sachin Patel updated GERONIMODEVTOOLS-71: - Fix Version/s: 1.x Geronimo publish failed with javax.naming.NoInitialContextException

[jira] Updated: (GERONIMODEVTOOLS-67) M2 plugin to generate WTP adopter API usage report

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-67?page=all ] Sachin Patel updated GERONIMODEVTOOLS-67: - Fix Version/s: 1.x M2 plugin to generate WTP adopter API usage report --

[jira] Updated: (GERONIMODEVTOOLS-42) Use gzipped archives on Unice

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-42?page=all ] Sachin Patel updated GERONIMODEVTOOLS-42: - Fix Version/s: 1.x Use gzipped archives on Unice - Key: GERONIMODEVTOOLS-42

[jira] Updated: (GERONIMODEVTOOLS-35) Plugin: There are two generic servers at Run as--Run... view

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-35?page=all ] Sachin Patel updated GERONIMODEVTOOLS-35: - Fix Version/s: 1.x Plugin: There are two generic servers at Run as--Run... view

Accessing the openejb code?

2006-08-09 Thread Rick McGuire
I just got back from a 2 week vacation and am trying to get caught back up again. When I do a maven m:update on my working build from 2 weeks ago, I'm getting the following message followed by a hang: m:update: [exec] At revision 430039. [exec] Authentication realm:

[jira] Closed: (GERONIMODEVTOOLS-73) Geronimo needs to support IModulePublishHelper.getPublishDirectory() to get to the server's publish directory

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-73?page=all ] Sachin Patel closed GERONIMODEVTOOLS-73. Resolution: Fixed Geronimo needs to support IModulePublishHelper.getPublishDirectory() to get to the server's publish directory

Re: Java Service Wrapper or Commons Daemon?

2006-08-09 Thread Guillaume Nodet
I've never used commons-daemon, but JSW is very cool and works nicely. Is there any specific features not covered by JSW that we would need ? On 8/9/06, James Strachan [EMAIL PROTECTED] wrote: Anyone have any experience of these 2 solutions to know which one is the best to use when creating a

Re: Accessing the openejb code?

2006-08-09 Thread John Sisson
It appears https access for OpenEJB non-committers isn't available any more. AFAIK the maven build scripts have been updated to take this into account, but to be able to use them you will need to do an svn update manually, delete the openejb directory and then try a maven m:fresh-checkout .

Re: Java Service Wrapper or Commons Daemon?

2006-08-09 Thread James Strachan
On 8/9/06, Guillaume Nodet [EMAIL PROTECTED] wrote: I've never used commons-daemon, but JSW is very cool and works nicely. Is there any specific features not covered by JSW that we would need ? No not really - I just wondered if anyone had used both and could recommend one over the other.

[jira] Resolved: (AMQ-872) Don't monitor activity on vm transports

2006-08-09 Thread Rob Davies (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-872?page=all ] Rob Davies resolved AMQ-872. Resolution: Fixed if TransportServer is vm - don't initialize Inactivity Monitor Don't monitor activity on vm transports ---

Re: Accessing the openejb code?

2006-08-09 Thread Rick McGuire
John Sisson wrote: It appears https access for OpenEJB non-committers isn't available any more. AFAIK the maven build scripts have been updated to take this into account, but to be able to use them you will need to do an svn update manually, delete the openejb directory and then try a maven

[jira] Created: (GERONIMO-2304) Can't deploy on minimal assemblies produced with m2 build

2006-08-09 Thread Joe Bohn (JIRA)
Can't deploy on minimal assemblies produced with m2 build - Key: GERONIMO-2304 URL: http://issues.apache.org/jira/browse/GERONIMO-2304 Project: Geronimo Issue Type: Bug Security

[jira] Resolved: (GERONIMO-2304) Can't deploy on minimal assemblies produced with m2 build

2006-08-09 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2304?page=all ] Joe Bohn resolved GERONIMO-2304. Resolution: Fixed committed to trunk: Sendingm2-assemblies\geronimo-jetty-minimal\pom.xml Sending

Re: jbi:embedded...

2006-08-09 Thread Guillaume Nodet
Any luck on this issue ? Else please raise a JIRA and attach your m2 project as a test case ? On 8/8/06, Terry Cox [EMAIL PROTECTED] wrote: If you put commons-pool as a dependency of your project, the jbi:embeddedServicemix goal will put it in the classpath. I tried that, but it didn't

Re: Accessing the openejb code?

2006-08-09 Thread John Sisson
Sorry, wasn't completely clear. If you didn't have changes in openejb to preserve then the following should work: 1. do an svn update of geronimo (not openejb) so you get the updated maven.xml file 2. delete the openejb folder under geronimo 3. do a maven m:fresh-checkout in the geronimo

Re: Maven2... we are almost there!

2006-08-09 Thread Joe Bohn
I applied a fix for https://issues.apache.org/jira/browse/GERONIMO-2304 to correct the problem with the missing deployer.jar in the minimal assemblies. Joe Joe Bohn wrote: Ok, once I learned to ignore the errors (and work around the windows pathlength issues) I was able to get a successful

Re: Java Service Wrapper or Commons Daemon?

2006-08-09 Thread -=Kobye=-
javaservice is very good in window jboss and activemq and james work well using javaservice as windows service. I run jboss and activemq and james in this way. -- I love Java! I love Sports! I love this Game !

Re: Java Service Wrapper or Commons Daemon?

2006-08-09 Thread -=Kobye=-
more important ,it's very easy to use. -- I love Java! I love Sports! I love this Game ! QQ:33093778 MSN:[EMAIL PROTECTED] home:http://www.jsports.org blog:http://blog.csdn.net/jsports

Re: Build failure on branches 1.1.1

2006-08-09 Thread Kevan Miller
Looks like we're stuck halfway in updating for the release. branches/1.1.1 needs to be updated to checkout openejb/branches/ v2_1_1/openejb2 Hogstrom, are you doing that? --kevan --kevan On Aug 9, 2006, at 3:28 AM, Vamsavardhana Reddy wrote: Build is failing since OpenEJB is looking for

Re: M2 : car-maven-plugin and geronimo-plugin.xml files

2006-08-09 Thread anita kulshreshtha
inline.. --- Jason Dillon [EMAIL PROTECTED] wrote: On Aug 7, 2006, at 10:33 PM, anita kulshreshtha wrote: This code is from servlets-examples-jetty config (rev 429124): resources resource directory${pom.basedir}/src/conf/directory

Re: Proposal to change the tooling version to be 3.0-incubating-SNAPSHOT

2006-08-09 Thread Ramon Buckland
+1 here also Here is what I use to do it :-) grep -lR SNAPSHOT * | egrep (xml|properties)$ | xargs -l1 -iXX perl -pi.sm-b4-IC-change.incubating.orig -e 's/(3.0-incubating-SNAPSHOT|3.0-SNAPSHOT|1.0-i ncubating-SNAPSHOT)/3.0-2006-08-02-r427980/' XX Philip Dodds wrote: +1 for having

Re: Proposal to change the tooling version to be 3.0-incubating-SNAPSHOT

2006-08-09 Thread Guillaume Nodet
Wow, thx. I don't understand what it does, but i will try it :) On 8/9/06, Ramon Buckland [EMAIL PROTECTED] wrote: +1 here also Here is what I use to do it :-) grep -lR SNAPSHOT * | egrep (xml|properties)$ | xargs -l1 -iXX perl -pi.sm-b4-IC-change.incubating.orig -e

Re: SM-512 and SM-521

2006-08-09 Thread Guillaume Nodet
Agreed, but maybe the servicemix-bpe component could be enhanced. If i recall, the main problem is that bpe does not have a way to provide an asynchronous response when a request/response pattern is used (need to check once again, though). However, for InOnly MEPs, we could easily use an

Re: Start JavaMail by default in 1.1.1?

2006-08-09 Thread Matt Hogstrom
Starting it is fine but it does require some customization as Aaron pointed out. Will the start be graceful enough that users will know that they need to customize it? Perhaps a WARNING message issues at startup if it hasn't been configured would be nice. Rick McGuire wrote: Aaron Mulder

Re: Build failure on branches 1.1.1

2006-08-09 Thread Matt Hogstrom
done Kevan Miller wrote: Looks like we're stuck halfway in updating for the release. branches/1.1.1 needs to be updated to checkout openejb/branches/v2_1_1/openejb2 Hogstrom, are you doing that? --kevan --kevan On Aug 9, 2006, at 3:28 AM, Vamsavardhana Reddy wrote: Build is failing since

[jira] Assigned: (GERONIMODEVTOOLS-52) Move away from generic server framework

2006-08-09 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-52?page=all ] Sachin Patel reassigned GERONIMODEVTOOLS-52: Assignee: Sachin Patel Move away from generic server framework ---

Re: M2 : car-maven-plugin and geronimo-plugin.xml files

2006-08-09 Thread Matt Hogstrom
I get the sense that both of you are a bit frustrated. The transition to the new RTC development model has been challenging for all. The PMC has not kept up with the number of reviews and that has allowed the codebase to drift while patches then get stale. Recently we've made several steps

Re: Proposal to change the tooling version to be 3.0-incubating-SNAPSHOT

2006-08-09 Thread Ramon Buckland
Instead of hand carving the version changes through the files. It could be more elegantly written as find . -type f -name '*.xml' -or -name '*.properties' | xargs -l1 grep -l SNAPSHOT | xargs -l1 perl -pi.backup -s 's/(3.0-incubating-SNAPSHOT|3.0-SNAPSHOT|1.0-i

soap-binding sample error

2006-08-09 Thread ajayk_goel
Sorry if it is duplicate post, I did try searching for this error though... I am new to servicemix and am trying to run the soap-binding sample provided by 3.0 M2. When I try to run the xml file by saying (servicemix is in my path) ant setup servicemix servicemix.xml I get an error Target

[Committing] GERONIMO-2277 Remove TransactionContextManager

2006-08-09 Thread Dain Sundstrom
With votes from Jeff, Jencks and Matt, I am going to committ this patch today, so please let me know if you're going to commit something significant so I can avoid conflicts :) -dain On Aug 7, 2006, at 4:07 PM, Dain Sundstrom wrote: Ok all fixed. Jason fixed the logging issue, and the

[jira] Created: (SM-528) using the new ClientFactory for the JSR181 proxy inside jsr181 service unit

2006-08-09 Thread James Bradt (JIRA)
using the new ClientFactory for the JSR181 proxy inside jsr181 service unit --- Key: SM-528 URL: https://issues.apache.org/activemq/browse/SM-528 Project: ServiceMix

Re: Start JavaMail by default in 1.1.1?

2006-08-09 Thread Rick McGuire
Matt Hogstrom wrote: Starting it is fine but it does require some customization as Aaron pointed out. Will the start be graceful enough that users will know that they need to customize it? Perhaps a WARNING message issues at startup if it hasn't been configured would be nice. Rick McGuire

Re: Start JavaMail by default in 1.1.1?

2006-08-09 Thread Aaron Mulder
On 8/9/06, Matt Hogstrom [EMAIL PROTECTED] wrote: Starting it is fine but it does require some customization as Aaron pointed out. Will the start be graceful enough that users will know that they need to customize it? Perhaps a WARNING message issues at startup if it hasn't been configured

Re: soap-binding sample error

2006-08-09 Thread Guillaume Nodet
These are several commands. Try ant setup then servicemix servicemix.xml On 8/9/06, ajayk_goel [EMAIL PROTECTED] wrote: Sorry if it is duplicate post, I did try searching for this error though... I am new to servicemix and am trying to run the soap-binding sample provided by 3.0 M2.

Re: Start JavaMail by default in 1.1.1?

2006-08-09 Thread Matt Hogstrom
sounds good to me Aaron Mulder wrote: On 8/9/06, Matt Hogstrom [EMAIL PROTECTED] wrote: Starting it is fine but it does require some customization as Aaron pointed out. Will the start be graceful enough that users will know that they need to customize it? Perhaps a WARNING message issues

[jira] Commented: (AMQ-855) Add support for prefetchSize = 0

2006-08-09 Thread Vadim Pesochinskiy (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-855?page=comments#action_36730 ] Vadim Pesochinskiy commented on AMQ-855: James Hiram, I understand that you are trying to keep the scope of AMQ in check and I appreciate this as I

Re: [Committing] GERONIMO-2277 Remove TransactionContextManager

2006-08-09 Thread David Blevins
Yay! On Aug 9, 2006, at 9:28 AM, Dain Sundstrom wrote: With votes from Jeff, Jencks and Matt, I am going to committ this patch today, so please let me know if you're going to commit something significant so I can avoid conflicts :) -dain On Aug 7, 2006, at 4:07 PM, Dain Sundstrom wrote:

[jira] Commented: (SM-521) Tuning parameters configuration

2006-08-09 Thread Ramon Buckland (JIRA)
[ https://issues.apache.org/activemq/browse/SM-521?page=comments#action_36731 ] Ramon Buckland commented on SM-521: --- for Component throttling, this is handling the ConfigMBeanImpl. Every component registered with the JBIContainer will get

[jira] Commented: (XBEAN-31) [RTC] it would be great if the m2 plugin would automatically add the XSD and .xsd.html files as artifacts into the build

2006-08-09 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/XBEAN-31?page=comments#action_12426977 ] Matt Hogstrom commented on XBEAN-31: Guillaume, I tried the patch and it didn't work. Since it was fairly small I went ahead and manually applied the changes.

[jira] Updated: (XBEAN-31) [RTC] it would be great if the m2 plugin would automatically add the XSD and .xsd.html files as artifacts into the build

2006-08-09 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/XBEAN-31?page=all ] Matt Hogstrom updated XBEAN-31: --- Attachment: XBEAN-31.matt.diff [RTC] it would be great if the m2 plugin would automatically add the XSD and .xsd.html files as artifacts into the build

[jira] Reopened: (XBEAN-31) [RTC] it would be great if the m2 plugin would automatically add the XSD and .xsd.html files as artifacts into the build

2006-08-09 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/XBEAN-31?page=all ] Matt Hogstrom reopened XBEAN-31: Resetting vote. [RTC] it would be great if the m2 plugin would automatically add the XSD and .xsd.html files as artifacts into the build

[jira] Commented: (XBEAN-19) [RTC] Enable inverse classloading with the classpath element

2006-08-09 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/XBEAN-19?page=comments#action_12426983 ] Matt Hogstrom commented on XBEAN-19: +1...applied and tested. Need one more vote. [RTC] Enable inverse classloading with the classpath element

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

2006-08-09 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2248?page=comments#action_12426984 ] Matt Hogstrom commented on GERONIMO-2248: - I think this is fine for inclusion in 1.1.2. Although it is an improvement it improves server usability.

[jira] Updated: (GERONIMO-1716) Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console

2006-08-09 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1716?page=all ] Matt Hogstrom updated GERONIMO-1716: Fix Version/s: 1.1.2 1.2 (was: 1.1.1) Add usage of SimpleEncryption to PropertiesFileLoginModule and

[jira] Updated: (GERONIMO-1917) repository doesn't deal well with case insensitive file systems

2006-08-09 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1917?page=all ] Matt Hogstrom updated GERONIMO-1917: Fix Version/s: 1.1.2 1.2 (was: 1.1.1) Affects Version/s: 1.1.1 1.1.2

Re: Start JavaMail by default in 1.1.1?

2006-08-09 Thread Dain Sundstrom
+1 -dain On Aug 9, 2006, at 10:04 AM, Matt Hogstrom wrote: sounds good to me Aaron Mulder wrote: On 8/9/06, Matt Hogstrom [EMAIL PROTECTED] wrote: Starting it is fine but it does require some customization as Aaron pointed out. Will the start be graceful enough that users will know that

[jira] Commented: (AMQ-850) add the ability to timeout a consumer to prevent a bad, hung or unused consumer consumer from grabbing messages

2006-08-09 Thread Sridhar Komandur (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-850?page=comments#action_36732 ] Sridhar Komandur commented on AMQ-850: -- James/Hiram, Here is another proposal for fixing this issue. At a high level, we need break the coupling between the

Re: [jira] Commented: (AMQ-850) add the ability to timeout a consumer to

2006-08-09 Thread Komandur
Continuing my previous posting ... Also, note that message related accounting can happen in the central pool; for example, any dispatched messages are marked appropriately in the message meta-data (which consumer it was dispatched, timestamp etc). The dispatched messages can go to the back of

[jira] Commented: (AMQ-850) add the ability to timeout a consumer to prevent a bad, hung or unused consumer consumer from grabbing messages

2006-08-09 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-850?page=comments#action_36733 ] james strachan commented on AMQ-850: Vadim: agreed in the case where the consumer just never processes any messages and the receive() method is never called. A

[jira] Commented: (AMQ-850) add the ability to timeout a consumer to prevent a bad, hung or unused consumer consumer from grabbing messages

2006-08-09 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-850?page=comments#action_36734 ] james strachan commented on AMQ-850: Sridhar: I don't quite follow your suggestion. We kinda do what you suggest - the broker maintains a record of how many

RTC voting and in particular pluggable jacc issue

2006-08-09 Thread David Jencks
AFAICT it's not possible to find out from jira when votes on issues were done, nor do they get comments. Therefore I think we need to ask PMC members voting on RTC issues to both vote and include a comment explicitly indicating that they are voting +1 as an official RTC vote. In

Re: DayTrader with an AJAX based Web interface

2006-08-09 Thread Christopher Blythe
All,Here's a first pass at a new Web 2.0, AJAX-based, Web interface for DayTrader! Take a look at and let me know what you think: http://porky.hogstrom.org:8080/dojo_trader/daytrader.htmlFYI - I highly suggest using Firefox or Mozzilla to view this. Also, thanks to Matt Hogstrom for his

[jira] Commented: (XBEAN-36) [RTC] Support annotating properties with the ProperyEditor that should be used when wiring in the value.

2006-08-09 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/XBEAN-36?page=comments#action_12426997 ] David Jencks commented on XBEAN-36: --- I _think_ that some jdk 1.5 specific code was installed in this patch -- at least new IllegalArgumentException(String,

Re: soap-binding sample error

2006-08-09 Thread ajayk_goel
Thanks a lot! -- View this message in context: http://www.nabble.com/soap-binding-sample-error-tf2079610.html#a5731560 Sent from the ServiceMix - Dev forum at Nabble.com.

Re: DayTrader with an AJAX based Web interface

2006-08-09 Thread Matt Hogstrom
Awesome :) Unfortunately it doesn't do well with Safari but I hit it from a Windows IE box and it looks great. Your going to force us to start making some decisions on how to restructure the beast in terms of the config and J2EE componentry going forward. Would you be ammenable to sending in

[jira] Commented: (XBEAN-31) [RTC] it would be great if the m2 plugin would automatically add the XSD and .xsd.html files as artifacts into the build

2006-08-09 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/XBEAN-31?page=comments#action_12427004 ] David Jencks commented on XBEAN-31: --- Matt's version of the patch applies and builds for me, I'll repeat my +1 [RTC] it would be great if the m2 plugin would

Re: DayTrader with an AJAX based Web interface

2006-08-09 Thread Jason Dillon
This is definitely not happy in Safari :-( ... and when run from Camino it popped up a little dialog saying that the script was unresponsive, but telling it to continue eventually did display the UI.--jasonOn Aug 9, 2006, at 11:29 AM, Christopher Blythe wrote:All, Here's a first pass at a new Web

Tagging the 2.1.1 release of OpenEJB

2006-08-09 Thread Matt Hogstrom
Looks like the testing of OpenEJB is good. I'd like to go ahead with the tagging and bagging of OEJB 2.1.1. If there are no objections I'll update branches/v2_1_1 to be 2.1.1 and then move it to tags. Objections?

Re: M2 : car-maven-plugin and geronimo-plugin.xml files

2006-08-09 Thread Jason Dillon
On Aug 9, 2006, at 8:49 AM, Matt Hogstrom wrote: Also, it sounds like some of the changes are preferences based on style. It would be a fair debate as to one should use Plexus or Geronimo infrastructure for the file delete activity. Are you kidding me? Maven2 is built upon Plexus...

Re: M2 : car-maven-plugin and geronimo-plugin.xml files

2006-08-09 Thread Jason Dillon
On Aug 9, 2006, at 8:04 AM, anita kulshreshtha wrote: The patch on July 27th was for m2migration and it is clearly written. Where is it? I keep getting lost in all of the patches. --jason

Re: RTC voting and in particular pluggable jacc issue

2006-08-09 Thread Jeff Genender
Yes...+1I have changed my practice and place a comment in the JIRA. I think I voted before changing my practice ;-) David Jencks wrote: AFAICT it's not possible to find out from jira when votes on issues were done, nor do they get comments. Therefore I think we need to ask PMC members

  1   2   >