If someone could explain what this means... I would be greatful...

All I am doin is customizing a simple edit page for a pojo

the stuff was coming up

now its all comin down... just from tweeking the edit page onActivate handler

I am not sure of the documented faq for beaneditform is in line with coherent 
entity pojos

An unexpected application exception has 
occurred.org.apache.tapestry5.internal.services.RenderQueueExceptionRender
 queue error in SetupRender[edit/Coach:beaneditor]: Exception 
instantiating instance of 
org.tynamo.examples.hibernatesecurity.model.Coach (for component 
'edit/Coach:beaneditor'): No service implements the interface 
org.tynamo.examples.hibernatesecurity.model.Coach.activeComponentsedit/Coach 
(class 
org.tynamo.examples.hibernatesecurity.pages.edit.CoachEdit)edit/Coach:layout 
(class org.tynamo.examples.hibernatesecurity.components.Layout)
classpath:org/tynamo/examples/hibernatesecurity/pages/edit/CoachEdit.tml, line 
21<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>2<t:layout 
title="title" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd"; 
xmlns:p="tapestry:parameter">3          <p:subMenuBlock>4               <ul>5   
                <ul id="local">6                        </ul>7          
</ul>edit/Coach:coachedit (class org.apache.tapestry5.corelib.components.Form)
classpath:org/tynamo/examples/hibernatesecurity/pages/edit/CoachEdit.tml, line 
1712
13      <h1>${title}</h1>14
15      <br/>16
17      <t:form clientValidation="true" validate="bean" t:id="CoachEdit">18     
        <t:errors/>19
20              <div class="t-beaneditor">              21              
22                      <t:beaneditor object="bean" 
model="beanModel">edit/Coach:beaneditor (class 
org.apache.tapestry5.corelib.components.BeanEditor)
classpath:org/tynamo/examples/hibernatesecurity/pages/edit/CoachEdit.tml, line 
2217     <t:form clientValidation="true" validate="bean" t:id="CoachEdit">18    
         <t:errors/>19
20              <div class="t-beaneditor">              21              
22                      <t:beaneditor object="bean" model="beanModel">23        
                        <p:firstName>24                            <t:label 
for="firstname">My FirstName</t:label>25                               
<t:textfield t:id="firstname" value="bean.firstname"/>26                        
     </p:firstName>  27                              
locationclasspath:org/tynamo/examples/hibernatesecurity/pages/edit/CoachEdit.tml,
 line 22org.apache.tapestry5.ioc.internal.util.TapestryExceptionException
 instantiating instance of 
org.tynamo.examples.hibernatesecurity.model.Coach (for component 
'edit/Coach:beaneditor'): No service implements the interface 
org.tynamo.examples.hibernatesecurity.model.Coach.locationclasspath:org/tynamo/examples/hibernatesecurity/pages/edit/CoachEdit.tml,
 line 22org.apache.tapestry5.ioc.internal.OperationExceptionNo service 
implements the interface 
org.tynamo.examples.hibernatesecurity.model.Coach.traceInstantiating new 
instance of org.tynamo.examples.hibernatesecurity.model.CoachCreating
 plan to instantiate org.tynamo.examples.hibernatesecurity.model.Coach 
via public 
org.tynamo.examples.hibernatesecurity.model.Coach(org.tynamo.examples.hibernatesecurity.model.Coach)Determining
 injection value for parameter #1 
(org.tynamo.examples.hibernatesecurity.model.Coach)Resolving object of type 
org.tynamo.examples.hibernatesecurity.model.Coach using 
MasterObjectProviderjava.lang.RuntimeExceptionNo service implements the 
interface org.tynamo.examples.hibernatesecurity.model.Coach.Filter stack frames
Stack trace

                                          

Reply via email to