1 Reply Latest reply on Jan 25, 2008 8:34 AM by jdijkmeijer

    java.lang.RuntimeException: An exception occurred initialisi

    hanram

      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.