Re: html_sanitize is not defined

2010-02-11 Thread Paul Lindner
Since PHP doesn't have the caja jar in the classpath the res:// URL is converted into an http URL // Make html-santitization work see SHINDIG-346 if ($content == 'res://com/google/caja/plugin/html-sanitizer-minified.js') { $content= '

Re: Socialsite mavenized status update. please help!

2010-02-23 Thread Paul Lindner
wrote: Thanks for the reply Paul. Based on what's in the mavenized-socialsite project, could you be more concrete about what needs to be changed/fixed? Regards, Viggo On Thu, Feb 11, 2010 at 8:56 AM, Paul Lindner lind...@inuus.com wrote: It's possible that the containing page

Re: Errors in end to end tests?

2010-03-08 Thread Paul Lindner
. Jordan Zimmerman Principal Software Architect 831.647.4712 831.214.2990 (cell) jord...@shop.com SHOP*COMTM Shop Smart, Save Big(tm) www.shop.com Join us on Facebook. Follow us on Twitter. Read The Shopping Vine. -Original Message- From: Paul Lindner [mailto:lind...@inuus.com

Re: UserPrefsDialog results in jsonp call to http://gmodules.com/ig?

2010-03-08 Thread Paul Lindner
I'd love to see someone take this patch and make it generic.. If I had some spare cycles I'd do it myself... On Fri, Mar 5, 2010 at 5:01 PM, Robert Peterson juzzam.shin...@gmail.comwrote: This answers my question: http://issues.apache.org/jira/browse/SHINDIG-1188 For our project, we will

Re: Hudson continuous build isn't

2010-03-13 Thread Paul Lindner
Request made to Infra.. https://issues.apache.org/jira/browse/INFRA-2543 https://issues.apache.org/jira/browse/INFRA-2543 2010/3/12 ๏̯͡๏ Jasvir Nagra jas...@google.com http://hudson.zones.apache.org/hudson/job/Shindig/ hasn't updated since Feb 4. Is there something I can do to kick start

Re: Shindig PHP /social/rest/groups implementation

2010-03-13 Thread Paul Lindner
No one has proposed this yet. It would be wonderful if you would contribute it. Are you considering implementing the proposed Opensocial groups extension? On Mar 12, 2010 6:34 AM, Evgeny Bogdanov evgeny.bogda...@epfl.ch wrote: Hello, I would like to know if you plan to implement REST request

revisiting servlet-api

2010-03-15 Thread Paul Lindner
Hi, I'd like to revisit our decision to target servlet-api 2.4. One of the obstacles to installing and running shindig centers around getting all the paths correct. If we move to servlet-api 2.5 we can use getContextPath() to determine where the app is currently running. This should help to

Re: Authen token parsing

2010-03-15 Thread Paul Lindner
I'm not aware of any feature using redirects based on token parsing. Can you point to the code that does this? Also, it would be instructive to know the percentage of requests where a token is parsed but not used. Do you have any stats? On Wed, Mar 10, 2010 at 3:52 PM, Ziv Horesh

Re: trunk unstable...

2010-03-16 Thread Paul Lindner
actually it was samplecontainer that was broken. If you load any gadget with script tags you'll get failures (such as labpixies.. etal) On Tue, Mar 16, 2010 at 1:16 PM, John Hjelmstad fa...@google.com wrote: On Tue, Mar 16, 2010 at 12:43 PM, Paul Lindner plind...@linkedin.com wrote: Hi

Re: trunk unstable...

2010-03-16 Thread Paul Lindner
CL (which you reviewed) pulling back the host verification stuff, and Ziv is easing up the start/end beacon parsing thing as well. --John On Tue, Mar 16, 2010 at 1:29 PM, Paul Lindner lind...@inuus.com wrote: actually itwas samplecontainer that was broken. If you load any gadget

Re: trunk unstable...

2010-03-16 Thread Paul Lindner
okay, looks like these changes don't overlap, so I'll go ahead with my commits. thanks! On Tue, Mar 16, 2010 at 2:22 PM, John Hjelmstad fa...@google.com wrote: Yes, both cls will be committed today. On Tuesday, March 16, 2010, Paul Lindner lind...@inuus.com wrote: ah, nice. could you

Re: Caja Dependency

2010-03-16 Thread Paul Lindner
Can you elaborate on this? Do you have a patch you'd like to see applied? On Sat, Mar 13, 2010 at 11:41 PM, hoat le hoatle...@gmail.com wrote: Hi, I've noticed that shindig-project-1.1-BETA4-incubating and shindig-project-1.1-BETA5-incubating depends on caja-release version and caja does

Re: trunk unstable...

2010-03-17 Thread Paul Lindner
. Is this true for anybody else? Here's the gadget i'm using: http://etherpad.com/ep/pad/export/osapi/latest?format=txt http://etherpad.com/osapi -Chirag On Tue, Mar 16, 2010 at 4:55 PM, Paul Lindner lind...@inuus.com wrote: okay, looks like these changes don't overlap, so I'll go ahead with my

Re: Add the osml feature (issue593044)

2010-03-17 Thread Paul Lindner
I added the correct trunk to the repos list on codereview as: *trunk* Shindig - ** Correct Trunk as of 02/2010 http://svn.apache.org/repos/asf/shindig/trunk/ Can whoever made the original branches go back and mark them obsolete? Then I can give it a less dorky name. Thanks... On Wed, Mar 17,

Re: trunk unstable...

2010-03-17 Thread Paul Lindner
script osapi.people.getViewer().execute(function(result) { console.log(result.name.givenName); }); /script ]] /Content /Module Thanks, Chirag On Wed, Mar 17, 2010 at 1:46 PM, Paul Lindner lind...@inuus.com wrote: Right now I can't connect to etherpad.com.. Can you send

