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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to