Hello,
This is related to http://forum.springsource.org/showthread.php?132260-Hibernate-Template-fails-in-EAP6-works-in-4-3-no-matching-editors-or-conversion-stra
I am porting a large application...
Type: Posts; User: JavaGeek_Boston; Keyword(s):
Hello,
This is related to http://forum.springsource.org/showthread.php?132260-Hibernate-Template-fails-in-EAP6-works-in-4-3-no-matching-editors-or-conversion-stra
I am porting a large application...
Hello
I have an app I am porting from JBoss 4.3 to EAP6. It works in 4.3, but fails in EAP6. The 4.3 version is heavily tested in JDK6 and appears to work in JDK7. I'm working in JDK7 now.
...
Hello All,
I am trying to port our application to JBoss 7 and am having issues getting Spring 2.5 autowiring working. I found that if I declare my bean manually in XML, I can see them being...
Hello All,
I am having issues with AbstractJUnit38SpringContextTests in that it is either creating and destroying contexts asynchronously or running the tests in parallel in Maven surefire. Can I...
Hello all,
I would like to hookup Spring's DefaultMessageListenerContainer to a remote HornetQ instance. I am new to this, so I apologize if the answer is obvious.
Does anyone have pointers to...
Can I inject a password I define in my Maven settings.xml into my Spring IOC container?
Hello All,
I define passwords to servers via properties I define in my ~/.m2/settings.xml (or...
Hello All,
I have a 2 view states: enroll (step1) and baseline (step2). My model is enrollment.
EnrollmentValidator.validateEnroll works great. EnrollmentValidator.validateBaseline is never...
Does anyone on the Spring team know if the Spring MVC form tags will work in facelets?
I could never get them working in Spring 2.5.6. It would be really nice to use Spring MVC 3 with facelets.
Hello All,
Are there any examples of running Spring Web Flow with Spring 3.0?
In particular, I was hoping someone could point me to a POM with Spring 3.0 and SWF (any version) working together,...
Luke,
Thank you for the quick reply. I found the jars on that repo, so thanks again.
My POM intially didn't work because I am using long artifact names from the Spring examples, like...
Hello,
I am a maven user and want to get started with Spring 3.0 (presently 3.0.0.RC1).
Is it available on any public repos?
If it's not available on any repo, how can I build it and deploy...
Hello All,
I have some quartz jobs that notify users via e-mail of various business logic events.
I'd like to build a simple admin screen to help users visualize the next few events Quartz would...
Hello All,
I have a project that has facelets that are no longer being referenced.
I want to write a script to locate orphan facelet files. I am considering trying to "do this right" and open...
Changing:
@OneToMany(cascade = CascadeType.MERGE)
@JoinTable(name = "my_table_comment", inverseJoinColumns = @JoinColumn(name = "reply_id"))
private List<Comment> replies = new...
Hello All,
I built an application modeled after the Spring booking example. I'm on Tomcat and using Hibernate as my JPA provider. I set show_sql to true in persistence.xml
No matter how many...
Thanks for your responses.
Unless I'm mistaken, I think I have to wait till 3.0 in order to introduce simple dynamic security annotations. As I need to secure a method based on the inputs...
Hello All,
I integrated Spring Security for authentication and it's working great.
How can I use Spring Security to handle Authorization? I found the documentation a little confusing and was...
Hello All
I have a stateless application in which the URL parameters are used for navigation and are getting lost on posts unless I manually add them to the redirect URL. Is there an automatic way...
Hello Surajit.
Unfortunately, I never found a workaround. Right now, we're using SWF + JSF for significant forms and MVC + HTML smaller forms. The gap between SWF + MVC for JSF has made it a...
Hello All,
I have an application that's running Spring MVC + Spring Web Flow. I'm using facelets for my view.
I have a Spring MVC page that's working great and I can confirm that it's...
Hello Thomas,
Thanks for replying. Unfortunately, that's a WebFlow-specific variable.
When you're in a flow, that works great, but it's not visible in a page that's not part of a flow.
Our...
Hello All,
My app started throwing an exception whenever a user requests a secured flow. The user is presented with a login screen, can login, and use the app just fine. The app works perfectly...
Hello all,
I apologize as this is probably a novice question, but I want to display "Hello ${currentUser}" on each page. What's the best way to do so?
I am using facelets, Spring MVC, and Spring...
Thank you for responding and answering my question, Marten. Now I know I need to check the Spring MVC side of things.
Hello All,
I have an application that uses Spring Web Flow for form handling, but has some small read-only pages that are simply handled with Spring MVC. I am using Spring Security in pretty much...