Search:

Type: Posts; User: ragnarokkrr; Keyword(s):

Search: Search took 0.01 seconds.

  1. Indeed! I found it at javadoc. I found the...

    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...
  2. Follows the StackTrace ...

    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...
  3. Problems with MethodInvokingFactoryBean return

    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...
  4. I got this exception using the "autodetect=true"...

    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...
  5. I found it. In the targe application there is...

    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...
  6. O Yes. I forgot. The autodetect MBeanExporter...

    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...
  7. Spring JMX and OC4J/10g r3, Two applications, Same Bean, Two behaviors

    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...
Results 1 to 7 of 7