Where is that ~/.openejb/system.properties?

I have @Singleton EJB with @Schedule methods.
I'm trying right now to reproduce the bug with a new & small project. While
working on it, I found 2 more bugs:
1. Supposing that we have an app deployed. I add one more @Schedule method
inside one if its @Singleton @Startup EJB, then I redeploy: no @Schedule
methods are automatically run, or just the new one executes. (Strange) All
methods should start automatically, because my EJB has @Startup
2. Supposing that we have an app deployed, which has some @Schedule methods
inside a @Singleton @Startup, which work properly. (the same starting point
as for bug no. 1). Just by redeploying the app (no changes), those EJBs
don't start automatically anymore, thus @Schedule methods don't execute.

I'll try to come with a sample project for that leak bug



--
View this message in context: 
http://openejb.979440.n4.nabble.com/Memory-leak-by-openejb-pool-scheduler-tp4665263p4665293.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to