Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,894

    Yep - that is indeed the problem. Thanks.

    Yep - that is indeed the problem. Thanks.
  2. Replies
    5
    Views
    3,466

    Did you find the info you were looking for? I am...

    Did you find the info you were looking for? I am currently working on a Spring / Flex / Hibernate project that is using maven to build multiple modules for the client and server side components.
    ...
  3. Replies
    2
    Views
    1,894

    MessageBroker already defined

    Does anyone know what would cause the following problem?



    12:14:32,405 ERROR DispatcherServlet:290 - Context initialization failed
    org.springframework.beans.factory.BeanCreationException:...
  4. Replies
    13
    Views
    12,251

    I have recently started working with flex and the...

    I have recently started working with flex and the spring integration was the first question that came to my mind. What I plan on doing is integrating my flex apps with spring via web services.
    ...
  5. Replies
    1
    Views
    1,778

    I don't think you want to be using a filter for...

    I don't think you want to be using a filter for this. What I have done to secure Xfire webservices with Acegi is write a custom handler that extracts the credentials from the SOAP header and...
  6. Replies
    6
    Views
    1,746

    You can actually route all your urls through the...

    You can actually route all your urls through the spring dispatcher servlet and map url for the static page to an instance of UrlFilenameViewController.
  7. Replies
    3
    Views
    1,553

    Erwin, Thanks for the reply. My problem ended...

    Erwin,

    Thanks for the reply. My problem ended up being with how I was handling the attributes. I was trying to initialize an attribute the following way:

    <flow ....>
    <attribute...
  8. Replies
    15
    Views
    3,716

    I had basically the same question. I tried...

    I had basically the same question. I tried passing view names from a parent flow to a subflow and refering that input mapping in my view, but it didn't work. You can see more at thread below.
    ...
  9. Replies
    3
    Views
    1,553

    Dynamic View Resolution

    Is there a way to dynamically resolve view names in a view state based on an attribute or property in some scope?

    I am attempting to create a generic subflow that will be reused within other...
  10. thx - that did the trick.

    thx - that did the trick.
  11. Unit Testing Actions that access ServletExternalContext

    Hello,

    Is there a way to unit test action classes that interact with the ServletExternalContext? It seems as though a MockServletExternalContext would be necessary, but I do not see such a class....
Results 1 to 11 of 11