That is more or less the behavior that I'm seeing under Tomcat. Jetty 8.x doesn't seem to exhibit the behavior so it must be some interaction with Tomcat that may be unintended. Judging by some of...
Type: Posts; User: djgraff209; Keyword(s):
That is more or less the behavior that I'm seeing under Tomcat. Jetty 8.x doesn't seem to exhibit the behavior so it must be some interaction with Tomcat that may be unintended. Judging by some of...
I've run into a container issue (Tomcat vs Jetty) ...
I've got a spring security configured app running. The web.xml configures error pages for 404, 403, 500 to map to controller references...
I'm asking the questions because of a project I'm working on. We've implemented a web application using maven & Spring and we're investigating integrating BIRT for a reporting solution. At the...
Ok to sum up, the STS development is done exclusively in STS/Eclipse as a plugin project.
The tycho/maven builds are done externally on a CI system in a headless fashion.
Perfect.
Now, for...
To tell you the truth it was pretty open ended when I asked it.
I guess, based on your answer, that the projects are primarily developed using Eclipse treating the project as an Eclipse PDE...
I'd like to see if anyone can point me to a reference on how the Spring Tool Suite for Eclipse is developed.
Primarily I'm interested in how a developer would set up an environment and what the...
I did a little more digging on this and found that this has been caused by a change made to ehcache between 2.0.0 and 2.5.2 to add property change support on the properties in question.
This...
I'm running into a problem where I'm defining a cache through my XML configuration and the enabling of statistics is failing.
I have a cache manager defined thusly
<bean id="ehcache"...
Hey all,
Out of sheer curiosity, why does the provided implementation of SubjectDnX509PrincipalExtractor use a regex for extracting the CN?
Seeing as how this is the provided implementation I...
Christian,
Thanks for the super quick fix and resolution on this one!
Ok that behavior makes sense.
I saw the defect STS-1691 and that you had already resolved that.
Thanks again!
I renamed all the commons-logging.properties. It appears to be working ...
Odd thing is the commons-logging.properties I renamed are not specifically within this project but projects that this...
I'll give it a shot, just FYI, my environment is Eclipse Helios (3.6.1) and I've installed SpringIDE 2.6.0 (along with a patch from the patches update site).
BTW - thanks for the super quick...
I do, the contents are as follows
org.apache.commons.logging.log=org.apache.commons.logging.impl.Log4JLogger
Note though, that my projects are utilizing m2eclipse and these...
I'm seeing the following error in my project which depends on commons-logging.
Error occured processing XML 'Could not instantiate bean class...
Is there an implementation guide that explains the individual pieces of Spring.js that must be implemented to provide the functionality required?
I know that the default implementation is Dojo and...