I am using JBOSS5.0GA as application server. For our application we are using EJB3.0 and JPA2.0 as persistence layer for communicating with database. I want to disable Timer Services of EJB which running by JBOSS because its taking lot of eden space of heap.
For disabling that I referred this link for configuring JBOSS. It gives me
UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService'
error after deploying my application. In our application we are not using EJBTimerservice.
Please Help Me