After using seam generate-entities using a simple one table H2 db I got the 
following error:

    [javac] Compiling 4 source files to 
/Volumes/Workbench/Projects/Development/SEAM/Projects/helloworld/exploded-archives/helloworld.jar
    [javac] 
/Volumes/Workbench/Projects/Development/SEAM/Projects/helloworld/src/action/ch/imove/helloworld/HelloHome.java:20:
 ch.imove.helloworld.Hello is abstract; cannot be instantiated
    [javac]             Hello hello = new Hello();
    [javac]                               ^
    [javac] 
/Volumes/Workbench/Projects/Development/SEAM/Projects/helloworld/src/action/ch/imove/helloworld/HelloList.java:16:
 ch.imove.helloworld.Hello is abstract; cannot be instantiated
    [javac]     private Hello hello = new Hello();
    [javac]                               ^
    [javac] 2 errors

Any idea what's missing?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122371#4122371

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122371
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to