Re: json db

2010-03-17 Thread Paul Lindner
Also see java/samples for an example of a DB based backend. On Wed, Mar 17, 2010 at 2:16 AM, Evgeny Bogdanov evgeny.bogda...@epfl.chwrote: Shindig also works with external db, you have to only implement the PersonService, etc. classes. Look here on how to join an external db for PHP Shindig

Re: The modulus bit length of the key for a signed request

2010-03-17 Thread Paul Lindner
If you renew keys yearly 1024 is probably fine. Next year you might go for 2048 depending on the state of prime number factoring available. The section Integer factorization and RSA problem covers this topic: http://en.wikipedia.org/wiki/RSA On Wed, Mar 17, 2010 at 3:32 AM, Yoichiro Tanaka

Re: Hudson continuous build isn't

2010-03-20 Thread Paul Lindner
FYI - hudson is back! If anyone wants changes to how the job is executed let me know.. On Sat, Mar 13, 2010 at 7:10 AM, Paul Lindner lind...@inuus.com wrote: Request made to Infra.. https://issues.apache.org/jira/browse/INFRA-2543 https://issues.apache.org/jira/browse/INFRA-2543 2010/3

Re: OAuth Google Gadget problem

2010-03-20 Thread Paul Lindner
Hi, The oauth extension fetches your gadget spec so it can parse the OAuth... stanza to find the correct requestToken/authorize/accessToken endpoints. Can your shindig instance make requests to www.google.com? Do you have a firewall that's blocking access? On Tue, Feb 16, 2010 at 10:19 AM,

Re: Problems with proxying code

2010-03-22 Thread Paul Lindner
. In this case, lenient-mode parsing should work fine. Thoughts? --j On Fri, Mar 19, 2010 at 6:11 PM, Paul Lindner plind...@linkedin.com wrote: Hi, Looks like proxy rewriting of images is failing with the new DefaultProxyUriManager class. Specifically rewriters are not setting the container

Re: SHINDIG-1283 FeatureRegistry.featureMap concurrent access (issue669043)

2010-03-23 Thread Paul Lindner
The map is constructed at startup and then never modified, so this is a decent solution, akin to a CopyOnWrite datastructure. On Tue, Mar 23, 2010 at 8:14 AM, zhor...@gmail.com wrote: On 2010/03/23 13:18:39, Paul Lindner wrote: A different way of dealing with https://issues.apache.org/jira

Re: SHINDIG-1283 FeatureRegistry.featureMap concurrent access (issue669043)

2010-03-23 Thread Paul Lindner
My goal was to eliminate a bunch of arraylist creations on read-only methods by using immutable data structures internally. As you can see it was a bit challenging. Instead we might want to eliminate the optional injection of @Named(shindig.features.default) String featureFiles Move it to

Re: posting questions to the mailing list

2010-03-24 Thread Paul Lindner
Just go ahead and post to dev@shindig.apache.org Regards On Mar 24, 2010, at 12:45 PM, Yan Bu wrote: How to post questions to the mailing list? On Wed, Mar 24, 2010 at 3:35 PM, dev-h...@shindig.apache.org wrote: Hi! This is the ezmlm program. I'm managing the dev@shindig.apache.org

Re: Hudson build became unstable: Shindig » Apache Shindig Web App #1428

2010-03-31 Thread Paul Lindner
The hudson runs seem to be hitting some non-deterministic behavior in the shindig-server module which causes the endtoend tests to fail. On Wed, Mar 31, 2010 at 10:42 AM, Jacky Wang (王超) chaow...@google.comwrote: strange... i'll look into it. On Wednesday, March 31, 2010, Apache Hudson

