[OFBiz] Users - WF_APPLICATION_MAP, Maxdb,Ofbiz,Shark

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OFBiz] Users - WF_APPLICATION_MAP, Maxdb,Ofbiz,Shark

Thomas Andersson
Hi,

Following previous messages about WF_APPLICATION_MAP table under Maxdb75, I have modified the following definitions in

"ofbiz/components/shark/entitydef/entitymodel.xml" :

original

<entity entity-name="WfApplicationMap"
            package-name="org.ofbiz.shark.mapping"
            title="">
      <field name="packageId" type="id-vlong"></field>
      <field name="processDefId" type="id-vlong"></field>
      <field name="applicationDefId" type="id-vlong"></field>

Replace by

<entity entity-name="WfApplicationMap"
            package-name="org.ofbiz.shark.mapping"
            title="">
      <field name="packageId" type="id-long"></field>
      <field name="processDefId" type="id-long"></field>
      <field name="applicationDefId" type="id-long"></field>

Some developpers told me that the size definition is sufficient, but since i'm not a developper, i'm afraid about interaction with other tables in the database.

So now the table is written in the database at Ofbiz startup but i don't know if, at the end, i will running in trouble with other Ofbiz components.

Thanks in advance for your reply.


 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users