AUTO: Peter Hood is out of the office (returning 13/03/2012)

2012-03-07 Thread Peter Hood
I am out of the office until 13/03/2012. I will be travelling over this period with limited network access. Please contact the following for urgent matters, otherwise I will respond to your email when I return. For SmartCloud Cluttons queries - John Haslam/UK/IBM, ian.jor...@applicable.com For

Re: SHINDIG-1719 - UnsupportedOperationException

2012-03-07 Thread Henry Saputra
Yay! Thanks for verifying it Doug =) - Henry On Wed, Mar 7, 2012 at 11:36 AM, daviesd wrote: > Yep. Works. Thanks! > > > On 3/7/12 2:22 PM, "Henry Saputra" wrote: > >> Done, could you try the fix by pulling from trunk? >> >> - Henry >> >> On Wed, Mar 7, 2012 at 10:45 AM, daviesd wrote: >>> Th

Re: osapi.groups missing

2012-03-07 Thread Henry Saputra
Yeah, its a good idea. I think the Group is missing due to some discussions long back about how Groups specs will be updated. I will take a stab at it next week if no one volunteer to do this. - Henry On Tue, Mar 6, 2012 at 3:42 AM, Stanton Sievers wrote: > That's exactly it Henry.  No one is b

Re: SHINDIG-1719 - UnsupportedOperationException

2012-03-07 Thread daviesd
Yep. Works. Thanks! On 3/7/12 2:22 PM, "Henry Saputra" wrote: > Done, could you try the fix by pulling from trunk? > > - Henry > > On Wed, Mar 7, 2012 at 10:45 AM, daviesd wrote: >> Thank you. I've been banging my head on this all morning. ?Now if I can get >> Paul to look at the guava colle

Re: SHINDIG-1719 - UnsupportedOperationException

2012-03-07 Thread Henry Saputra
Done, could you try the fix by pulling from trunk? - Henry On Wed, Mar 7, 2012 at 10:45 AM, daviesd wrote: > Thank you. I've been banging my head on this all morning.  Now if I can get > Paul to look at the guava collections stuff I might be good to go. :) > > doug > > > On 3/7/12 1:31 PM, "Henr

Re: SHINDIG-1719 - UnsupportedOperationException

2012-03-07 Thread daviesd
Thank you. I've been banging my head on this all morning. Now if I can get Paul to look at the guava collections stuff I might be good to go. :) doug On 3/7/12 1:31 PM, "Henry Saputra" wrote: > I think I know whats the problem, I remove the check for the > UnsupportedOperationException in the

Re: SHINDIG-1719 - UnsupportedOperationException

2012-03-07 Thread Henry Saputra
I think I know whats the problem, I remove the check for the UnsupportedOperationException in the BlobCrypterSecurityTokenCodec.fromToken to get activeUrl. The gadget handler code use the "delegator" to mock the security token instance and miss setting the active URL. Hence when the call to token

Re: [DISCUSS] Support and active development for PHP version of Apache Shindig

2012-03-07 Thread Agustin Casiva
>From my point of View, as a PHP developer, Shinding for PHP is a great alternative, but some clients ask for features existent in the Java version and have the hope use those features in the PHP Version (by example Caja). This is a real problem for the PHP shinding vendors. In the other hand, the

Re: SHINDIG-1719 - UnsupportedOperationException

2012-03-07 Thread daviesd
Henry, I changed our security token implementation to extend AbstractSecurityToken instead of just implementing SecurityToken. No difference. As I said, if I use a non-encrypted security token I don't see this error. I'm fighting a couple of issues (including the one I mentioned to Paul earlier

Re: Review Request: change if condition in actions_container.js due to runAction function receives an empty array when it calls the registry.getGadgetSites instead of "undefined"

2012-03-07 Thread Dan Dumont
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4216/#review5685 --- Please attach your patch to the JIRA and grant apache license. - Dan

Re: Review Request: change if condition in actions_container.js due to runAction function receives an empty array when it calls the registry.getGadgetSites instead of "undefined"

2012-03-07 Thread Dan Dumont
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4216/#review5684 --- Ship it! LGTM, nice catch. - Dan On 2012-03-07 06:44:46, Yao Zhang