I am running into a code generation issue when I attempt to generate
a CRUD application using the PrimeFace generator with the Java EE version
set to EE 5. For example in the AbstractController:
import Expression ejbFacadeFullClassName is undefined on line 29, column
10 in unknown.;
...
public abstract class AbstractController<t> {</t>
private Expression ejbFacadeClassName is undefined on line 46,
column 15 in unknown
.<t> ejbFacade ;
...</t>
Will it be possible to use the generator with Java EE 5 and JSF 2.0?
Thanks,
Tom
--
Tom McGinn | Principal Curriculum Developer
OracleServer Technologies Curriculum Development
Phone: +1.781.442.0621 | Mobile: +1.781.254.3621
Mail: tom.mcginn@oracle.com
Blog: Java Training Beat https://blogs.oracle.com/javatraining/
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi -
I am running into a code generation issue when I attempt to generate
a CRUD application using the PrimeFace generator with the Java EE version
set to EE 5. For example in the AbstractController:
import Expression ejbFacadeFullClassName is undefined on line 29, column
10 in unknown.;
...
public abstract class AbstractController<t> {</t>
column 15 in unknown
.<t> ejbFacade ;
...</t>
Will it be possible to use the generator with Java EE 5 and JSF 2.0?
Thanks,
Tom
--
Tom McGinn | Principal Curriculum Developer
OracleServer Technologies Curriculum Development
Phone: +1.781.442.0621 | Mobile: +1.781.254.3621
Mail: tom.mcginn@oracle.com
Blog: Java Training Beat https://blogs.oracle.com/javatraining/