Menu

Code generation issues using Java EE 5

Anonymous
2013-02-27
2013-03-27
  • Anonymous

    Anonymous - 2013-02-27

    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> {
    
        private Expression ejbFacadeClassName is undefined on line 46, column 15 in unknown
        .<T> ejbFacade ;
    ...
    

    Will it be possible to use the generator with Java EE 5 and JSF 2.0?

    Thanks,

    Tom

     
  • Kay Wrobel

    Kay Wrobel - 2013-03-27

    Hi. Sorry it's taken me so long to reply. In short, I don't know. I have never bothered with Java EE 5. I started out this project coming in fresh with little Java EE or Java knowledge and have slowly learned its features. But those features were all based around Java EE 6. Sorry.

     

Anonymous
Anonymous

Add attachments
Cancel