Search:

Type: Posts; User: JavaGeek_Boston; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Is there a way of getting HibernateDaoSupport working in JBoss AS7/EAP6?

    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...
  2. Hibernate Template fails in EAP6, works in 4.3 no matching editors or conversion stra

    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.

    ...
  3. Does Autowiring work in Java EE 6 and JBoss 7?

    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...
  4. Can I make AbstractJUnit38SpringContextTests single-threaded?

    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...
  5. How do I connect to a remote HornetQ JMS server?

    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...
  6. Can I inject properties from Maven (settings.xml) into my Spring container?

    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...
  7. How do I validate the 2nd state in a flow?

    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...
  8. Spring Team: Any chance of this being fixed in 3.0?

    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.
  9. Spring 3.0 and Spring Web Flow examples?

    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,...
  10. Example POM?

    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...
  11. Is Spring 3.0 available on any maven repo yet?

    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...
  12. Replies
    0
    Views
    899

    Can I view pending Quartz jobs?

    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...
  13. dead facelet algorithm - can I query Spring for valid view-state ids?

    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...
  14. I forgot to add a cache annotation on the member

    Changing:


    @OneToMany(cascade = CascadeType.MERGE)
    @JoinTable(name = "my_table_comment", inverseJoinColumns = @JoinColumn(name = "reply_id"))
    private List<Comment> replies = new...
  15. ehcache in Spring/Hibernate/JPA not working. Suggestions for troubleshooting?

    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...
  16. Thanks for your responses. Unless I'm...

    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...
  17. Need help getting started with Authorization.

    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...
  18. How do I return to original page w/ original request params in MVC?

    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...
  19. Didn't find a workaround.

    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...
  20. Spring Form Tags rendering as in facelets. How do I troubleshoot?

    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...
  21. Hello Thomas, Thanks for replying. ...

    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...
  22. secured flows are throwing permission denied exception

    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...
  23. How can I call SecurityContextHolder.getContext().getAuthenticati on() from facelet?

    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...
  24. Thank you

    Thank you for responding and answering my question, Marten. Now I know I need to check the Spring MVC side of things.
  25. Can I access ${currentUser} outside a flow?

    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...
Results 1 to 25 of 56
Page 1 of 3 1 2 3