[jboss-user] [JBoss Seam] - java.lang.RuntimeException: An exception occurred initialisi

hanram do-not-reply at jboss.com
Fri Dec 7 03:57:41 EST 2007


hi folks,

             Can any one tell me when this exception wil occur. I am getting this problem when i try to deploy my Seam-project to the server. 




  | error:
  | java.lang.RuntimeException: An exception occurred initialising interceptors for class org.jboss.seam.example.Crdit.CreditAmount.equals
  | 
  | my code:
  | 
  | @Stateless
  | @Name("CreditAmount")
  | 
  | public class CreditAmount{
  | 
  |                  String CStatus="Credit Success";             
  |                  public String update(){
  | 	          //some Business logic for crediting the data...
  |                           
  | 	          return CStatus;
  | 	}
  | }
  | 




thx 
hAn.

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

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



More information about the jboss-user mailing list