Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    6,717

    Still useful

    Still useful
  2. Getting also a ClassCastException in...

    Getting also a ClassCastException in FlowAjaxTilesView.getRenderFragments()



    Caused by: java.lang.ClassCastException: java.util.ArrayList cannot be cast to [Ljava.lang.String;
    at...
  3. Replies
    5
    Views
    425

    2) Not sure we are seeing the issue from the same...

    2) Not sure we are seeing the issue from the same perspective. The first request will be to authenticate the user, the second one will be to access the resource. By default, the security context...
  4. Replies
    5
    Views
    425

    1) Can use method security level. Have a look to...

    1) Can use method security level. Have a look to @PreAuthorize and @Secured
    2) You necessarily need a session mechanism to achieve security at that level, be cookies, database or any other.
    3) The...
  5. You can define your java class containing the...

    You can define your java class containing the roles as a spring bean and use SpEL to inject the roles. If it works let us know! :)
  6. Try having a look to the javaee Cookie api docs...

    Try having a look to the javaee Cookie api docs instead. Path is the property you need to modify.
  7. Replies
    2
    Views
    1,233

    Hi rwinch, if SavedRequestAwareWrapper is not...

    Hi rwinch,

    if SavedRequestAwareWrapper is not visible, is there a better way to reconstruct the request? I find SavedRequestAwareWrapper suitable for it. Besides, RequestCache specifies the...
  8. You are totally right. I had a quick look to the...

    You are totally right. I had a quick look to the method summary that says:



    Drilling down the details you can read the saved request should be removed. My mistake ;)
  9. That should be said in the api docs. No clue...

    That should be said in the api docs. No clue about that.
  10. Replies
    1
    Views
    582

    Srping MongoDB Testing

    Even though MongoDB does not support transactions. It would be nice to have a mechanism (perhaps an annotation) to undo your writes to the database at testing time.
  11. Thanks for responding Rossen, Well, I have a...

    Thanks for responding Rossen,

    Well, I have a Spring Webflow configuration with a custom conversation manager using a custom conversation reopository to store conversations with spring mongo db.
    ...
  12. I expected to have an answer to this thread from...

    I expected to have an answer to this thread from any of the spring web flow team members, since I considered this issue to be sensitive because it makes two of the spring modules incompatible and not...
  13. I see... Jira created:...

    I see...

    Jira created: https://jira.springsource.org/browse/DATACMNS-132

    Thanks!
  14. My temporary solution is changing: ...

    My temporary solution is changing:



    protected boolean isEntity() {
    boolean isComplexType = true;
    isComplexType = !simpleTypeHolder.isSimpleType(information.getActualType().getType());...
  15. Hi, flow execution repositories types are not...

    Hi, flow execution repositories types are not longer supported in webflow 2.3 the reason is unknown at least for me, you can have a look to my post...
  16. Replies
    4
    Views
    918

    It should be working. But another way to do it is...

    It should be working. But another way to do it is by executing and storing your variable in the flow scope. In brief, there are four scopes in webflow: conversation, flash, flow and view. One option...
  17. FlowExecutionSnapshotGroup not retrieving snapshots for custom ConversationRepository

    Related with the post http://forum.springsource.org/showthread.php?123144-Spring-Webflow-integration-with-Spring-MongoDB-issues Where I described I wrote a custom ConversationManager, I have an issue...
  18. Spring Webflow integration with Spring MongoDB issues

    Hi, I wrote a custom ConversationManager having a Repository object using a MongoTemplate. I am getting a NullPointerException when storing the FlowExecution object, the reason is 'messagesMemento'...
  19. Replies
    1
    Views
    585

    I think your configuration is not correct, apart...

    I think your configuration is not correct, apart from the flow executor you have to to register the flow trough the flow registry, I am using webflow 2.3 though. Itīs a late answer but I hope it...
  20. Hi, I am facing a different issue now, My...

    Hi,

    I am facing a different issue now,

    My object to persist has an association of type org.springframework.webflow.execution.repository.impl.SimpleFlowExecutionSnapshotGroup, that has a...
  21. Hi Oliver, Yes, Webflow does it. I think...

    Hi Oliver,



    Yes, Webflow does it. I think throwing a more meaningful exception would help to quickly identify the problem without having to look the source code, though the occurrence of this...
  22. NullPointerException MappingMongoConverter

    Hi,

    I am working with spring mongodb (1.0.0.RELEASE) and spring webflow, I am getting a null pointer exception:



    java.lang.NullPointerException: null
    at...
  23. Are you sure you are running Spring 3.1? Spring...

    Are you sure you are running Spring 3.1? Spring bean profiles is available as of version 3.1. By this time maybe you have solved the issue.
  24. Replies
    26
    Views
    10,286

    Hi Rossen, I am using SWF 2.3 and I dont see...

    Hi Rossen,

    I am using SWF 2.3 and I dont see any support for Client Continuation Repository. Why is that? I was thinking in implementing my web flows in such way to support failover and...
  25. Client Continuation Repository not supported in SWF 2.3

    Hi all!

    Does somebody know why is ClientContinuationFlowExecutionStorage (Client Continuation Repository) no longer supported in Spring Webflow 2.3?

    What are the suggested storage mechanisms to...
Results 1 to 25 of 30
Page 1 of 2 1 2