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
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
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
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
+
+
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
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
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
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:/
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
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
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
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
Addressing the comments.
http://codereview.appspot.com/2322042/
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
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
15 matches
Mail list logo