[jboss-user] [JBoss Seam] - error after seam generate-entities
spulver
do-not-reply at jboss.com
Tue Jan 22 15:26:21 EST 2008
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
More information about the jboss-user
mailing list