Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    529

    Hello, It would be great indeed to add Query...

    Hello,

    It would be great indeed to add Query By Example support directly in Spring Data JPA.

    Currently, our QBE approach supports only fields, see for example:...
  2. Replies
    6
    Views
    2,889

    I have found a solution. I am using SpringWebFlow...

    I have found a solution. I am using SpringWebFlow 2.3.0 and PrimeFaces 3.0.M4.

    Here is the ExceptionHandler:



    import org.springframework.beans.factory.annotation.Autowired;
    import...
  3. Replies
    44
    Views
    8,113

    I recently figured out how to do it thanks to...

    I recently figured out how to do it thanks to webflow doc and the example provided.

    This solution works with Primefaces 2.2.1 and WebFlow 2.3.0 and is used by springfuse.

    Note: in your flow, no...
  4. The link is correct, from there you can generate...

    The link is correct, from there you can generate a full webapp.

    You need to undertand how @Transactional work, the best is to read the doc:...
  5. you can achieve this by calling a service method...

    you can achieve this by calling a service method having a @Transactional(readonly = false) annotation....
    the method may be empty... the idea is just to call it.

    We provide a full example that...
  6. Replies
    4
    Views
    1,736

    OK thanks. Is it supported to use Spring...

    OK thanks.


    Is it supported to use Spring Faces in a jsf2 env along with PrimeFaces (using the default dojo modal dialog as currently supported) ?
    I was not able to do so.
  7. Replies
    4
    Views
    1,736

    Thanks for your reply. 1/ In my current app,...

    Thanks for your reply.

    1/ In my current app, some of my subflow have their view state popup attribute set to true, and it works like a charm.
    It was one of the killer feature that made us choose...
  8. Replies
    4
    Views
    1,487

    Hello, Are there any subflow involved ? If...

    Hello,

    Are there any subflow involved ?
    If yes, this could be helpfull:
    https://jira.springframework.org/browse/SWF-360

    Nicolas.
  9. Replies
    4
    Views
    1,736

    migration from richfaces to primefaces

    Hello,

    I am in the (experimental) process of migrating a SWF/JSF/Richfaces application to SWF/JSF/Primefaces.
    I am using Spring 3.0.5, SWF 2.2.1 and Primefaces 2.2.RC2.

    It seems pretty...
  10. Just for handy copy/paste here is the...

    Just for handy copy/paste here is the FlowHandlerAdapter configuration.


    <bean class="org.springframework.webflow.mvc.servlet.FlowHandlerAdapter">
    <property name="flowExecutor"...
  11. Replies
    5
    Views
    1,155

    oops! I think we both meant that...

    oops!
    I think we both meant that globalOnly="true" shows all messages... instead of showing only global ones...
  12. OK great. It works... I missed the delegate...

    OK great. It works... I missed the delegate tricks, you rock.

    I have also make the resources work.
    I am still having issue with interceptors/resources + the way I now map webflow. I used to map...
  13. Replies
    5
    Views
    1,155

    I just checked. I have the same issue.

    I just checked.
    I have the same issue.
  14. Bingo! popups work with the default...

    Bingo! popups work with the default AjaxHandler... :)

    However, it seems you cannot provide 2 ajax handlers to the flow handler adapter... and I need both ajax handler.

    Thanks!
  15. I have tried various settings. I was not able to...

    I have tried various settings.
    I was not able to make the <mvc:resources ... serve resources at all.
    I must be missing something.
    Our current conf is quite complete, we are able to :
    * serve...
  16. Hi, Thanks for your quick answer. Sorry I...

    Hi,

    Thanks for your quick answer.
    Sorry I missed it. However, I have just tried this:
    <mvc:resources mapping="/resources/**" location="/, classpath:/META-INF/web-resources/" />

    But, my popup...
  17. Problem with popup when upgrading from 2.1.1 to 2.2.0

    Hello,

    Thank you for providing this great framework. I am eager to upgrade.
    Here is a blocking issue I encountered:

    My popup views are no longer rendered when upgrading from 2.1.1 to 2.2.0.
    I...
  18. Replies
    21
    Views
    5,654

    Hello Keith, Thanks for sharing the roadmap....

    Hello Keith,

    Thanks for sharing the roadmap.
    My team would like to use SpringFramework 3.0 as soon as possible and currently webflow is the only reason that make us stick with 2.5.
    So my...
  19. Hello, I am so glad some other people need...

    Hello,

    I am so glad some other people need that kind of stuff :)

    Have you checked my proposed implementation ?
    http://jira.springframework.org/browse/SWF-360...
  20. Just to let you know that I submitted to SWF-360...

    Just to let you know that I submitted to SWF-360 a version of the JpaFlowExecutionListener that propagates the persistence context to the subflow. Any feedback is welcome.

    Nicolas.
  21. Hi, From my understanding of the...

    Hi,

    From my understanding of the JpaFlowExecutionListener's code
    the persistence context is not propagated to the subflow, even if
    the subflow also declares the persistence-context.

    So, of...
  22. Replies
    0
    Views
    766

    FlowExecutionListener and max-executions

    Hello,

    When the number of flow executions reach max-executions, the oldest execution is destroyed as soon as a new execution is created.

    I noticed that the FlowExecutionListener instances are...
  23. Replies
    10
    Views
    4,386

    Must the Entity Manager be Serializable? This...

    Must the Entity Manager be Serializable?
    This is not a requirement of JPA spec, so I guess we cannot rely on it.

    Nicolas.
  24. Replies
    1
    Views
    894

    PersistenceContext and Serialization

    Hello,

    I am using SpringWebFlow 2.0.8 with persistence-context.
    I ran into several issues with JPA/Hibernate that I was able to circumvent, but I'd like to make sure I understand how it really...
  25. Hello, SpringFuse provides such an integration...

    Hello,

    SpringFuse provides such an integration example.

    Actually it generates out of a database schema an entire project that uses:
    Spring Security but also Hibernate and Spring MVC

    You can...
Results 1 to 25 of 26
Page 1 of 2 1 2