Re: "java/samples" causes dependency conflict

2010-10-11 Thread Mark Weitzel
Paul, In addition to Dave, I think Steve Terlecki and the Eureka Streams team used JPA. Maybe there's something they might want to contribute back to replace samples. On Mon, Oct 11, 2010 at 1:02 PM, Paul Lindner wrote: > ugh.. > > One could probably force use of of ehcache-core instead of ehcac

Issue adding support for ATOM activity stream

2010-10-11 Thread Art Corl Jr
Hi, We're adding the xstream implementation for mapping JSON activitystreams to ATOM & XML, and would like advice on how to handle the configuration/dependencies. AtomEntry class (in the shindig-social-api project) must be updated (ActivityEntryImpl object is being passed in). However, these

Re: [VOTE] Release Apache Shindig Version 2.0.1

2010-10-11 Thread Paul Lindner
weird, hudson build was clean. The clirr plugin must be complaining about one of the CLs I put in place. I'll see what I can do.. On Mon, Oct 11, 2010 at 9:49 AM, Han Nguyen wrote: > I'm experiencing the same error. Does anyone have any suggestion? > > > > From: Andy B Smith/Raleigh/i...@ib

Re: "java/samples" causes dependency conflict

2010-10-11 Thread Paul Lindner
ugh.. One could probably force use of of ehcache-core instead of ehcache like this: --- a/java/samples/pom.xml +++ b/java/samples/pom.xml @@ -140,7 +140,15 @@ org.hibernate hibernate 3.2.6.ga + + + + net.sf.ehcache + ehcache + +

Re: [VOTE] Release Apache Shindig Version 2.0.1

2010-10-11 Thread Han Nguyen
I'm experiencing the same error. Does anyone have any suggestion? From: Andy B Smith/Raleigh/i...@ibmus To: dev@shindig.apache.org Date: 10/11/2010 12:45 PM Subject:Re: [VOTE] Release Apache Shindig Version 2.0.1 I tried checking out the 2.0.1 tag to test changes, but I'm gett

Re: [VOTE] Release Apache Shindig Version 2.0.1

2010-10-11 Thread Andy B Smith
I tried checking out the 2.0.1 tag to test changes, but I'm getting build failures on the compatibility check. [INFO] [clirr:check {execution: default}] [INFO] Comparing to version: 2.0.0 [INFO] org.apache.shindig.gadgets.rewrite.image.BMPOptimizer: Method 'public void rewrite(java.awt.image.Buff

Re: [VOTE] Release Apache Shindig Version 2.0.1

2010-10-11 Thread Paul Lindner
Here's my +1 Plus I fixed the issue with jsr305 and rebuilt 2.0.1. The new links are at: https://repository.apache.org/content/repositories/orgapacheshindig-015/ Cheers, Paul On Fri, Oct 8, 2010 at 6:27 AM, Paul Lindner wrote: > Hi, > > The 2.0.1 release is ready. The list of changes pulle

Re: Problems getting Shindig WAR example started

2010-10-11 Thread Christine Bauers
Thanks a lot. Next time, I will read the README first. But now I´ve got another problem: I want to open a connection via the android demo app from open social java client to get some user details. To do this, I use the ShindigProvider and set the urls and a new provider setRestEndpoint("http:/

Re: Problems getting Shindig WAR example started

2010-10-11 Thread Christiaan Hees
In my experience you save yourself a lot of problems if you just run Shindig as the root tomcat application. If you rename the .war file to ROOT.war then you can make calls to localhost:8080/social/rest etc. It might be that Shindig assumes that it's running at the root so you can try that and see

Re: Adding Huffmann Size Optimization to Jpeg Compression Params. (gives +(5-7)% of compression) (issue2322042)

2010-10-11 Thread anupama . dutta
Some minor comments below. LGTM overall. http://codereview.appspot.com/2322042/diff/30001/java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/image/BaseOptimizer.java File java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/image/BaseOptimizer.java (right): http://codereview

"java/samples" causes dependency conflict

2010-10-11 Thread Rocks Wang
Hi all, I was trying to test samples following the instructions given by https://cwiki.apache.org/confluence/display/SHINDIG/Connect+mysql+database+t o+shindig However it's not smooth, when I was running Jetty, guice injection failed due to "NoSuchMethodException", I found that it's because Hi

Re: where exactly do I find jsr305-1.3.9 source code?

2010-10-11 Thread Paul Lindner
fyi - I removed the dependency on this LGPL library. At one point it was a build-only dependency, which was okay. Once we added @Nullable annotations to guice run time code we had to ship this as part of the distribution. This is fixed in 2.0.1 (and trunk) -- we use our own @Nullable annotation

Re: Adding Huffmann Size Optimization to Jpeg Compression Params. (gives +(5-7)% of compression) (issue2322042)

2010-10-11 Thread satya3656
Addressing the comments. http://codereview.appspot.com/2322042/

Re: Adding Huffmann Size Optimization to Jpeg Compression Params. (gives +(5-7)% of compression) (issue2322042)

2010-10-11 Thread satya3656
http://codereview.appspot.com/2322042/diff/30001/java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/image/BaseOptimizer.java File java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/image/BaseOptimizer.java (right): http://codereview.appspot.com/2322042/diff/30001/java/gadge

[Shindig][Issue 2319044] BugFix - optimizer config is not respecting the compression ratio specified.

2010-10-11 Thread MHarish Mnsatya
Description: Bug: OptimizerConfig is not respecting the compression ratio specified in the shindig properties, and always getting set to 0.9. Also change the compression ratio in shindig.properties so that existing behavior will be retained. Please review this at http://codereview.appspot.com/231