I am using HYPERJAXB-3 -customized-toplink and facing following two problems. Please provide your suggestions to solve.
my XML elements : Eg: GeneralPref.CustomPref.Tradepref
1) TABLE/constraints names are generated with very lengthy name(oracle support 30 chars only) due to my XML element and its sub element having lengthy name Eg: CREATE TABLE DOCUMENTMANAGEMENT_TRADESERVICEUTILITYSETUP ()
How can we change the table name formaton ?
2) Auto Table column 'DTYPE' maximum size is 31 as per http://java.sun.com/xml/ns/persistence/orm xsd. I have received below Error message while executing job. 3) How can i change that 'DTYPE' column size through persisence.properties or some other configutaion
Internal Exception: java.sql.SQLException: ORA-12899: value too large for column "TEST"."DMTRADINGPARTNERSETUP"."DTYPE" (actual: 40, maximum: 31)
Please do the needful.