It's been a long time since the last reply, but anyway. The example above does not work for me.
The data in the properties tag is not recognized by c3po (except username and password). I verified...
Type: Posts; User: andy.p23; Keyword(s):
It's been a long time since the last reply, but anyway. The example above does not work for me.
The data in the properties tag is not recognized by c3po (except username and password). I verified...
I am currently trying to expose a few methods via JMX.
My context definition:
<bean id="oosTasksMBean" class="de.net22.oos.service.jmx.OosTasksMBeanImpl">
<property...
Found the error:
When I had built the big fat jar, I used versions of spring.handlers and spring.schemas that did not contain the neccessary entries.
Used the correct ones when rebundling the...
I tried to mention: wehen I build the application, I build a big fat jar containing all referenced libraries (jars).
This jar contains two files (spring.handlers and spring.schemas).
Is it...
I am trying to build an application using Spring 2.5.4.
When I run the application inside eclipse or when I execute an Junit integration test, everything works fine. But whenever I try to run the...
Thanks for your help. I upgraded the JRE (1.6 now, 1.5 before) and the application deploys.
I still don't understand, because I am quite sure that there were no up- or downgrades of JREs on either...
I don't think so. My application deployed successfully four days ago. No JRE update since then. I verified that...
I have a web application, which deployed nicely for month and lots of releases. Suddenly it won't start up anymore. I am frustrated because I don't have the slightest idea.
The webapp uses...