Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Deploy Webservice on jBoss

Hello,
is it possible to deploy Services which were crafted with TOS 5.5.1 on jBoss 6.2 using the jBoss Fuse?
What about jBoss 7 which comes with an OSGI Container out of the box?
If not, what is the difference between a plain Apache Karaf and the Talend Runtime?
Kind regards
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi,
In Talend, you can export the job and deploy it as webservice in Tomcat or export it as an OSGI bundle and deploy it to Talend ESB runtime.
https://help.talend.com/search/all?query=How+to+build+Jobs&content-lang=en

.
Talend ESB data services are exclusively targeted for the Talend Runtime. So far, Tomcat or any other JEEE server is not supported. To deploy the service into the Talend Runtime you have to right click on your service and select 'Export Service'.
Please see the document: TalendHelpCenter:How to deploy a data service created by our documentation team

Here is a forum about https://community.talend.com/t5/Design-and-Development/Talend-ESB-OSGi-Container/td-p/94865. Hope it is useful for you.
Best regards
Sarina
Anonymous
Not applicable
Author

Hi,
In Talend, you can export the job and deploy it as webservice in Tomcat or export it as an OSGI bundle and deploy it to Talend ESB runtime.
https://help.talend.com/search/all?query=How+to+build+Jobs&content-lang=en

.
Talend ESB data services are exclusively targeted for the Talend Runtime. So far, Tomcat or any other JEEE server is not supported. To deploy the service into the Talend Runtime you have to right click on your service and select 'Export Service'.
Please see the document: TalendHelpCenter:How to deploy a data service created by our documentation team

Here is a forum about https://community.talend.com/t5/Design-and-Development/Talend-ESB-OSGi-Container/td-p/94865. Hope it is useful for you.
Best regards
Sarina

Hi Sarina,
isn't this an opposition:
In Talend, you can export the job and deploy it as webservice in Tomcat or export it as an OSGI bundle and deploy it to Talend ESB runtime.

Talend ESB data services are exclusively targeted for the Talend Runtime. So far, Tomcat or any other JEEE server is not supported.

Or is there a difference between a "Job" and a "Talend ESB data service".
I have seen that it is possible to export a Job which defines a RESTful Service as "Axis WebService (WAR)" as *.war-File. I deployed it on a jBoss 6.2 but without further configuration the endpoint does not seem to work, I have some exceptions in my logfile I don't know how to deal with...
Anonymous
Not applicable
Author

Hi,
There is a difference between "Job design" and "Talend ESB data service".
TalendHelpCenter:What is a Job design and TalendHelpCenter:What is a Service
Can you deploy your war file on tomcat successfully? Please have a look at document about TalendHelpCenter:Compatible Runtime Containers
Best regards
Sabrina