• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Inconsistent stack height 2 != 1

 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am getting this error while I am restarting my server. I am using Jboss and Java 1.5 with Spring and hibernate 3.0. The OS is unix.



Here is my ChatSessionDAO.java



Updates: I just found out that the eror is coming due to this :

<tx:annotation-driven/>

Is there any way around to solve this issue ?


Thanks & Regards,
Ankit Chandrawat
 
reply
    Bookmark Topic Watch Topic
  • New Topic