A have application deployed to JBoss. It contains Inside it I register Quartz MBean wich trigger scheduled task.
How can I create reouce ref for that MBean to access resource by java:/comp/env/*
and not java:/*
in my task code.
A have application deployed to JBoss. It contains Inside it I register Quartz MBean wich trigger scheduled task.
How can I create reouce ref for that MBean to access resource by java:/comp/env/*
and not java:/*
in my task code.