Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Thread: JSR 94 support

    by paary
    Replies
    1
    Views
    180

    JSR 94 support

    Does Spring provide support for JSR 94 integration support?
    any pointers would be helpful.



    thanks,
    Paary
  2. Replies
    1
    Views
    177

    BPM capability in SI?

    Hi All,
    Can any one tell me if Spring Integration provides any BPM (Business Process Model) capability? If so , could you please guide me for a starter information?
    Any help would...
  3. Replies
    0
    Views
    161

    Spring Jdbctemplate query

    Hello All,
    I have a code that we are planning to re-write using jdbc template. Here are few more details about the query that I'm planning to re-write.
    The query is a dynamic one....
  4. Replies
    3
    Views
    499

    ILOG Jrules integration help required

    Hi all,
    I want to know if Spring by any chance provides any support to integrate ILOG Jrules application with our web-applicaition. WE have a rules project running on the rule execution server...
  5. Replies
    2
    Views
    366

    Marten, Thanks a ton:) i don't know how...

    Marten,
    Thanks a ton:) i don't know how i overlooked it! the NPE exception is gone and I'm getting some other exception (something not related to Spring) "Initial Access check failure". I...
  6. Replies
    2
    Views
    366

    Mail sender not working!

    Hi all,
    I have a requirement to implement a mail sender in our application. Being a fan of Spring framework, i wanted to use the mail sender provided by Spring. Well actually, i started with...
  7. Replies
    2
    Views
    758

    Martin, thanks:) It worked. but i don't...

    Martin,
    thanks:) It worked. but i don't know the reason, AJDT and Mylyn was throwing errors during installation. So i have installed with out these two.
  8. Replies
    2
    Views
    758

    Spring plug in for Eclipse 3.4.2

    Hello,
    Do we have spring IDE plug in for Eclipse Ganymede (version 3.4.2 SR2)?
    If so, could you please help me where to find it? I want to include this is in eclipse as that is what is going...
  9. Replies
    1
    Views
    385

    I worked around this use case and now im getting...

    I worked around this use case and now im getting this exception,
  10. Replies
    1
    Views
    385

    No endpoint mapping found

    Hi,
    I was trying to come up with a demo. My use case is, i need to identify the type of request based on the url (instead of root element). This is what i came up with for a demo. I have declared...
  11. Servlet [MessageDispatcherServlet]: not a servlet class

    I get this error when i deploy my EAR file onto Websphere server. This error comes for all the servlets (2) defined in my deployment descriptor.
    I have googled for this error and made sure that...
  12. Hi, No Artem, the browser shows a different...

    Hi,
    No Artem, the browser shows a different content type.( it still shows text/html)


    Only from the logs, it is showing the content type we require is being set up.

    I just tried a sample...
  13. Strange! pdfs, images are rendered properly

    One Strange behaviour is that, pdf's, images (jpg), .xml, .htm,.txt are working as expected for the same configuration. Only the microsoft files (word, excel, ppt) are not rendering properly.
    Any...
  14. do we need to code a custom loggin handler

    Oleg,
    I tried configuring the wiretap to the input channel.

    <int:channel id="downloadChannel">
    <int:interceptors>
    <!-- <wire-tap channel="wiretapChannel" /> -->
    <int:wire-tap...
  15. Oleg, Yes, the content- type is not getting...

    Oleg,
    Yes, the content- type is not getting propagated properly.
    Thanks Mark and Artem. I will try that. I will use the Accept Request header.
    Note- my request comes from the browser.I'm...
  16. Oleg, Here is my inbound configuration,...

    Oleg,
    Here is my inbound configuration,


    <int-http:inbound-gateway request-channel="downloadChannel"
    name="/RetrieveDoc" supported-methods="GET" mapped-response-headers="Content-Type"/>...
  17. Content Type is not getting set properly in http inbound

    Hi,
    The content type is set to default text/html even if i set it to (say application/vnd.ms-excel). Here is my config,

    <int:chain input-channel="downloadChannel">
    <int:service-activator...
  18. Replies
    15
    Views
    1,109

    Artem, it ain't working. I still get the doc...

    Artem, it ain't working. I still get the doc rendered in browser with many special characters and boxes. So i believe it could be related to the browser.
  19. Replies
    15
    Views
    1,109

    sure Artem. I will try as suggested by you :)

    sure Artem. I will try as suggested by you :)
  20. Replies
    15
    Views
    1,109

    The content type is application/msword for .doc....

    The content type is application/msword for .doc. i checked for the content type. Its fine.
    May be as pointed by you, it has something to do with my browser settings.
    Let me check that first....
  21. Replies
    15
    Views
    1,109

    vendor specific documents not displayed properly

    Thanks Oleg, Gary and Artem for your valuable inputs:)
    Artem,
    I tried the approach as pointed out by you.
    I'm able to render pdfs, images etc on the browser with out any issues. But when...
  22. Replies
    6
    Views
    376

    i have posted the same question with some more...

    i have posted the same question with some more details in the integration forum.The link to the same is,
    http://forum.springsource.org/showthread.php?126392-Setting-up-media-types-dynamically
  23. Replies
    15
    Views
    1,109

    Setting up media types dynamically

    Hi,
    The below is my scenario. I have been working on this for a quite a some time now without any luck:(
    I want to render the documents on the browser. I have done it before for pdf ( by...
  24. Replies
    6
    Views
    376

    I believe there is a gap in understanding. I want...

    I believe there is a gap in understanding. I want to implement this in SI. I should have posted this in integration :(
    Thanks alot for your help:)
    I will move this post to integration.
  25. Replies
    6
    Views
    376

    Thanks for your reply! First of all is the bean...

    Thanks for your reply!
    First of all is the bean declaration for byte array message converter is correct?
    Because, if i set like this, if i get an image doc, it tries to open with excel :(
    and...
Results 1 to 25 of 38
Page 1 of 2 1 2