Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Done. Find it here:...

    Done. Find it here: https://jira.springsource.org/browse/SPR-8013

    -mike
  2. Possible Workaround

    I was able to workaround the issue by extending the ResourceHttpRequestHandler and creating a response wrapper that sets the content length to 0 if the status code is set to 304. Unfortunately there...
  3. ResourceHttpRequestHandler 304 and Content-Length Header

    I've been debugging an issue while using the Jetty ProxyServlet to proxy all requests to a backend server which uses the mvc:resources namespace element. I finally tracked the issue down to Jetty's...
  4. Replies
    12
    Views
    2,325

    I should have also mentioned that I was...

    I should have also mentioned that I was comfortable going with SI because we have the option of dropping out our custom persistent channel adapter and plugging in the JMS adapter with little or no...
  5. Replies
    12
    Views
    2,325

    We tested ActiveMQ originally but ran into a...

    We tested ActiveMQ originally but ran into a bunch of problems/bugs where large blocks of messages would get stuck in the queue or lost entirely. We ended up using nightly builds to get anything...
  6. Replies
    12
    Views
    2,325

    Mark, As far as implementing the "Claim Check"...

    Mark,

    As far as implementing the "Claim Check" goes, I think it would help with reducing the amount of data moved around but in reality I think most of the messages are simply passed around in...
  7. Replies
    12
    Views
    2,325

    I did get a persistent channel adapter working...

    I did get a persistent channel adapter working and wrote an article about it with one of my coworkers. It works really well for our application and we've had it in production for about 4 months now....
  8. Tigran, I'm not an expert on SWF but I think...

    Tigran,

    I'm not an expert on SWF but I think you want to use Actions to populate models before rendering the view. Checkout section 2.6 of the reference guide. If you are using real flows for...
  9. Replies
    8
    Views
    3,656

    I've seen this question about menu handling come...

    I've seen this question about menu handling come up a number of times on this forum but there doesn't seem to be a good answer. It looks like you can go the route of global transitions where you end...
  10. Replies
    2
    Views
    1,475

    Mark, It's good to hear that SI will include...

    Mark,

    It's good to hear that SI will include DB backed adapters in the next version. The more code I can push to the framework the better.

    Dave's article is interesting and I believe our...
  11. Replies
    2
    Views
    1,475

    New Article on Persistent Channel Adapters

    My coworker, Jason, and I just finished an article on our use of Spring Integration with a custom made persistence (database) channel adapter. We were able to replace our JMS dependency completely...
  12. Narada, I completely agree with you! I've seen...

    Narada,

    I completely agree with you! I've seen the "tool" annotations in the schema so I'm really hoping the SI team already has this in mind.

    -mike
  13. Narada, It looks like the example is trying to...

    Narada,

    It looks like the example is trying to demonstrate the use of a custom error channel and how it can be used in parallel with the default error channel. By default, "errorChannel" is used...
  14. Replies
    4
    Views
    1,432

    This isn't the correct forum for this question....

    This isn't the correct forum for this question. This forum is for the Spring Integration (message bus) project.

    You'll probably have better luck in the "Web" forum.

    -mike
  15. This is not the correct forum for this question....

    This is not the correct forum for this question. This forum is for the Spring Integration (message passing) project.

    You'll probably have better luck asking in the "Data Access" forum.
  16. Replies
    4
    Views
    1,146

    I'm using it with spring-framework-2.5.6 without...

    I'm using it with spring-framework-2.5.6 without a problem.

    -mike
  17. Replies
    13
    Views
    7,105

    iwein, That's an interesting idea and I think...

    iwein,

    That's an interesting idea and I think it accomplishes what I was going for with the order list of channels to shutdown. So what would happen to messages that were written to the channels...
  18. Replies
    13
    Views
    7,105

    iwein, I agree that the...

    iwein,

    I agree that the waitForTasksToCompleteOnShutdown is either a bug or a documentation problem. Thanks for filing the issue.

    However I don't think that this addresses the larger issue...
  19. Replies
    13
    Views
    7,105

    Mark et al, I posted a simple sample...

    Mark et al,

    I posted a simple sample application here: http://drop.io/mpilone
    . The zip is a small Eclipse project.

    In the sample, I create a simple queue channel with a consumer that takes a...
  20. Replies
    13
    Views
    7,105

    iwein, I'll try to get a small example...

    iwein,

    I'll try to get a small example together that shows the problem but the root of it is that the task executors may still be executing tasks after the destroy method on the scheduler is...
  21. Replies
    13
    Views
    7,105

    What is the current situation on elegant/graceful...

    What is the current situation on elegant/graceful shutdown? I read through this thread but it is a little dated. The MessageBusListener that was added for the issue was apparently removed when the...
  22. Replies
    2
    Views
    1,184

    I think that you are asking this question in the...

    I think that you are asking this question in the wrong forum. This forum is for the Spring Integration module which covers the org.springframework.integration.* packages. You probably want to...
  23. Replies
    9
    Views
    1,379

    Web services as an 'optimal' solution depends on...

    Web services as an 'optimal' solution depends on your point of view. From a CPU and data point of view it is usually very much less than optimal, but the advantages gained through readability and...
  24. Replies
    12
    Views
    2,325

    DataSource/Database Channel Adapter

    Following up on the ideas raised in http://forum.springsource.org/showthread.php?t=64887, I started working on a data source backed channel adapter. So far things are going well and I hope to have my...
  25. Replies
    9
    Views
    1,379

    I'd also suggest web services or at least an XML...

    I'd also suggest web services or at least an XML schema defined exchange. You can add a simple layer on all of your other applications in other languages and use XML as the transport. It makes things...
Results 1 to 25 of 28
Page 1 of 2 1 2