Re: Adding database to Java Shindig

2010-07-15 Thread Evgeny Bogdanov
I moved service implementation and database related stuff into Database Shindig Added tutorial on connecting database to shindig Next will add a tutorial on making shindig work with any database schema. Should I remove the deprecated: How do I integrate a relational database with

Re: Adding database to Java Shindig

2010-07-14 Thread Evgeny Bogdanov
Well, here is a first post how to use mysql database with java shindig. http://vohtaski.blogspot.com/2010/07/java-shindig-how-to-add-your-own-social.html Next post will be about connecting my own social database with shindig, that I am doing now :) If you find it useful, I can create a wiki

Re: Adding database to Java Shindig

2010-07-14 Thread Henry Saputra
I think you can update the link in the Shindig wiki topic about rel database integration at https://cwiki.apache.org/SHINDIG/index.html#Index-HowdoIintegratearelationaldatabasewithShindig%253F It already has a comment about being need for an update.

Re: Adding database to Java Shindig

2010-07-13 Thread Evgeny Bogdanov
Thanks Franck for your help! It seems as I found a solution (At least now I am able to login to the database :)) I had to move all dependencies from samples/pom.xml to social/pom.xml, if I only put dependency in social/pom.xml on artifactId = samples, it didn't find the needed classes. I will

Re: Adding database to Java Shindig

2010-07-13 Thread Henry Saputra
HI Evgeny, A blog about this would be great. I be a lot other developers also interested to hook up Shindig with their database. - Henry On Tue, Jul 13, 2010 at 12:49 AM, Evgeny Bogdanov evgeny.bogda...@epfl.chwrote: Thanks Franck for your help! It seems as I found a solution (At least now

Re: Adding database to Java Shindig

2010-07-13 Thread John Hjelmstad
I'd be interested to see the Shindig Wiki, or some other official/easy to find documentation (seems like Wiki is the consensus at this point however? what do others think?) updated with such information as well. Many thanks, John On Tue, Jul 13, 2010 at 12:29 PM, Henry Saputra

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 Evgeny Bogdanov
Probably misunderstood you before ... I did now: $cd java/samples $mvn 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

Re: Adding database to Java Shindig

2010-07-12 Thread franck tankoua
Just out of curiosity. which version are you using? could you paste also the web.xml param-value for your param-name * guice-modules* . On Mon, Jul 12, 2010 at 2:04 PM, Evgeny Bogdanov evgeny.bogda...@epfl.chwrote: Probably misunderstood you before ... I did now: $cd java/samples $mvn

Re: Adding database to Java Shindig

2010-07-12 Thread Evgeny Bogdanov
On 12.07.10 14:19, franck tankoua wrote: Just out of curiosity. which version are you using? Do you mean shindig? (latest trunk shindig) $ mvn --version Apache Maven 2.2.0 (r788681; 2009-06-26 15:04:01+0200) Java version: 1.6.0_20 Java home:

Re: Adding database to Java Shindig

2010-07-12 Thread Evgeny Bogdanov
Thank you Franck 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.chwrote: On 12.07.10 14:19, franck tankoua wrote:

Re: Adding database to Java Shindig

2010-07-12 Thread Evgeny Bogdanov
This is a full jetty log $ mvn jetty:run [INFO] Scanning for projects... [INFO] [INFO] Building Apache Shindig Web App [INFO]task-segment: [jetty:run] [INFO]

Re: Adding database to Java Shindig

2010-07-12 Thread franck tankoua
I am using my own JPA implementation and the shindig 2.0 release. things work fine so far. I will try to add JPAModule and let you know. which version of shindig are you using? the trunk version ? On Mon, Jul 12, 2010 at 2:38 PM, Evgeny Bogdanov evgeny.bogda...@epfl.chwrote: Thank you Franck

Re: Adding database to Java Shindig

2010-07-12 Thread Evgeny Bogdanov
Where do you take shindig 2.0 release (I can't find it)? Or do you mean trunk here? On 12.07.10 15:18, franck tankoua wrote: I am using my own JPA implementation and the shindig 2.0 release. things work fine so far. I will try to add JPAModule and let you know. which version of shindig are

Re: Adding database to Java Shindig

2010-07-12 Thread Evgeny Bogdanov
The same problem is with a branches/2.0.x/ Franck, How did you add your own Guice JPA? Did you also register it in web.xml and added a module into profile all in shindig/pom.xml? Or did you add some dependencies? On 12.07.10 15:59, franck tankoua wrote:

Re: Adding database to Java Shindig

2010-07-12 Thread franck tankoua
Hi Evgeny. I have my own guice module based on JPA. On Mon, Jul 12, 2010 at 5:56 PM, Evgeny Bogdanov evgeny.bogda...@epfl.chwrote: The same problem is with a branches/2.0.x/ Franck, How did you add your own Guice JPA? this is from my web.xml context-param