Indeed! I found it at javadoc.
I found the cause. Quartz was trying to insttantiate the jakarta commons-pool component, in which wans´t in classpath. The problem was the ClasNotFoundException...
Type: Posts; User: ragnarokkrr; Keyword(s):
Indeed! I found it at javadoc.
I found the cause. Quartz was trying to insttantiate the jakarta commons-pool component, in which wans´t in classpath. The problem was the ClasNotFoundException...
Follows the StackTrace
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'quartz.UserClass' defined in class path resource [ADSM-spring-beans.xml]: Error...
Greetings,
I have a MBean that holds a Quartz SchedulerFactory. This MBean has a method retrieveScheduler(org.quartz.Scheduler). Im having a problem when I try to set the Scheduler instance in...
I got this exception using the "autodetect=true" property from MBeanExporter. There is still an issue, I don,t know if from Spring side or OC4J. I workarounded it using autodetect=false and...
I found it.
In the targe application there is a custom AutoProxyCreator. I Included the MBean in the custom excelusion list and it works.
It only works with explicit MBeans declaration and...
O Yes. I forgot. The autodetect MBeanExporter feature works fine in the prototype application, but when I deploy it in the target application, doesn´t work.
When I use the explicit MBean...
Greetings
Im on a OC4J 10G r3, JDk 5 and Spring 1.2.3 installation and I have an issue. First i develop a concept proof application with a MBean up on autodetect MBeanExporter feature. That works...