Hi,
I am looking for limitations/issues associated with the existing plugin in Netweaver Developer Studio using which we normally generate the data dictionary for a particular JPA model persistence unit encapsulated in a ejb development component.
Currently I am facing issues when One of the JPA entity containing @OneToMany annotated column with orphanremoval option. Additionally I also observed that if even if I remove the orphanremoval option and build data dictionary DC errors the build errors out saying the below errors:
[ddgen] [Error]DtDbTable 'TMP_SVC_TMP_DEST': Table TMP_SVC_TMP_DEST is not generated
[ddgen] [Error]DtDbTable 'TMP_SVC_TMP_DEST': MySQL MaxDB:checkWidth TMP_SVC_TMP_DEST: total width(1026) greater than allowed maximum (1024)
[ddgen] [Error]DtDbTable 'TMP_SVC_TMP_DEST': Microsoft SQL Server:checkWidth (PK to TMP_SVC_TMP_DEST): total width of primary key (1020) greater than allowed maximum (900)
[ddgen] [Error]DtDbTable 'TMP_SVC_TMP_DEST': Sybase:checkWidth (PK to TMP_SVC_TMP_DEST): total width of primary key (1020) greater than allowed maximum (900)
[ddgen] [Error]DtDbTable 'TMP_SVC_TMP_DEST': SAP HANA Database:checkWidth TMP_SVC_TMP_DEST: total width(1026) greater than allowed maximum (1024)
[ddgen] [Info] Table //DtDictionary/DtDbTable:.TMP_SVC_TMP_DEST could not be generated
[ddgen] [Error] Generation failed due to errors (3 seconds)
Ant runtime 3.386 seconds
Ant build finished with ERRORS
[Error] Generation failed!
Build stopped due to an error: [Error] Generation failed!
I could find any recent blogs on any such issue. ANy help would be greatly appreciated to help me come up with a suitable design.
Thanks & Regards,
Akshay