ssht968 发表于 2014-3-17 15:29:56

代码自动生成text的文本。出现错误。

Caused by: org.hibernate.MappingException: Could not determine type for: javax.xml.soap.Text, at table: baa01, for columns:
        at org.hibernate.mapping.SimpleValue.getType(SimpleValue.java:314)
        at org.hibernate.mapping.SimpleValue.isValid(SimpleValue.java:292)
        at org.hibernate.mapping.Property.isValid(Property.java:239)
        at org.hibernate.mapping.PersistentClass.validate(PersistentClass.java:469)
        at org.hibernate.mapping.RootClass.validate(RootClass.java:270)
        at org.hibernate.cfg.Configuration.validate(Configuration.java:1303)
        at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1761)
        at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1840)
        at org.springframework.orm.hibernate4.LocalSessionFactoryBuilder.buildSessionFactory(LocalSessionFactoryBuilder.java:189)
        at org.springframework.orm.hibernate4.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:350)
        at org.springframework.orm.hibernate4.LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:335)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1514)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
        ... 38 more


页: [1]
查看完整版本: 代码自动生成text的文本。出现错误。