Re: intergrate shindig with real database

2010-04-01 Thread Paul Lindner
PHP or Java? If java check out java/samples for a derby/hibernate example. On Thu, Apr 1, 2010 at 6:55 AM, VU, Thi Thu Thuy thi.thu.thuy...@sap.comwrote: Hello, I really want to know how to intergrate shindig with real database. I tried with the guide in cwiki, but it 's for an abstract

Re: Error with xstream converters

2010-04-06 Thread Paul Lindner
Make sure you have xstream-1.3.1.jar somewhere in your classpath.. Also insure you don't have an old xstream in your classpath. On Tue, Apr 6, 2010 at 7:44 AM, massimeddu massime...@gmail.com wrote: Hi Shindig devs, I'm implementing a social site using Shindig 1.1-BETA5. When I try to open

Re: com.google.gadgets.analytics feature

2010-04-07 Thread Paul Lindner
thanks, committed. On Wed, Apr 7, 2010 at 1:40 AM, Mat Mannion mat.mann...@gmail.com wrote: I'm not from Google, but I've contributed a patch here that adds support for the feature: https://issues.apache.org/jira/browse/SHINDIG-1314 Regards, Mat On 15 March 2010 18:00, Paul Lindner lind

Re: Image upload using POST method

2010-04-11 Thread Paul Lindner
I didn't see specific multipart support in the REST spec. There is in the json-rpc handler, but that's not a solution for what you're trying to do here.. You can loosen things up by changing this shindig.properties setting: # true to force strict content type checking for requests made to API

Re: Requests through /concat not being rewritten?

2010-04-11 Thread Paul Lindner
Hi Mat, Can you identify the version of trunk where it was working before? Ziv, you've been refactoring this code lately, any ideas? Thanks! On Thu, Apr 8, 2010 at 4:19 AM, Mat Mannion m.mann...@warwick.ac.uk wrote: Hi, We're currently developing a container based on (Java) Shindig trunk,

caja 4052 patch

2010-04-13 Thread Paul Lindner
Here's my first crack at getting the latest caja working with shindig. As noted on the caja list there's NPE in the CajaTreeBuilder that's causing tests to fail. Hope someone can take this and run with it, as I'm blocked...

Re: [VOTE] Ziv Horesh as Shindig Committer

2010-04-13 Thread Paul Lindner
jo...@apache.org Kevin Browne...@apache.org Louis Ryan lr...@apache.org Paul Lindner (chair) lind...@apache.org Santiago Gala sg...@apache.org (*) Upayavira upayav...@apache.org (*) Vincent Siveton

Re: Avoid of registration process

2010-04-15 Thread Paul Lindner
Yes, you may be able to do this. The gadget can find out if the user from the social network is valid by making calls. You can also use makeRequest calls to a backend which will be validated and signed. All of this depends on you implementing a proper security token decoder and defining a

Rewriting gadgets.js

2010-04-16 Thread Paul Lindner
I've been spending some time making it easier to implement gadgets in a container and it seems like I'm going down the path of rewriting gadgets.js. I'd like to hear what others have done with/to this to implement their containers and hopefully make something that works much better. Here's what

Re: Shindig war association

2010-04-16 Thread Paul Lindner
At some point it might be a good idea to publish a maven archetype or at least instructions on how to make your own maven java server project. maven.apache.org/archetype/maven-archetype-plugin/advanced-usage.html http://maven.apache.org/archetype/maven-archetype-plugin/advanced-usage.html On

cleaning up web content

2010-04-16 Thread Paul Lindner
I have a patch that doesn't upload nicely to codereview, so I'm sending this email instead.. I'd like to move the files in javascript to a new top-level directory called content This will contain resources that will be loaded at the root level of the deployment. Structure will look something

Re: [VOTE] Ziv Horesh as Shindig Committer

2010-04-18 Thread Paul Lindner
...@apache.org Paul Lindner (chair) lind...@apache.org Santiago Gala sg...@apache.org (*) Upayavira upayav...@apache.org (*) Vincent Sivetonvsive...@apache.org

Fwd: [OAUTH-WG] Standardisation of a Java API

2010-04-23 Thread Paul Lindner
API To: Simone Gianni simo...@apache.org Cc: Paul Lindner lind...@inuus.com, OAuth WG oa...@ietf.org Hi all guys, Paul very nice to meet you :) at the era I started writing the first version of the Amber proposal, my Cocoon3 mates Reinhard Poetz and Steven Dolg were interested, I'll ping them

Re: Rewriting gadgets.js

2010-04-27 Thread Paul Lindner
I've put my experimental gadgets.js rewrite code on github at http://github.com/lindner/shindig/commits/connect To try it out use: mvn mvn -Prun http://localhost:8080/connect/page.html Here's what's supported: * gadget tags os:gadget url=//os:gadget * context/config tag

