I've got the updated registration example (with required="true" on the input 
fields) and I'm still getting the exception described by Brian:


  | javax.faces.FacesException: Error calling action method of component with 
id _id0:_id9
  |     at 
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
  |     ...
  | Caused by: javax.faces.el.EvaluationException: Exception while invoking 
expression #{register.register}
  |     at 
org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:153)
  |     at 
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
  |     ...
  | Caused by: javax.ejb.EJBException: java.lang.RuntimeException: 
java.lang.NoSuchMethodError: 
javax.interceptor.InvocationContext.getTarget()Ljava/lang/Object;
  |     at 
org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:69)
  |     ...
  | Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodError: 
javax.interceptor.InvocationContext.getTarget()Ljava/lang/Object;
  |     at 
org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:128)
  |     ...
  | Caused by: java.lang.NoSuchMethodError: 
javax.interceptor.InvocationContext.getTarget()Ljava/lang/Object;
  |     at 
org.jboss.seam.ejb.SeamInterceptor.aroundInvoke(SeamInterceptor.java:37)
  |     ...
  | 

I'm using a brand new download of JBoss 4.0.4 GA and I just download SEAM 
yesterday (June 19).

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

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


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to