Sorry for the delayed reply, I almost missed this email.

In the file ProcessInstanceInfo.orm.xml, there's a statement like

          <element-collection name="eventTypes"
target-class="java.lang.String">
                <column name="F_EVENT_TYPES" />
                <collection-table name="DRL5_EVENT_TYPES">
                    <join-column name="F_PROCESS_INS_ID" />
                </collection-table>
            </element-collection>

I think you should notice this, but this really does not work, I don't know
why this happens, maybe some bugs of Hibernate.


On Wed, Dec 22, 2010 at 8:35 PM, ramram <ramram...@gmail.com> wrote:

>
> Hi tangrui,
>
>   i have applied the mapping provided by you and the process as well as the
> task functioned well. I tried to change the name of the table provided and
> everything worked fine except for the EVENTTYPES table which is still being
> created under name of eventTypes what may be cause the problem of this and
> how can we add a mapping to it to solve the issue.
>
>
> Regards,
> Ram
> --
> View this message in context:
> http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Human-Task-Service-Persistence-tp1868778p2131089.html
> Sent from the Drools - User mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>



-- 
唐睿
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to