[jboss-user] [JBoss Seam] - Incompatible Method signature with Home<> and documentation

ccanning do-not-reply at jboss.com
Thu Nov 9 18:27:06 EST 2006


In the reference documentation for the Seam application framework, the PersonHome example has method


  |     protected Person getNewInstance() {
  |         return new Person(country);
  |     }
  | 

but, the Home class has signature


  | 
  |     public ValueBinding getNewInstance();
  | 
  | 
    
Should this be overriding the getNewInstance() method or some other method?


   

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984683



More information about the jboss-user mailing list