If you drop the "\openejb3\examples\quartz-app\quartz-ra\target\quartz-ra-1.0-SNAPSHOT.jar" into your "[Path to OpenEJB]\lib" directory (and restart OpenEJB) then you can use a bean method something like the following to access the Scheduler:
yes this works here too, nice. For configuring quartz i normally use a quartz.properties file. Is it possible to configure Quartz in this way with OpenEJB, where do i have to put the quartz.properties file?