RE: EXTERNAL: Re: "java/samples" causes dependency conflict

2010-10-12 Thread Terlecki, Stephen
Steve Terlecki; Terlecki, Stephen Subject: EXTERNAL: Re: "java/samples" causes dependency conflict 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,

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

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 + +

"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