Re: Rewriting gadgets.js

2010-04-27 Thread Paul Lindner
;) On Fri, Apr 16, 2010 at 2:51 AM, Paul Lindner lind...@inuus.com wrote: I've been spending some time making it easier to implement gadgets in a container and it seems like I'm going down the path of rewriting gadgets.js. I'd like to hear what others have done with/to this to implement

Re: Shindig Feed Processor: Parse MediaRSS items into optional Media element (issue1019041)

2010-04-28 Thread Paul Lindner
Looks good to me. I can fix up the tabs vs spaces. Anyone opposed to adding rome-modules as a dependency? On Tue, Apr 27, 2010 at 6:19 AM, mat.mann...@gmail.com wrote: Apologies, uploaded wrong patch set http://codereview.appspot.com/1019041/show

Re: Issue in Jboss

2010-04-29 Thread Paul Lindner
A 504 is a timeout. Check that your server can communicate with www.google.com without a proxy. On Apr 14, 2010, at 12:53 AM, naveen.mer...@cognizant.com naveen.mer...@cognizant.com wrote: Hi I have downloaded the shindig-server-1.1-BETA5-incubating.war file and deployed in JBoss. I

prepping 1.0.1 and 1.1BETA6 releases

2010-04-30 Thread Paul Lindner
To finally get ourselves out of the incubator I'm starting to prep a 1.0.1 and 1.1BETA6 releases.

Re: JSON-RPC over JSONP support (issue1032045)

2010-05-03 Thread Paul Lindner
On Mon, May 3, 2010 at 6:47 PM, John Hjelmstad johnfa...@gmail.com wrote: On Mon, May 3, 2010 at 6:45 PM, lind...@inuus.com wrote: fixed nits, will commit if no objections. No objections per se, but commentary. http://codereview.appspot.com/1032045/diff/6001/7001 File

Re: UserPrefsDialog results in jsonp call to http://gmodules.com/ig?

2010-05-04 Thread Paul Lindner
' handler that can be used with JSON-RPC and/or REST, eliminating one more custom piece of code/logic. On Tue, Mar 9, 2010 at 1:28 AM, Tim Wintle tim.win...@teamrubber.comwrote: On Mon, 2010-03-08 at 14:25 -0800, Paul Lindner wrote: I'd love to see someone take this patch and make it generic

Re: Support Cross-Site Request Sharing in Shindig JSONP (issue1109041)

2010-05-04 Thread Paul Lindner
Safari 4, Chrome 3+ and FF 3.5+. IE has something similar (XDomainRequest) More here: http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/ If I had a few spare moments I'd cook something up for browserscope.org (+steve, maybe he knows..) Might be worth it to shove

Re: Adding expiration information to the SecurityToken interface

2010-05-08 Thread Paul Lindner
Hjelmstad fa...@google.com wrote: On Fri, May 7, 2010 at 5:59 PM, Paul Lindner lind...@inuus.com wrote: I propose that we add expiration methods to the SecurityToken interface. This is necessary for future OAuth2 compatibility. Here's the proposed interface: /** * @return the UTC

Re: makeRequest fails

2010-05-10 Thread Paul Lindner
Is your backend generating the 500 error (should be easy to check the logs there) Otherwise you may be encountering problems with the self-signed cert. Java shindig's default fetcher will not retrieve data from sites with self-signed certs. Either add the ssl cert using the keytool command or

Re: [VOTE] Release Apache Shindig Version 1.0.1

2010-05-10 Thread Paul Lindner
+1 here. On Thu, May 6, 2010 at 2:42 AM, Paul Lindner plind...@linkedin.com wrote: Hi, I've prepped a non-incubator version of shindig 1.0 as shindig-1.0.1. This release will allow us to remove the 1.0 artifacts from the incubator dist directory. The only changes in 1.0.1

Re: [VOTE] Release Apache Shindig Version 1.0.1

2010-05-10 Thread Paul Lindner
The Vote to release 1.0.1 has completed: 4 +1 votes (Chico, Paul, Tim, Vincent) No -1 Votes I will update the maven repository and the distribution area. Thanks! (now on to 1.1...) On Thu, May 6, 2010 at 2:42 AM, Paul Lindner plind...@linkedin.com wrote: Hi, I've prepped a non-incubator

nailing down the shindig roadmap.

2010-05-11 Thread Paul Lindner
We've done a pretty poor job of spinning off releases and providing guidance to consumers of shindig. I'd like to change that. Here's my take on this... * Versioning We just released 1.0.1, which is the first (and maybe the last 1.0 version). I'd like to go with three version identifiers:

