2008/2/26 蒋剑峰 <[EMAIL PROTECTED]>: > hello Dave: > thanks! > your answer help me resolve the SQLException that Table ' > rollerdb.roller_properties' doesn't exist. > I already created the tables,the exception is resolved. > but the Exception of ProvisionException is still exist
> com.google.inject.DefaultConstructionProxyFactory$1.newInstan > ce(DefaultConstructionProxyFactory.java:46) > [11:36:50.515] at com.google.inject.ConstructorInjector.construct > (ConstructorIn > jector.java:142) > [11:36:50.515] ... 44 more > [11:36:50.515] Caused by: java.lang.UnsupportedOperationException > [11:36:50.515] at javax.persistence.Persistence.createEntityManagerFactory > (Pers > istence.java:85) > [11:36:50.515] at > > org.apache.roller.weblogger.business.jpa.JPAPersistenceStrate > gy.<init>(JPAPersistenceStrategy.java:123) That error in javax.persistence.Persistence.createEntityManagerFactory could be a clue. Perhaps there is a problem using Apache OpenJPA with Resin? Maybe Resin includes it's own version of JPA that conflicts with Apache OpenJPA? You might have to ask for support on a Resin mailing list. - Dave
