When trying to pack out a model validator record it's throwing exception:
SEVERE: Packout handler not found for type MV java.lang.IllegalArgumentException: Packout handler not found for type MV at org.adempiere.pipo2.PackOut.export(PackOut.java:143) at org.adempiere.pipo2.PackOutProcess.doIt(PackOutProcess.java:137)
Environment
None
Attachments
4
Activity
Show:
Carlos Ruiz May 4, 2013 at 3:18 AM
Hi Jan, please send me a private mail with your email and I'll assign you a password for centralized IDs.
Regards,
Carlos Ruiz
Jan Thielemann May 3, 2013 at 4:34 PM
Edited
I don't know how i can reserve ids so i just used the ids idempiere generated. Maybe you should alter them
Jan Thielemann May 3, 2013 at 3:54 PM
how can i reserv ids for: ad_column ad_field
Heng Sin Low May 3, 2013 at 3:50 PM
Entity type patch merge to Head. For other that involve DB changes, you need to create migration script using official Id.
Jan Thielemann April 30, 2013 at 8:15 PM
Edited
To be able to pack out web services you need to do the following: 1) Add columns to the pack out detail table alter table AD_Package_Exp_Detail add column ws_webservicetype_id numeric(10,0) alter table AD_Package_Exp_Detail add column ws_webservice_id numeric(10,0)
2) Add "WS" and "WST" for Web Service and Web Service Type to the Reference List AD_Package_Build_Type_L
3) Create Table & Column columns and Window, Tab & Filed fields for both new columns
When trying to pack out a model validator record it's throwing exception:
SEVERE: Packout handler not found for type MV
java.lang.IllegalArgumentException: Packout handler not found for type MV
at org.adempiere.pipo2.PackOut.export(PackOut.java:143)
at org.adempiere.pipo2.PackOutProcess.doIt(PackOutProcess.java:137)