I am trying to deploy EJB application on the Weblogic 10.3.5
I have persistency.xml in the Meta-Inf directory. I am using Oracle as backend. I have all dependent librariries in the domain lib folder.
Not sure what to do next, I spent a few days trying to deploy on WebLogic. No issues deploying on JBoss
Getting following error.
[EclipseLink-7212] (Eclipse Persistence Services - 2.1.3.v20110304-r9073): org.eclipse.persistence.exceptions.ValidationException
Exception Description: The attribute [startDate] from the entity class [class org.jbpm.persistence.processinstance.ProcessInstanceInfo] does not specify a temporal type. A temporal type must be specified for persistent fields or properties of type java.util.Date and java.util.Calendar.