When trying to access an ejb from a client , I get this exception : java.rmi.ServerException: RuntimeException; nested exception is:
I\'m deploying an EJB which should set a timer and be triggered by it every 24 hours. But where should I set the timer? @PostConstruct does not help -- this is a session bean, so post-construct method
I created an EJB 2 named EvenementBean for test. I then deleted it. and whenever 开发者_JAVA百科trying to deploy my .ear project now, I get these errors :