Re: merge together social/gadgets rpc/rest endpoints (issue1169044)

2010-05-12 Thread Paul Lindner
also like to be able to batch apps.* requests alongside social RPCs like people.get. Thoughts? On May 12, 2010, at 2:01 AM, Tim Wintle wrote: On Tue, 2010-05-11 at 19:01 -0700, Paul Lindner wrote: So here's a start (patch below) to streamlining the way shindig works with rpc and rest endpoints

Re: merge together social/gadgets rpc/rest endpoints (issue1169044)

2010-05-12 Thread Paul Lindner
. When I clicked at the view diff link it shows message: Upload in progress. - Henry On Tue, May 11, 2010 at 7:01 PM, Paul Lindner lind...@inuus.com wrote: So here's a start (patch below) to streamlining the way shindig works with rpc and rest endpoints. I did this so I could batch

upgrade to servlet-api 2.5

2010-05-12 Thread Paul Lindner
I'd like to move us to servlet-api 2.5 pros: * Allows easier web.xml configuration for various url patterns. * Allows for use of getContextPath() to ease configuration hassles cons: * People can't deploy source builds directly to tomcat 5.5 or older containers. To make this easy I'll wrap calls

Re: nailing down the shindig roadmap.

2010-05-12 Thread Paul Lindner
-11 at 13:42 -0700, Paul Lindner wrote: We've done a pretty poor job of spinning off releases and providing guidance to consumers of shindig. I'd like to change that. Here's my take on this... * Versioning +1 on the numbering and making the next release 2.0.0 * Proposed Roadmap We

Re: upgrade to servlet-api 2.5

2010-05-12 Thread Paul Lindner
I'm going ahead with this change * web.xml has already had servlet-2.5 markup for a long time... * I forgot that I raised this issue long ago and no one complained. On Wed, May 12, 2010 at 11:20 AM, Paul Lindner plind...@linkedin.comwrote: I'd like to move us to servlet-api 2.5 pros

Re: Factoids about Shindig for tweets, home page, etc.

2010-05-12 Thread Paul Lindner
By my estimation shindig code gets hit billions of times per day when you add up Google, hi5, linkedin, and all the others. I'm preparing a Shindig deck for the upcoming opensocial 1.0 state-of-the-union (sign up here: http://opensocial.eventbrite.com/) so I'd love to have more anecdotal usage

OpenSocial State of the Union - May 18th

2010-05-12 Thread Paul Lindner
Reminder - the Opensocial State of the Union event is happening May 18th, the day before Google I/O. Lots of interesting topics and centrally located at MySpace headquarters in San Francisco. More details and RSVP instructions are at http://opensocial.eventbrite.com/ Thanks! Paul

Re: merge together social/gadgets rpc/rest endpoints (issue1169044)

2010-05-12 Thread Paul Lindner
Here's an updated version of the patch. Basically this change unifies the rpc/rest handlers for gadgets/social and also makes it much easier to add a new Handler. See the changes in SampleModule.java to see what I mean. You can still run separated gadget/social APIs if you want, it's just not

Re: merge together social/gadgets rpc/rest endpoints (issue1169044)

2010-05-12 Thread Paul Lindner
Here's an updated version of the patch. Basically this change unifies the rpc/rest handlers for gadgets/social and also makes it much easier to add a new Handler. See the changes in SampleModule.java to see what I mean. You can still run separated gadget/social APIs if you want, it's just not

Architecture changes to support shindig 'plugins'

2010-05-12 Thread Paul Lindner
With my latest multibindings patch we're very close to being able to write shindig plugins. These are modules that can do the following: register new API endpoints add tag handlers. add resources(js etal) to the features registry. The first two are taken care of. If we change the feature

Re: Allow injection of new features directories/resources via multibindings (issue1197041)

2010-05-13 Thread Paul Lindner
Here's the next step towards allowing a shindig plugin architecture. This one allows external modules to add their javascript features to the FeatureRegistry. It's backwards compatible with the way we currently inject feature directories (via shindig.features.default) so I'm going to commit this

Re: upgrade to servlet-api 2.5

2010-05-13 Thread Paul Lindner
requirements to support both 2.4 and 2.5. Is there a way we can manage this to provide backward compatibility to take care of any possible API conflicts/breakages ? Thanks, Han From: Paul Lindner plind...@linkedin.com To: dev@shindig.apache.org Date: 05/12/2010 04:38 PM Subject

Re: Allow injection of new features directories/resources via multibindings (issue1197041)

2010-05-13 Thread Paul Lindner
ordered array makes it possible to override existing feature declarations. For instance, we have a custom rpc/feature.xml override of the Shindig default. --j On Thu, May 13, 2010 at 6:58 AM, Paul Lindner lind...@inuus.com wrote: Here's the next step towards allowing a shindig plugin

