Thanks Christian,
I think I figured that out too finally, but your hint proves that.
Unfortunatelly that makes it really hard to continue using PDE which is what I would like to do.
For now...
Type: Posts; User: meph; Keyword(s):
Thanks Christian,
I think I figured that out too finally, but your hint proves that.
Unfortunatelly that makes it really hard to continue using PDE which is what I would like to do.
For now...
Here is also my eclipse configuration attached as a zip file.
One additional information: I am using Eclipse 3.4 on Mac OSX 10.4.
I would be really great if somebody could have a look.
...
Hi,
unfortunatelly this is not working for me.
I also reinstalled Spring IDE (v2.2.1.) and Spring Tool Suite (v1.1.0.v200811281800) but still no luck. Dependencies to other bundles in the same...
Hi,
we are currently building a Spring based app using Tomcat 5.5. without any problems. Last week we wanted to try to upgrade to Tomcat 6 and we got the following stacktrace during the startup of...
Hello,
we discovered a problem today. We use the Spring integration of the JAX-WS webservice and this was working pretty fine so far.
An example of how our Webservice looks like can be found...
too stupid, I solved it myself.
For one of my own validators I have just forgotten to implement the interface "org.springframework.validation.Validator", so that the conversion didn't work.
Now...
Hi,
that unfortunatelly doesn't work in my case.
I would be glad to get any idea how to pass and Array of Validators into the "validators" property of my SimpleFormController.
The...
Hi,
I solved my problem so far, but it is not the best solution. I haven't tried the HandlerIntercepter way from yatesco, because I still need to test and play around with these AOP features.
...
Hi,
i have spent many hours searching this forum, but I couldn't find a solution which worked for me. One reason for sure is, that I am also pretty new to Spring and AOP.
I am using Velocity as...
Hello,
interesting question. I had a similar idea as well for my problem, as I think about a way of how I can improve scalability of my application.
What I want is to have multiple "worker"...
Hello,
I have just found out about the Velocity Debug Console,
http://wiki.apache.org/jakarta-velocity/VelocityDebuggingTemplate
which I also already know from the PHP Template engine Smarty. ...
I am also very new to Spring and experimenting around a bit. I had this Exception as well with an own example.
I also read the answer here, but my property name was already lowercase, but there was...