Re: [hibernate-dev] [infinispan-dev] [ISPN-6] (Infinispan cache provider for Hibernate) Remaining TODOs, notes and questions

2009-08-10 Thread Manik Surtani
On 8 Aug 2009, at 08:14, Galder Zamarreno wrote: > > On 08/07/2009 02:06 PM, Manik Surtani wrote: >> >> On 7 Aug 2009, at 12:51, Galder Zamarreno wrote: >> >>> Manik, >>> >>> While I working on this, I've noted the following. If we define >>> default cache configurations for entity/query/...etc i

Re: [hibernate-dev] [infinispan-dev] [ISPN-6] (Infinispan cache provider for Hibernate) Remaining TODOs, notes and questions

2009-08-10 Thread Galder Zamarreno
On 08/10/2009 12:42 PM, Manik Surtani wrote: > > On 8 Aug 2009, at 08:14, Galder Zamarreno wrote: > >> >> On 08/07/2009 02:06 PM, Manik Surtani wrote: >>> >>> On 7 Aug 2009, at 12:51, Galder Zamarreno wrote: >>> Manik, While I working on this, I've noted the following. If we define

[hibernate-dev] If Unable to compile core, try this

2009-08-10 Thread Emmanuel Bernard
If you see the following when compiling core/core mvn clean install or mvn -e clean install => do rm -fR ~/.m2/repository/org/hibernate/ rm -fR ~/.m2/repository/org/jboss/maven/ That does the trick for me. --- [INFO] [compiler:compile] [INFO] Nothing to compile - all classes are up to dat