The following has been removed:
- EJB/Spring combination => migrate to EJB3 or Spring
- EJB 2 => migrate to EJB3 or Spring
- Hibernate mapping with XML => migrate to JPA/Hibernate with annotations
- Spring definitions in XML => migrate to Spring with annotations
- Hibernate without JPA => migrate to JPA/Hibernate
- Hibernate sessionFactorySupport => Use ordinary JPA
- Castor XML mapping of messages
Generator properties that has been removed, not used any more:
ejb.version=2.1
generate.hibernate.xmlQuery=false
generate.deploymentDescriptor=false
generate.jpa.sessionFactorySupport=false
generate.spring.annotation=true
generate.test.annotation=true
framework.castor.schemaLocationUrlPrefix=http://www.fornax-platform.org/schemas/
Patrik Nordwall added a comment - 06/Nov/10 01:30 PM Done
The following has been removed:
- EJB/Spring combination => migrate to EJB3 or Spring
- EJB 2 => migrate to EJB3 or Spring
- Hibernate mapping with XML => migrate to JPA/Hibernate with annotations
- Spring definitions in XML => migrate to Spring with annotations
- Hibernate without JPA => migrate to JPA/Hibernate
- Hibernate sessionFactorySupport => Use ordinary JPA
- Castor XML mapping of messages
Generator properties that has been removed, not used any more:
ejb.version=2.1
generate.hibernate.xmlQuery=false
generate.deploymentDescriptor=false
generate.jpa.sessionFactorySupport=false
generate.spring.annotation=true
generate.test.annotation=true
framework.castor.schemaLocationUrlPrefix=http://www.fornax-platform.org/schemas/
The following has been removed:
- EJB/Spring combination => migrate to EJB3 or Spring
- EJB 2 => migrate to EJB3 or Spring
- Hibernate mapping with XML => migrate to JPA/Hibernate with annotations
- Spring definitions in XML => migrate to Spring with annotations
- Hibernate without JPA => migrate to JPA/Hibernate
- Hibernate sessionFactorySupport => Use ordinary JPA
- Castor XML mapping of messages
Generator properties that has been removed, not used any more:
ejb.version=2.1
generate.hibernate.xmlQuery=false
generate.deploymentDescriptor=false
generate.jpa.sessionFactorySupport=false
generate.spring.annotation=true
generate.test.annotation=true
framework.castor.schemaLocationUrlPrefix=http://www.fornax-platform.org/schemas/