Re: Allow injection of new features directories/resources via multibindings (issue1197041)

2010-05-13 Thread Paul Lindner
On Thu, May 13, 2010 at 12:16 PM, John Hjelmstad fa...@google.com wrote: On Thu, May 13, 2010 at 12:01 PM, Paul Lindner plind...@linkedin.com wrote: hrm.. Due to the ordered magic of ImmutableSet we do get things injected in the correct order: I sort of figured that to be the case

Re: Adding expiration information to the SecurityToken interface

2010-05-13 Thread Paul Lindner
or four cooperating parties (container, graph/data provider, viewer, owner, gadget vendor) you end up with a lot of confused deputies http://en.wikipedia.org/wiki/Confused_deputy_problem.. On Thu, May 13, 2010 at 12:01 PM, Brian Eaton bea...@google.com wrote: On Tue, May 11, 2010 at 2:16 PM, Paul

[2.0] Removing some @Deprecated classes/methods/features

2010-05-13 Thread Paul Lindner
I'm starting some cleanup getting ready for 2.0. This involves removing some deprecated code. The only one that we might want to keep is legacy body signing and/or strict content checks. I'm going to remove it for now. If anyone needs it for 2.x let me know and I'll revert. *

Creating a shindig-extras module

2010-05-13 Thread Paul Lindner
There are some features that are new, experimental and generally not production ready nor standardized yet. However I'd like to see them checked in and maintained over time after such time they can graduate to shindig-gadgets and/or shindig-social-api. I propose putting these new features in a

Re: Creating a shindig-extras module

2010-05-13 Thread Paul Lindner
we could offer caja versions of said libraries, plus the js can be concat'd with the rest of the payload. Lots of interesting things can fallout from this technique. 2010/5/13 ๏̯͡๏ Jasvir Nagra jas...@google.com On Thu, May 13, 2010 at 5:07 PM, Paul Lindner lind...@inuus.com wrote

Re: Creating a shindig-extras module

2010-05-14 Thread Paul Lindner
. On Thu, May 13, 2010 at 5:20 PM, Paul Lindner plind...@linkedin.com wrote: we could offer caja versions of said libraries, plus the js can be concat'd with the rest of the payload. Lots of interesting things can fallout from this technique. 2010/5/13 ๏̯͡๏ Jasvir Nagra jas

Re: [2.0] Removing some @Deprecated classes/methods/features

2010-05-14 Thread Paul Lindner
wrote: While we're at it.. what do you think about adding RestfulCollection(ListT entry, CollectionOptions options), and deducing startIndex (from options), totalResults (from entry), itemsPerPage (from options)? Thanks, Chirag On Thu, May 13, 2010 at 4:26 PM, Paul Lindner plind

Re: Shindig doesn't handle relative oauth service URLs properly

2010-05-14 Thread Paul Lindner
Looks like a check for http/https is done before the Uri is resolved against it's base. I'll have a patch soonish to fix this which will also catch some other non-base-resolved URLs in Preload.. and Link... On Mon, May 10, 2010 at 12:00 PM, Randy Hudson huds...@us.ibm.com wrote: There seems to

Re: [2.0] Removing some @Deprecated classes/methods/features

2010-05-14 Thread Paul Lindner
On May 14, 2010, at 3:55 PM, Ziv Horesh wrote: What the arm in leaving this constructor? It simplify call that do not want pages. It seems we use this constructor heavily in our code base... If it's a problem then sure, go ahead revert. It was Deprecated last October as part of

Re: how's the string http://a9.com/-/spec/opensearch/1.1 used in XStream081Configuration.java ?

2010-05-15 Thread Paul Lindner
opensearch namespace is used for atom output. curl http://localhost:8080/rest/people/john.doe/@friends?format=atom feed xmlns=http://www.w3.org/2005/Atom; xmlns:osearch= http://a9.com/-/spec/opensearch/1.1; entry osearch:startIndex0/osearch:startIndex

Re: Shindig doesn't handle relative oauth service URLs properly

2010-05-17 Thread Paul Lindner
A fixfor this is checked in. On Fri, May 14, 2010 at 8:03 AM, Paul Lindner plind...@linkedin.com wrote: Looks like a check for http/https is done before the Uri is resolved against it's base. I'll have a patch soonish to fix this which will also catch some other non-base-resolved URLs

Re: javascript folder is missing in trunk

2010-05-17 Thread Paul Lindner
'javascript' was moved to 'content' since that was what it really is. I'll see about fixing any dangling links from the php side... On Sun, May 16, 2010 at 11:25 PM, Ram Sharma ramsharma...@gmail.com wrote: Hi, Its been a long time I touched the recent code of shindig. I do not know if the

