I'm getting this error too, which is most irritating.
Here's the repository infor from the Sparklr POM:
<repositories>
<repository>
<id>spring-milestone</id>
<name>Spring...
Type: Posts; User: Deejay; Keyword(s):
I'm getting this error too, which is most irritating.
Here's the repository infor from the Sparklr POM:
<repositories>
<repository>
<id>spring-milestone</id>
<name>Spring...
Hi all,
The STS CloudFoundry plugin is substituting a different version of the Hibernate Core jar when I'm deploying the application to a CF instance. There's a problem with the jar is is using,...
Figured it out - CloudFoundry support needs to be installed via the Help -> Install New Software dialogue and site http://dist.springsource.com/release/TOOLS/update/e3.6.
Hi All,
I can't seem to add a server of type CloudFoundry to Springsource Tool Suite 2.5.1. I can with 2.3.2, but not the latest build. Trying to search for new adapters doesn't yield any results...
I had forgotten about the initialization script options on the "Launch Deployment" screen.
I'm considering storing my customised server.xml with the datasource defined in S3, then writing a bash...
Hi All,
I'm getting a javax.naming.NameNotFoundException thrown in my Spring/Hibernate app, because it can't find the jdbc datasource.
I'm trying out Cloud Foundry for a new project at a new...
'ello,
In case anyone gets this issue, it was because the POST parameter wasn't being converted as UTF-8. After implementing org.springframework.web.filter.CharacterEncodingFilter (and setting...
Hi all,
After a great deal of time debugging through the Spring framework, I've found the cause of a problem I've been having.
I've got a domain object, with a BigDecimal annotated as...
Cheers for the information! How different is 2.1.0 RC1? I'm just learning how this whole Spring malarkey works, so if it's very different then following examples in books might be a problem.
Hi all,
I'm new to Spring, but I've been a Java developer for quite a few years, writing frameworks for a financial company.
I'm getting really, really stuck with all the dependencies of...