Re: Scheduling 3.2 release

2007-10-16 Thread jpuro
Any word on the release? -jeff gnodet wrote: I'm going through the remaining JIRA assigned for 3.2. If anybody has any important issues to schedule there (or patches to apply), please yell ! I'd like to put 3.2 in release mode asap. -- Cheers, Guillaume Nodet

Re: Basic TCP component

2007-10-10 Thread jpuro
, jpuro [EMAIL PROTECTED] wrote: So, what to do about a TCP component? :) -jeff gnodet wrote: On 10/9/07, Andrea Zoppello [EMAIL PROTECTED] wrote: Hi Guillaume, If you take a look at the document How to cook your spagic you could find all the information, on the patches, enhnacements

ServiceMix 3.2?

2007-09-20 Thread jpuro
When is the planned release of this? Thanks, Jeff -- View this message in context: http://www.nabble.com/ServiceMix-3.2--tf4490048s12049.html#a12805483 Sent from the ServiceMix - Dev mailing list archive at Nabble.com.

Re: ServiceMix 3.2?

2007-09-20 Thread jpuro
if possible. Wanna help a bit and already test the examples and distribution ? On 9/20/07, jpuro [EMAIL PROTECTED] wrote: When is the planned release of this? Thanks, Jeff -- View this message in context: http://www.nabble.com/ServiceMix-3.2--tf4490048s12049.html#a12805483 Sent from

Possible bug in SU shared library loading

2007-05-30 Thread jpuro
It looks like there's a bug in the block of code that loads the shared library library tags in the ClassLoaderXmlPreprocessor class. The block of code I'm looking at starts on line 172 and appears to reference the collection for locations and not libraries: // Add shared libraries

Re: [DISCUSS] Release ServiceMix 3.1.1

2007-04-29 Thread jpuro
Have you taken a look at SM-841, I'm still concerned about this defect... There is a patch attached to it, but not sure if it's the right way of doing things. Regards, Jeff gnodet wrote: I think it's time to release a bug fix version of ServiceMix. I will try to work on that this week,

Ehcache Standard JBI Component

2006-12-03 Thread jpuro
I am planning on creating a standard JBI component for ehcache so that one can easily deploy ehcache endpoints into ServiceMix and other JBI compliant containers. Here are some high level requirements that I think would be useful for this component. Please respond to this thread with any

Re: Ehcache Standard JBI Component

2006-12-03 Thread jpuro
keyExpression=#expression1/ ehcache:endpoint service=ehcache:MyCache2 cacheName=MyCache2 keyExpression=#expression2/ /beans Regards, -Jeff bsnyder wrote: On 12/3/06, jpuro [EMAIL PROTECTED] wrote: I am planning on creating a standard JBI component for ehcache so that one can

Re: Declarative Exception Handling in ServiceMix

2006-10-26 Thread jpuro
Where are you on this component? Do you plan on donating the code to the ServiceMix project? I also have a use for such a component, but haven't developed one yet. Regards, Jeff Ralf Wunsch wrote: gnodet wrote: A few questions: * How are the errorHandler and errorHandlerConfig

Re: Declarative Exception Handling in ServiceMix

2006-08-31 Thread jpuro
and where to route the exception where it is caught, but I'm not sure how this will actually work on the code level. -Jeff jpuro wrote: I hear these arguments. My use case may not have been the best example, but I have run into many other situations where the business requires that we handle

Re: Declarative Exception Handling in ServiceMix

2006-08-25 Thread jpuro
thoughts. On 8/25/06, jpuro [EMAIL PROTECTED] wrote: I think it would be useful to add declarative exception handling to ServiceMix. The usefullness of such a feature can be seen from the following simple use case involving a client submitting an order to a fulfillment company: 1

Declarative Exception Handling in ServiceMix

2006-08-24 Thread jpuro
I think it would be useful to add declarative exception handling to ServiceMix. The usefullness of such a feature can be seen from the following simple use case involving a client submitting an order to a fulfillment company: 1) The use case starts when the client sends an order to an HTTP