Re: Creating a shindig-extras module

2010-05-17 Thread Paul Lindner
The top-level 'extras' directory is now available. It has it's own features directory, guice module and java classes. More to come... On Thu, May 13, 2010 at 5:07 PM, Paul Lindner lind...@inuus.com wrote: There are some features that are new, experimental and generally not production ready

Re: How to build in eclipse

2010-05-17 Thread Paul Lindner
You can also do this: cd java/server mvn jetty:run This starts a jetty instance running on most resources in place (including content and webapp directories). After you do a build you can press enter to reload the server instance. On May 17, 2010, at 2:42 AM, franck tankoua wrote: My

Re: how's the string http://a9.com/-/spec/opensearch/1.1 used in XStream081Configuration.java ?

2010-05-17 Thread Paul Lindner
was used as the name space for XStream ATOM serialization and it is NOT part of any opensearch that Shindig might process or consume correct? Thanks much! Han From: Paul Lindner plind...@linkedin.com To: dev@shindig.apache.org Date: 05/15/2010 08:04 AM Subject:Re: how's

Re: Jetty server fails to start

2010-05-18 Thread Paul Lindner
I'll see what's up here.. for now you can do this: cd java/server mvn jetty:run On Tue, May 18, 2010 at 8:06 AM, Evgeny Bogdanov evgeny.bogda...@epfl.chwrote: Java Shindig (trunk) mvn -Prun Server seems to be started, but

Re: [jira] Updated: (SHINDIG-1334) Security token parsing breaks when url contains : sign

