Shindig war association

2010-04-16 Thread franck tankoua
Hi, I have read a lot about shindig and posts but I cannot find a simple answer to my problem. Basically I would like to use shindig war from another war which is my application. I do not want to merge the shindig web.xml with mine. I have implemented the services and data classes such as

Re: Functions of PersonService

2010-04-16 Thread franck tankoua
Hi Vu, I am not sure if I understand your question. But let me give you what might be answer. You need to implements two methods. FuturePerson getPerson(UserId id, SetString fields, SecurityToken token) and FutureRestfulCollectionPerson getPeople(SetUserId userIds, GroupId groupId,

INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified.

2010-05-03 Thread franck tankoua
Hi All, I am having a issue with my gadget I don't know what is going on. Basically I have a simple Js like this : var specUrl0 = 'http://www.google.com/ig/modules/horoscope.xml'; // This container lays out and renders gadgets itself. function renderGadgets() { var gadget0 =

Re: INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified.

2010-05-04 Thread franck tankoua
) should not be a problem. Any suggestion? On Mon, May 3, 2010 at 7:49 PM, Paul Lindner lind...@inuus.com wrote: Try putting CDATA guards around your scripts. On Mon, May 3, 2010 at 4:41 AM, franck tankoua ftank...@gmail.com wrote: Hi All, I am having a issue with my gadget I don't know

Re: INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified.

2010-05-04 Thread franck tankoua
. On 4 May 2010 14:08, franck tankoua ftank...@gmail.com wrote: Hi Paul, The error is actually comming from the xml I guess. When debugging, I have got the contains of the xml into the source ( inputSource.setCharacterStream(new StringReader(source)); line 162

Re: INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified.

2010-05-05 Thread franck tankoua
]] /Content /Module Could someone guide me on where I need to have deeper look? thanks On Tue, May 4, 2010 at 9:10 PM, franck tankoua ftank...@gmail.com wrote: Actually the encoding is set to UTF-8 at line 161. On Tue, May 4, 2010 at 3:44 PM, Mat Mannion mat.mann...@gmail.com wrote: I

problem with BasicBlobCrypter hmac with + character

2010-05-14 Thread franck tankoua
Hi, I have caught a problem while using the secureToken in an encrypted way. if you checkout the wrap method of the BasicBlobCrypter.java, you will see that it can actually output String with + character Example: rANRaw1A3BTa0vSKGdkuXHVb6PHOIvqaKJ4mrlYRTvUZCX4GydOQMjua8xWTA0X*+*

activitystreams vs activity?

2010-05-29 Thread franck tankoua
Hi All, I just saw the new ActivityStream implementation and I am willing to use that since it matches more what I would expect from an activity. When Designing my Database I wanted to use attributes like target , object , verb etc. I wanted to know if you think I will be wrong trying to get rid

Re: activitystreams vs activity?

2010-06-01 Thread franck tankoua
building off of Activity Streams. I'd recommend that you start with Activities. Then, at some point in the future, when the spec incorporates activity streams, the move should be easy. -Mark W. From: franck tankoua ftank...@gmail.com To: dev@shindig.apache.org Date: 05/29/2010 03:07 PM

using the beanJsonConverter with httpclient to have a Json-rpc java client?

2010-06-22 Thread franck tankoua
Hi All, I have looked into a java JSON-RPC client I could use to talk to my shindig. The XML-RPC implementation does not fit my needs because I would like to communicate in JSON and not xml. I would like to know if someone tried this before and if not, I am thinking on implementing something

Re: Adding database to Java Shindig

2010-07-12 Thread franck tankoua
were you able to successfully run mvn at /java/samples level? On Mon, Jul 12, 2010 at 12:57 PM, Evgeny Bogdanov evgeny.bogda...@epfl.chwrote: Sorry for spamming but I still can't get a working version. This is what I did based on the suggestions here. 1) I've checked out a latest shindig

Re: Adding database to Java Shindig

2010-07-12 Thread franck tankoua
Build Successful On 12.07.10 13:02, franck tankoua wrote: were you able to successfully run mvn at /java/samples level? On Mon, Jul 12, 2010 at 12:57 PM, Evgeny Bogdanov evgeny.bogda...@epfl.chwrote: Sorry for spamming but I still can't get a working version. This is what I did based

Re: Adding database to Java Shindig

2010-07-12 Thread franck tankoua
for helping! still the same Does it work for you? On 12.07.10 14:27, franck tankoua wrote: what if you remove the space line before JPASocialModule? On Mon, Jul 12, 2010 at 2:25 PM, Evgeny Bogdanovevgeny.bogda...@epfl.ch wrote: On 12.07.10 14:19, franck tankoua wrote: Just out

Re: Adding database to Java Shindig

