I am in the process of evaluating JheadStart for Form2ADF.
I am creating POC on simple fmb file (attached).
I am using jdev (12.2.1.3.0) with the below extensions(Evaluation copy)
JHeadstart Forms2ADF Generator | oracle.jheadstart.addins.jdg | 12.2.1.0.43 | Fully Loaded | 0 | 79 | 79 |
JHeadstart Shared IDE Components | oracle.jheadstart.addins.share | 12.2.1.0.43 | Fully Loaded | 1 | 11 | 12 |
JHeadstart Application Generator | oracle.jheadstart.addins.jag | 12.2.1.0.43 | Fully Loaded | 2 | 7 | 9 |
JHeadstart Designtime Environment | oracle.jheadstart.addins.jde | 12.2.1.0.43 | Fully Loaded | 2 | 2 | 4 |
JHeadstart Utilities | oracle.jheadstart.addins.utilities | 12.2.1.0.43 | Fully Loaded | 0 | 3 | 3 |
I am using Forms2ADFGenerator & uploading attached fmb file with all default options & getting below error.
Could you please help ,what could be the issue
java.lang.Exception: : : An error occurred while composing ADF Business Components:
oracle.jbo.dt.objects.JboException: Illegal name. It is either a reserved word or an object of the given name already exists within the project.
Package: model.queries.links
Object: View Link
at oracle.jbo.dt.objects.JboException.throwException(JboException.java:81)
at oracle.jbo.dt.objects.JboPackage.addChild(JboPackage.java:250)
at oracle.jheadstart.dt.jmig.target.bc4j.objects.ViewLink.processProperties(ViewLink.java:69)
at oracle.jheadstart.dt.jmig.target.bc4j.objects.BC4JObject.findOrCreate(BC4JObject.java:295)
at oracle.jheadstart.dt.jmig.target.bc4j.objects.ViewLink.<init>(ViewLink.java:34)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at oracle.jheadstart.dt.jmig.target.bc4j.BC4JClassReflection.construct(BC4JClassReflection.java:132)
at oracle.jheadstart.dt.jmig.target.bc4j.BC4JFactory.processElement(BC4JFactory.java:142)