Hi Salaboy, Kris
I managed to do the persistence to Oracle and that is not by creating an
xml file but by adding annotations to the org.drools.task file and I mean by
this:
for example org.drools.task.Deadline
- the column name [date] reserved word for oracle. So what I did is
the following: in the java file I added the following :
- @Column(name="dDate")
private Date date;
and For the classes that have long table name such as
org.drools.EmailNotificationHeader
@Entity
@Table(name="EmailNotifHead")
public class EmailNotificationHeader
can you add this in the next releases to the drools task??????
is the solution that I did a correct one??????
Regards,
Ram
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Human-Task-Ser...
Sent from the Drools - User mailing list archive at
Nabble.com.