2010-05-18 Thread Paul Lindner
Did you try URL-encoding the URL? On Tue, May 18, 2010 at 9:06 AM, Evgeny Bogdanov (JIRA) j...@apache.orgwrote: [ https://issues.apache.org/jira/browse/SHINDIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] Evgeny Bogdanov updated SHINDIG-1334:

ignore the commits

2010-05-18 Thread Paul Lindner
I pushed 10 revisions from my internal branch that are not ready. I reverted them. ouch.

Re: Jetty server fails to start

2010-05-18 Thread Paul Lindner
Found the problem. Now fixed. On Tue, May 18, 2010 at 9:23 AM, Evgeny Bogdanov evgeny.bogda...@epfl.chwrote: On 18.05.10 17:49, Paul Lindner wrote: I'll see what's up here.. for now you can do this: cd java/server mvn jetty:run the same here the problem

Re: Jetty server fails to start

2010-05-25 Thread Paul Lindner
a fix for this is checked in now. On Tue, May 25, 2010 at 12:14 AM, Tim Jones tim.jones@googlemail.comwrote: Have been having the same issue for some time (on mac also) Regards, Tim On 25 May 2010, at 04:41, ๏̯͡๏ Jasvir Nagra jas...@google.com wrote: A clean checkout, build and

Re: Gadget-and-container JS framework (issue1218045)

2010-05-25 Thread Paul Lindner
I'd like it in features, not extras. I also wonder if we should move this to the shindig.* namespace instead of gadgetsx. No reason to create yet another top-level namespace... On May 25, 2010, at 10:45 AM, henry.sapu...@gmail.com wrote: Just eyeballing the content they look ok but I did

Re: Gadget-and-container JS framework (issue1218045)

2010-05-25 Thread Paul Lindner
: Moving it to shindig.* namespace sounds fine to me. I personally lean towards container.*, nicely-matching namespace to gadgets.*. Either way, we can to alias it to googlecontainer.* (and alike) if people wants to. On Tue, May 25, 2010 at 11:12 AM, Paul Lindner lind...@inuus.com wrote: I'd

Re: shindig-social-api depends on shindig-gadget

2010-05-26 Thread Paul Lindner
The SampleContainerHandler can definitely move to the java/server module -- it's now quite easy due to multibindings. Want to submit a patch for that? On Tue, May 25, 2010 at 3:00 PM, Henning Schmiedehausen henn...@schmiedehausen.org wrote: Hi, it seems that the only thing that actually

Re: Is ImageUtils.getSacledInstance() LGPL license?

2010-05-27 Thread Paul Lindner
good question.. It appears that the original source code in the zip file is not downloadable anymore. I did a search on codesearch.google.com and found the same code included in a many projects, all without attribution. Cc:ing the original author -- Chris can you help us out here? Thanks! On

Re: Is ImageUtils.getSacledInstance() LGPL license?

2010-05-29 Thread Paul Lindner
#createThumbnail is very similar and is LGPL/BSD. GraphicsUtilities is referenced in the article and can still be found here: https://swingx.dev.java.net/files/documents/2981/149644/swingx-2010_04_18-src.zip Thanks, Chirag On Thu, May 27, 2010 at 7:27 AM, Paul Lindner plind...@linkedin.com wrote

Shindig June Release Discussion

2010-06-01 Thread Paul Lindner
Hi, I promised that we'd evaluate our releases every month. Well, the 1st is here so here's where we stand: 1.0.x Only one issue is filed against 1.0.1: SHINDIG-1338 - Using Shindig in a standalone PHP server I suggest that we ask that this be ported to 2.0.x since it is a new feature.

Re: Shindig June Release Discussion

2010-06-01 Thread Paul Lindner
lgtm -- I had forgotten to submit my comments to the CL. On Jun 1, 2010, at 10:44 AM, John Hjelmstad wrote: On Tue, Jun 1, 2010 at 11:09 PM, Paul Lindner lind...@inuus.com wrote: Hi, I promised that we'd evaluate our releases every month. Well, the 1st is here so here's where we stand

Re: How to get all fields of profile with REST

2010-06-02 Thread Paul Lindner
you have to specify the fields in the fields= param If you peek into JsonDbOpenSocialService you'll see this idiom applied: public T T filterFields(JSONObject object, SetString fields, ClassT clz) throws JSONException { if (!fields.isEmpty()) { // Create a copy with just the

Re: container's size problem

2010-06-02 Thread Paul Lindner
What method are you using to create the gadget on the page. Generally you'll have an iframe with an explicit width or it will be set by the enclosing div. More info is needed to help you out.. On Wed, May 26, 2010 at 1:34 AM, VU, Thi Thu Thuy thi.thu.thuy...@sap.comwrote: Hello, I really

Re: Remove UrlGenerator (issue1496041)

2010-06-03 Thread Paul Lindner
Yes, keeping UPGRADING up to date should be required for these major architectural changes. I know that I'll be making changes based on this CL... On Jun 3, 2010, at 10:44 AM, henry.sapu...@gmail.com wrote: Should this change be included in the UPGRADING release note? I am sure some people

Re: HttpResponse.getAndUpdateEncoding() barf with ArrayOutOfBoundsException upon empty header Content-Ty (issue196053)

2010-06-04 Thread Paul Lindner
patch was checked in: commit e8b78142d5a712c875e4f9390b757eec1e39a6db Author: Paul Lindner lind...@apache.org Date: Fri Jan 29 02:04:35 2010 + SHINDIG-1275 | Patch from Michael Hermanto | HttpResponse.getAndUpdateEncoding() barf with ArrayOutOfBoundsException upon empty header Content

Re: Error at shindig with OAuth

2010-06-07 Thread Paul Lindner
Sounds like your JRE cannot find the certificate for https://www.google.com/ See the information here: http://forums.atlassian.com/message.jspa?messageID=257322494 On Jun 7, 2010, at 12:29 PM, Normandes Jr wrote: I tried everything but I continue getting the exception INFO: Got Exception

[VOTE] Approve Henry Saputra as Shindig Committer

2010-06-09 Thread Paul Lindner
chaow...@apache.org[2010-03-14] John Hjelmstad jo...@apache.org Kevin Browne...@apache.org Louis Ryan lr...@apache.org Paul Lindner (chair) lind...@apache.org Santiago Gala sg...@apache.org

Re: [VOTE] Approve Henry Saputra as Shindig Committer

2010-06-09 Thread Paul Lindner
Actually your vote is binding (you're on the PMC as well as a committer) On Jun 9, 2010, at 11:24 AM, Ziv Horesh wrote: +1 (non binding) -Ziv On Wed, Jun 9, 2010 at 10:39 AM, Paul Lindner lind...@inuus.com wrote: Hello, I would like to propose that Henry Saputra be granted committer

New email address for code reviews

2010-06-10 Thread Paul Lindner
Please use dev-remai...@shindig.apache.org for your code reviews. This will forward it to the full dev list and get around Appspot's issue with using a custom Return-Path header for each message it sends.

Re: locked-domain infrastructure configuration

2010-06-10 Thread Paul Lindner
You can use wildcard DNS http://en.wikipedia.org/wiki/Wildcard_DNS_recordto support locked domains. A J2EE container should be able to support the differing domains without any problem, unless it's using some server-specific hostname handling, in which case you will need to have a similar

Re: Cleanning up Shindig for json.org license issue

2010-06-10 Thread Paul Lindner
The plan looks good. Can you refer us to the discussions on the Wink list about this json library? Is the source committed anywhere yet? Will this library be independent of wink or bundled with other software? On Jun 9, 2010, at 8:11 AM, Han Nguyen wrote: In response to this email thread

  1   2   3   4   5   >