Hi Kris,
Thanks for the response. I hadn't noticed them under the Gradle DSLD support library but that would explain why I see it in my console output.
Thanks for the suggestion. That should...
Type: Posts; User: kevinstembridge; Keyword(s):
Hi Kris,
Thanks for the response. I hadn't noticed them under the Gradle DSLD support library but that would explain why I see it in my console output.
Thanks for the suggestion. That should...
Hi folks,
I have a project setup with the SpringSource Gradle IDE. When I run the application from this project from within Eclipse I get the following output in the console:
SLF4J: Found...
Looks as though this issue has been logged and fixed, but not yet released in a new milestone.
https://jira.springsource.org/browse/SPR-8464
Scratch that. Its working.
I've just started using JRebel to dynamically load classes and I'm still getting used to what it will reload and what it will not. I was declaring my nested property...
Hi,
I have a form in a web flow that is backed by a JavaBean with nested properties. I'm trying to add a validation message to one of the nested properties but it is not showing up.
I'm using...
Thanks for the suggestion but I was looking for a way to do it with a custom class-level JSR-303 validator. I think your suggestion is using Spring MVC validation.
I had a closer look at the...
I was having the same problem and found this thread.
I think you meant to say in your last comment that you were missing the ignoreUnresolvablePlaceholders=true property as opposed to the...
The fix for this seems to have been bumped to the 3.2 release.
https://jira.springframework.org/browse/SPR-3363
Hi Davidhe,
You have to do a couple of things:
* Add an authentication-failure-url attribute to your form-login element. This attribute is a url that should include some request parameter...
Hi all,
I have a custom class-level JSR-303 validator to confirm that the value in the 'confirmPassword' field matches the value in the 'password' field. Does anyone know how to associate the...
That looks to be exactly what I need.
Thanks very much for the advice.
Hi all,
I would like to display some model data in the header of each page. Specifically, the full name of the logged in user. I'm using Tiles right now, but would be happy to switch to Sitemesh...
Hi folks,
Just wondering if there are any plans to deploy source jar files to the Maven central repository for the individual modules (spring-core, etc)?
Cheers,
Kevin
I also found the same test failure and I've fixed it and checked in the changes. Try another SVN update and see how you get on.
Hi Gehel,
I'm guessing you're using the 0.3.0-SNAPSHOT version. Prior to this version there was a no-args constructor on ShowViewCommand but I recently removed it. The idea was to make the class...
Sorry for the delay in posting my results. Costin, thanks very much, your suggestion was spot on. Problem solved.
Thanks very much Costin. I think that's exactly what the problem is. I'll give that a try as soon as I'm allowed to (work allocation....), and post my results.
Thanks again.
Kevin
Hi Costin,
Thanks for the reply.
I'm using Spring 1.2.7 with Hibernate 3.1.3 deployed in JBoss 4.0.2. I'm not using the jboss-hibernate-deployer that comes with JBoss, instead I'm using Spring's...
Hi folks,
Does TransactionProxyFactoryBean commit a pre-existing transaction? I thought that it didn't, but I can't find any documentation to support that assumption.
I'm having a problem when...
Actually, that makes much more sense than creating a SAR. Thanks Andreas.
Thanks wpoitras,
I guess a SAR would be the JBoss equivalent of what you're suggesting. I'll give it a try. Thanks for the help.
Hi folks,
Just wondering if anyone can give me some pointers on how best to deploy an EAR file containing an EJB module that requires Spring dependency injection at startup. In other words, what is...
Fair enough.
Thanks very much for your input. Always appreciated.
Hi Arno,
Thanks very much for the reply.
I managed to find out what was causing the problem. The JtaTransactionManager class has an autodetectTransactionManager flag which defaults to true. So...
Hi folks,
I'm working on an existing application that has many EJBs, including MDBs, deployed in JBoss 4.0.2. I've been introducing a new persistence layer using Hibernate and configured via...