2010-07-12 Thread franck tankoua
::No Transaction manager found - if your webapp requires one, please configure one. After you configure the transaction manager it should not trash anymore. hope it helps Sure I have added dependencies to hibernate On 12.07.10 15:59, franck tankoua wrote: http://svn.apache.org/repos/asf/shindig/branches

restful /groups/{guid}

2010-07-27 Thread franck tankoua
Hello all, from the specification https://docs.google.com/View?docid=dcc2jvzt_37hdzwkmf8#ssc:310, there should be a groups service. I have made one and I would like to know if you guys are interested. Regards -- Franck

Re: restful /groups/{guid}

2010-07-27 Thread franck tankoua
Here is my patch. Feel free to comment. Thanks On Tue, Jul 27, 2010 at 2:30 PM, franck tankoua ftank...@gmail.com wrote: Hello all, from the specification https://docs.google.com/View?docid=dcc2jvzt_37hdzwkmf8#ssc:310, there should be a groups service. I have made one and I would like

Re: restful /groups/{guid}

2010-07-27 Thread franck tankoua
don't think you can send attachments on this mailing list. I'm interested in seeing the patch though. Is it for the Java or the PHP version of Shindig? /Christiaan On Tue, Jul 27, 2010 at 6:49 PM, franck tankoua ftank...@gmail.com wrote: Here is my patch. Feel free to comment. Thanks

Re: Shindig 2.0.0-SNAPSHOT java.lang.NoSuchMethodError: com.google.common.collect.ImmutableSet.of

2010-08-18 Thread franck tankoua
Thanks. This has solved my issue. On Wed, Aug 18, 2010 at 3:54 PM, Paul Lindner plind...@linkedin.com wrote: looks like you have google-collections on your classpath. shindig has switched to guava-librarieshttp://code.google.com/p/guava-libraries/ On Wed, Aug 18, 2010 at 6:50 AM, franck

JSON-RPC result

2010-12-08 Thread franck tankoua
Hi All. Any work being done to follow up the specification 1.0 ? http://opensocial-resources.googlecode.com/svn/spec/1.0/Core-Data.xml#Collection -- Franck

Re: JSON-RPC result

2010-12-09 Thread franck tankoua
on a patch. Thanks. On Wed, Dec 8, 2010 at 2:05 PM, franck tankoua ftank...@gmail.com wrote: Hi All. Any work being done to follow up the specification 1.0 ? http://opensocial-resources.googlecode.com/svn/spec/1.0/Core-Data.xml#Collection -- Franck -- Franck

Re: JSON-RPC result

2010-12-10 Thread franck tankoua
}}, {id:viewerData,result:{john.doe:{count:0}}}, {id:viewerFriendData,result:{jane.doe:{count:7},maija.m:{},george.doe:{count:2}}}] On Thu, Dec 9, 2010 at 8:23 AM, franck tankoua ftank...@gmail.com wrote: Hi All, Can someone help me on this please. I have looked

Suggestion Shindig Service: Selecting the Fields could be done by instrospection

2010-12-10 Thread franck tankoua
Hi all. I have a shindig container with hibernate. the probem is that for me it is more easy to do something like select u from users u in JPQL, then filter after using introspection. The interface PersonService for instance force us to handle the field in that method but I think we really don't

Re: Suggestion Shindig Service: Selecting the Fields could be done by instrospection

2010-12-13 Thread franck tankoua
services you want the fields up front. This allows you to optimize data access and may allow you to avoid expensive queries. On Fri, Dec 10, 2010 at 1:13 AM, franck tankoua ftank...@gmail.com wrote: Hi all. I have a shindig container with hibernate. the probem is that for me

Define container.js in a war project

2011-01-19 Thread franck tankoua
Hi All, Could someone help me on this. I have thought it was possible through the WEB.xml or through the guice module. I cannot do something like the following as it is throwing A binding to java.lang.String annotated with @com.google.inject.name.Named(value=shindig.containers.default) was

Re: Define container.js in a war project

2011-01-20 Thread franck tankoua
From: franck tankoua ftank...@gmail.com To: dev@shindig.apache.org Date: 01/19/2011 02:30 PM Subject:Define container.js in a war project Hi All, Could someone help me on this. I have thought it was possible through the WEB.xml or through

Re: Define container.js in a war project

2011-01-24 Thread franck tankoua
...@gft.comwrote: The way I use shindig it's as a dependence in my own project., basically this way: https://cwiki.apache.org/confluence/display/SHINDIG/How+use+shindig+out+of+the+box Maxwell De: franck tankoua [ftank...@gmail.com] Enviado: quinta-feira

Re: Question about changing the default container.js file

2011-01-26 Thread franck tankoua
Hi All, The comment is sure outdated. I also think there may be a design thinking to put there. When you offer a possibility to configure something in your web.xml normally you want to stay as orthogonal as possible. This means I do not see the point of providing the container.js through the