Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Ah...good to know. Thanks!

    Ah...good to know. Thanks!
  2. Customizing the Execution Query Parameter

    I was wondering if there was any way to customize the format of the "?execution=" parameter SWF generates to track what step a user is on. My understanding is that this example parameter:
    ...
  3. Replies
    0
    Views
    816

    Using SpEL in Depends-On Attribute

    I'm trying to set up some conditional configuration in my context. Essentially, I want my H2 database server to only be intialized when specifically told to do so.

    I have the following bean:

    ...
  4. Replies
    1
    Views
    660

    Disregard. Figured it out. Was a maven-specific...

    Disregard. Figured it out. Was a maven-specific classpath problem
  5. PathMatchingResourcePatternResolver Behaves Differently in Maven than STS - Ideas?

    I'm still trying to solve the problem documented here:
    http://forum.springsource.org/showthread.php?t=99169

    Basically, I want to be able to specify a list of fully qualified resources and/or...
  6. Replies
    1
    Views
    660

    Resources and Wildcards

    I have a bean I want to create that looks like this:



    <bean id="validatorFactory"
    class="org.springmodules.validation.commons.DefaultValidatorFactory">
    <property...
  7. Nope....sounds good. I "like" this behavior...I...

    Nope....sounds good. I "like" this behavior...I just wanted to make sure I understood it correctly.
  8. But the next sentence after your quote says: ...

    But the next sentence after your quote says:



    It's the "per test fixture" part that through me off, but if this is expected behavior, that's good to know.

    Thanks!
  9. DependencyInjectionTestExecutionListener, Caching, Multiple Tests

    I'm just trying to get some clarification on how caching works with DependencyInjectionTestExecutionListener.

    According to the reference, the application context is cached per test class and...
  10. Replies
    0
    Views
    626

    TaskExecutor and Transactions

    Hello,

    I have a need to execute a service method call from a Spring MVC controller asynchronously. Attempting to avoid (in the short-term) a JMS implementation, I'm trying to use the TaskExecutor...
  11. Replies
    7
    Views
    2,345

    It looks like Keith had already logged an issue:...

    It looks like Keith had already logged an issue:

    http://jira.springframework.org/browse/SWF-984
    I added this thread as an example.
  12. Replies
    8
    Views
    4,211

    Keith, thanks for your clarification. I...

    Keith, thanks for your clarification. I understand that the beans are singleton by default now.

    But are they beans private to the flow?

    Would a bean, "thisBean", defined in one flow's...
  13. Replies
    8
    Views
    4,211

    A follow-up question: Assuming that the beans...

    A follow-up question:

    Assuming that the beans imported to a flow from a bean-import declaration are instantiated at flow initialization (when the flow XML is parsed and readied for handling...
  14. Replies
    7
    Views
    2,345

    Hi Keith! My StringSetToStringConverter...

    Hi Keith!

    My StringSetToStringConverter converts a Set<String> to String, using StringUtils.join and StringUtils.split, based on " " as a delimiter. So a Set<String> that contained:
    "this"
    "is"...
  15. Replies
    7
    Views
    2,345

    I believe we used to have to make a setupForm...

    I believe we used to have to make a setupForm call in SWF 1.0 order to bind prior to view. Is there something similar in SWF 2.0?
  16. Replies
    7
    Views
    2,345

    dolphin, thanks for your reply! Unfortunately,...

    dolphin, thanks for your reply!

    Unfortunately, the problem isn't with loading the data. It's with telling spring to bind that data to a <form:input> tag BEFORE an initial page view.

    The way...
  17. Replies
    7
    Views
    2,345

    Bind on Entry

    I have a flow:


    <flow xmlns="http://www.springframework.org/schema/webflow"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
  18. Replies
    8
    Views
    4,211

    garysweaver: thanks for your reply! SWF tends...

    garysweaver: thanks for your reply!

    SWF tends to be a bit different of a monster, so I'm not 100% comfortable assuming that.

    That said, if anyone knows for sure, that'd be great!
  19. Replies
    8
    Views
    4,211

    bean-import scope

    I've searched around the forums and looked at the reference doc, but I'm still not clear on something.

    If I have a flow and I import a context file:

    <bean-import resource="some-beans.xml"/>
    ...
  20. Replies
    8
    Views
    5,875

    Yes I did! ...

    Yes I did!

    http://jira.springframework.org/browse/SPR-3124

    Vote away and thanks for the support!
  21. Duplication Using Classpath* in Eclipse

    I'm hoping someone has across this one.

    I am using a Maven2 directory structure for my code and have the following:

    src/main/java/../SomeHibernateRepository.java ->...
  22. Sigmund, Thanks for your reply! I also found...

    Sigmund,

    Thanks for your reply! I also found many people discussing this topic over at the Domain Driven Design forum:


    http://tech.groups.yahoo.com/group/domaindrivendesign/

    They seem to...
  23. Domain Driven Design, Implementations and Testing

    Hello,

    I'm working on reorganizing my project. I think I've decided on the following structure:

    application
    web (WAR)
    facade/service/api (JAR)
    common-services (JAR or multiple JARs)...
  24. To add to this, let me extend this question... ...

    To add to this, let me extend this question...

    How do you unit test a Validator that delegates to another Validator?

    For example, assuming Person had an Address object...



    public class...
  25. Replies
    2
    Views
    706

    Sorry. I did perform a search, but this thread...

    Sorry. I did perform a search, but this thread didn't come up. Guess I used the wrong keywords.

    Thanks for your help!
Results 1 to 25 of 96
Page 1 of 4 1 2 3 4