Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. So after reading this: "When the transaction...

    So after reading this:

    "When the transaction ends, either through commit or roll back, the "current" Session is closed automatically."
    ...
  2. LIE Errors After Exception Thrown in a Hibernate Interceptor

    Hi,

    I have a Hibernate interceptor that prevents a transaction from being completed upon certain conditions. The interceptor throws an exception on preFlush that leads to the transaction being...
  3. How to Register a Global Exception Handler Programmatically?

    Hi all,

    I want to register a FlowExecutionExceptionHandler programmatically (or via a configuration). In other words, I don't want to have to map my exception handler in every one of my flows or...
  4. Replies
    26
    Views
    9,924

    Thanks, but I've decided to stay with the...

    Thanks, but I've decided to stay with the approach of refreshing the screen. This way I can leverage the h:messages tag that is already on the string and I avoid having to code a transition in all...
  5. Replies
    26
    Views
    9,924

    This solution is great, but what if you only want...

    This solution is great, but what if you only want to render a fragment rather than refresh the entire screen? Is it possible or is the approach Jeremy suggested the only one capable of leaving the...
  6. rich:message and h:message, should they both work?

    I am trying to output messages placed in the MessageContext from a Java bean called by my flow, but the messages are only rendered in my XHTML view if I use a rich:messages tag. Should I be able to...
  7. Replies
    61
    Views
    38,215

    That didn't seem to work for me. In my case I am...

    That didn't seem to work for me. In my case I am using Facelets and .XHTML extensions. If I leave the view-factory-creator out, I get the following stack trace:



    Caused by:...
  8. Replies
    61
    Views
    38,215

    cgs, Why are you suggesting that I remove the...

    cgs,

    Why are you suggesting that I remove the JSFViewFactoryCreator reference? I have posted these configurations as a working example of what I've put together to enable RichFaces and Spring...
  9. Replies
    61
    Views
    38,215

    Now I'll show some sample XHTML that calls...

    Now I'll show some sample XHTML that calls webflows:




    <ui:define name="content">
    <f:view>
    <div id="search" >
    <span class="errors">
    ...
  10. Replies
    61
    Views
    38,215

    Fortunately I was able to get RichFaces and AJAX...

    Fortunately I was able to get RichFaces and AJAX to work with my own solution. I had to make many changes to finally get it working so I can't recall exactly what was needed. I did run into issue...
  11. Replies
    61
    Views
    38,215

    Still doesn't work

    Hi all,

    I have attempted several ways to integrate JSF with Spring Webflow, but all seem to fail. Rich Faces is my preferred approach, so I downloaded the samples at:
    ...
  12. Well this certainly would work for auditing...

    Well this certainly would work for auditing purposes, but what about adding password expiration, captcha, or account locked capabilities? Would it be best to change the login-webflow to add logic...
  13. Replies
    11
    Views
    9,873

    Thanks, this appears to solve my initial issues. ...

    Thanks, this appears to solve my initial issues. Thanks again.
  14. Thanks for the response. I figured that was my...

    Thanks for the response. I figured that was my problem. I suppose the solution is then to extend certain CAS components?
  15. CasProcessingFilter Never Calls onUnsuccessfulAuthentication

    Hi all,

    I used to be able to log authentication exceptions from the onUnsuccessfulAuthentication method of my custom AuthenticationProcessingFilter when using form based authentication. Now...
  16. Replies
    11
    Views
    9,873

    Calvo, were you able to get the sandbox...

    Calvo, were you able to get the sandbox components working?

    I have set up a traditional bean as Luke suggested, however I get the following error using the subsequent config:

    ...
  17. Yes I got to the bottom of that. Thanks!

    Yes I got to the bottom of that. Thanks!
  18. Any luck getting to the bottom of this one? ...

    Any luck getting to the bottom of this one?

    Thanks.
  19. Spring MX4J HttpAdaptor Bean Error on Shutdown

    Hi,

    Everytime I stop tomcat I get the following error:


    javax.management.InstanceNotFoundException: Server:name=HttpAdaptor Here is part of my bean configuration:



    <bean...
  20. Replies
    5
    Views
    1,463

    It appears to have worked. JIRA created, thanks...

    It appears to have worked. JIRA created, thanks again:
    http://opensource.atlassian.com/projects/spring/browse/SEC-487
  21. It appears the above mentioned issue doesn't...

    It appears the above mentioned issue doesn't explicitly raise these concerns. I have filed a new JIRA issue:
    http://opensource.atlassian.com/projects/spring/browse/SEC-486
  22. Replies
    5
    Views
    1,463

    This feature is not documented in the current...

    This feature is not documented in the current manual so I was unaware of it. Thanks yet again karldmoore.
  23. ok, well I wanted to make sure that this was not...

    ok, well I wanted to make sure that this was not a known problem or a stupid question first. I'll add a comment in JIRA. thx
  24. [SEC-472] Overriding AuthenticationProcessingFilterEntryPoint Concern

    Hi,

    Perhaps I'm confused, but it seems the issue (which was closed as part of Spring 1.0.4) isn't fully flushed out. Although the patch allows one to add multiple URLs as entry points by...
  25. Replies
    5
    Views
    1,463

    Acegi Saved Request Key Failure

    Hi all,

    Sometimes as a non-authenticated user, the login JSP (loginFormUrl) doesn't display properly in the browser because all the images on the screen are not pulled down. The last image...
Results 1 to 25 of 67
Page 1 of 3 1 2 3