Re: code snippets broken on confluence wiki

2011-12-09 Thread bvahdat
Just as an idea: Could [1] be also relevant for this issue as well? I hit a bunch of "h3" html tags just before those lines with: Error formatting macro: snippet: java.lang.IndexOutOfBoundsException: Index: 20, Size: 20 [1] https://studio.plugins.atlassian.com/browse/NUMHEAD-26 Babak -- View t

Re: code snippets broken on confluence wiki

2011-12-09 Thread Daniel Kulp
On Friday, December 09, 2011 11:03:09 AM Daniel Kulp wrote: > Hmmm... the sync source is broken as well: > > https://cwiki.apache.org/CAMEL/seda.html > > I'll force a rebuild of the page and see if that helps. A full re-export of the space seems to have fixed it. Thus, the next sync should

Re: intended scope of CamelAuthorizationException?

2011-12-09 Thread Claus Ibsen
Hi Its used by camel-shiro and camel-spring-security, where you can define a security policy in the DSL. There is a AuthorizationPolicy in the SPI package in camel-core. I guess its intend is to be used when an user is denied an action, and Camel should not process the message, whether that deny

Re: code snippets broken on confluence wiki

2011-12-09 Thread Daniel Kulp
Hmmm... the sync source is broken as well: https://cwiki.apache.org/CAMEL/seda.html I'll force a rebuild of the page and see if that helps. Dan On Friday, December 09, 2011 4:53:34 PM Claus Ibsen wrote: > Hi > > Thanks for reporting. > > You can try browsing the source code on trunk an

Re: code snippets broken on confluence wiki

2011-12-09 Thread Claus Ibsen
Hi Thanks for reporting. You can try browsing the source code on trunk and find the unit test that provided the snippet tags for the wiki documentation. What happens sometime is that an unit test gets refactored, and then the wiki pages may get out of sync. However in this case it was not the c

code snippets broken on confluence wiki

2011-12-09 Thread Reuben Garrett
Greetings! I'm working on a Camel-based integration project and am contributing to the documentation by proof-reading as I go. I noticed today that some code snippets are "broken" - e.g. on the SEDA page < http://camel.apache.org/seda.html> Wiki markup such as

Re: Convert IsSingleton and MultipleConsumersSupport to marker interfaces?

2011-12-09 Thread Claus Ibsen
Hi When you have a boolean method it gives more power, for example we use this with the IsSingleton, to provide a sensitive default in the DefaultEndpoint. And then custom endpoints can override and return another value instead. Also the JMS endpoint has a case where depending whether its a topic

intended scope of CamelAuthorizationException?

2011-12-09 Thread Glen Mazza
Hello, org.apache.camel.CamelAuthorizationException[1] was missing a JavaDoc header comment, I added a generic but possibly inaccurate one in the latest patch that Claus applied (it's viewable here[1] now). Question: What's the purpose of this exception--is it purely for (a) *authorization* er

Convert IsSingleton and MultipleConsumersSupport to marker interfaces?

2011-12-09 Thread Glen Mazza
Hi, what would appear to be marker interfaces org.apache.camel.IsSingleton[1] and org.apache.camel.MultipleConsumersSupport[2] have seemingly redundant isSingleton() and isMultipleConsumersSupported() methods -- wouldn't it be better to remove those methods and make them pure marker/tagging in

Convert IsSingleton and MultipleConsumersSupport to marker interfaces?

2011-12-09 Thread Glen Mazza
(resending...used wrong email account...) Hi, what would appear to be marker interfaces org.apache.camel.IsSingleton[1] and org.apache.camel.MultipleConsumersSupport[2] have seemingly redundant isSingleton() and isMultipleConsumersSupported() methods -- wouldn't it be better to remove those m

Re: [DISCUSS] - Camel 2.9 release

2011-12-09 Thread Hadrian Zbarcea
I'll take care of mine, some are done, some require documentation. Hadrian On 12/09/2011 09:13 AM, Claus Ibsen wrote: Hi I have been working on some tickets for Camel 2.9 as well fix unit tests so the CI servers start to become happy. Could people take a look at the 16 remainder tickets assig

Re: [DISCUSS] - Camel 2.9 release

2011-12-09 Thread Claus Ibsen
Hi I have been working on some tickets for Camel 2.9 as well fix unit tests so the CI servers start to become happy. Could people take a look at the 16 remainder tickets assigned for Camel 2.9.0. https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+CAMEL+AND+f

Re: [DISCUSS] - Align Camel karaf commands as Karaf is doing

2011-12-09 Thread Claus Ibsen
Hi I guess people may start to become a bit confused with this. I am a bit. Anyway I would like for Camel Karaf Shell to follow the same practice as Karaf itself. So whatever you guys do there, I think is fine for Camel. On Thu, Dec 8, 2011 at 8:01 PM, Ioannis Canellos wrote: > On Thu, Dec 8,