Does Spring provide support for JSR 94 integration support?
any pointers would be helpful.
thanks,
Paary
Type: Posts; User: paary; Keyword(s):
Does Spring provide support for JSR 94 integration support?
any pointers would be helpful.
thanks,
Paary
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...
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....
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...
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...
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...
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.
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...
I worked around this use case and now im getting this exception,
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...
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...
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...
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...
Oleg,
I tried configuring the wiretap to the input channel.
<int:channel id="downloadChannel">
<int:interceptors>
<!-- <wire-tap channel="wiretapChannel" /> -->
<int:wire-tap...
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...
Oleg,
Here is my inbound configuration,
<int-http:inbound-gateway request-channel="downloadChannel"
name="/RetrieveDoc" supported-methods="GET" mapped-response-headers="Content-Type"/>...
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...
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.
sure Artem. I will try as suggested by you :)
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....
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...
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
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...
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.
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...