Re: Valid characters in component name

2016-01-21 Thread Manoj Samel
Hello, Any update on this ? Should I file a Jira ? Thanks, On Tue, Jan 19, 2016 at 8:58 AM, Manoj Samel wrote: > Hi Jon, > > Did you get a chance to try to reproduce the issue with component > containing a dash ? > > Thanks, > > Manoj > > On Thu, Jan 14, 2016 at

Re: Valid characters in component name

2016-01-21 Thread Jon Maron
yes - please file a JIRA. I was hoping to get an opportunity but my other work responsibilities have not allowed me the time. > On Jan 21, 2016, at 12:15 PM, Manoj Samel wrote: > > Hello, > > Any update on this ? Should I file a Jira ? > > Thanks, > > On Tue, Jan

Re: Valid characters in component name

2016-01-21 Thread Steve Loughran
> On 21 Jan 2016, at 09:15, Manoj Samel wrote: > > Hello, > > Any update on this ? Should I file a Jira ? always. It's the way to stop us forgetting things > > Thanks, > > On Tue, Jan 19, 2016 at 8:58 AM, Manoj Samel > wrote: > >> Hi

Re: Valid characters in component name

2016-01-21 Thread Manoj Samel
No problem at all. Filed https://issues.apache.org/jira/browse/SLIDER-1070 On Thu, Jan 21, 2016 at 10:24 AM, Jon Maron wrote: > yes - please file a JIRA. I was hoping to get an opportunity but my other > work responsibilities have not allowed me the time. > > > > On

Re: Valid characters in component name

2016-01-14 Thread Jon Maron
We may want to eliminate underscores given their issues with DNS etc. > On Jan 14, 2016, at 12:26 PM, Gour Saha wrote: > > The current acceptable name pattern is [a-z][a-z0-9_-]* (SliderUtils.java > - clusternamePattern). It includes the dash (-). > > While Jon

Re: Valid characters in component name

2016-01-14 Thread Gour Saha
The current acceptable name pattern is [a-z][a-z0-9_-]* (SliderUtils.java - clusternamePattern). It includes the dash (-). While Jon experiments with your package, just wondering your app works fine when you get rid of the dash, right? -Gour On 1/14/16, 8:35 AM, "Jon Maron"

Re: Valid characters in component name

2016-01-14 Thread Manoj Samel
Hi Gour, 1. The issue is with component name. The code you pointed is for cluster name 2. As mentioned above, the component name does not seem to allow dash "-", it does allow underscore. Thanks, Manoj On Thu, Jan 14, 2016 at 9:24 AM, Gour Saha wrote: > The current

Re: Valid characters in component name

2016-01-14 Thread Jon Maron
Sorry - got pulled off on some other tasks. I’ll try to take a look over the next day or so. > On Jan 14, 2016, at 11:31 AM, Manoj Samel wrote: > > Hi, > > Any update on this ? Did you get a chance to try the memcache with the > component name I used above ? > >

Re: Valid characters in component name

2016-01-14 Thread Gour Saha
Ok great. Steve, This is interesting. I don’t see anywhere we validate the component name against a dash. Am I missing something in the code :( -Gour On 1/14/16, 10:33 AM, "Manoj Samel" wrote: >@Gour - yes, it does work when component name does not have a dash. It

Re: Valid characters in component name

2016-01-14 Thread Manoj Samel
Hi, Any update on this ? Did you get a chance to try the memcache with the component name I used above ? Thanks, Manoj On Tue, Jan 12, 2016 at 4:37 PM, Steve Loughran wrote: > > > On 12 Jan 2016, at 12:14, Jon Maron wrote: > > > > OK. So was

Valid characters in component name

2016-01-12 Thread Manoj Samel
Slider version 0.80 with secured cluster Use case is to create a component reflecting user name. It seems the only valid character in component name besides [A-Z][a-z[0-9] is underscore '_'. Attempt to create a component with characters like dash '-' or many other characters fail to bring up the

Re: Valid characters in component name

2016-01-12 Thread Manoj Samel
Jon, I replaced with actual component name. Thanks, On Tue, Jan 12, 2016 at 11:43 AM, Jon Maron wrote: > Did you replace the actual comp name with , or do you actually > have the ‘<‘ and ‘>’ characters in the name? > > > On Jan 12, 2016, at 2:40 PM, Manoj Samel

Re: Valid characters in component name

2016-01-12 Thread Jon Maron
I don’t think attachments make their way thru the list server. You can try sending it directly or I may be able to reproduce locally. On Jan 12, 2016, at 4:27 PM, Manoj Samel > wrote: Hi Jon, I tried the OOB jmemcached with component

Re: Valid characters in component name

2016-01-12 Thread Jon Maron
Did you replace the actual comp name with , or do you actually have the ‘<‘ and ‘>’ characters in the name? > On Jan 12, 2016, at 2:40 PM, Manoj Samel wrote: > > Slider version 0.80 with secured cluster > > Use case is to create a component reflecting user name. It

Re: Valid characters in component name

2016-01-12 Thread Manoj Samel
Hi Jon, Trying attachments second time, with your email ... Let me know if you get it Thanks, Manoj On Tue, Jan 12, 2016 at 3:21 PM, Jon Maron wrote: > I don’t think attachments make their way thru the list server. You can > try sending it directly or I may be able

Re: Valid characters in component name

2016-01-12 Thread Steve Loughran
> On 12 Jan 2016, at 12:14, Jon Maron wrote: > > OK. So was there a ‘-‘ or some other character in your component name? A > ‘-‘ should work. The component names are currently expected to follow a > naming convention that allows for DNS compatible names, and dashes