You are not logged in.
Announcement
Unanswered posts
|
Hi ,
Just to confirm again, we are using Talend version. 5.0.2
will this version supports Jboss 7.1?
Thanks
Chaya
Thanks a lot Pedro ...![]()
& any idea about new release of Talend that works fine in jboss 7.1 ? I mean, is there any other way to address this version problem and use Talend + Jboss7.1
Hi Chaya
As far as I'm concerned, it seems that Talend doesn't support JBOSS 7.1...
So that means with JBOSS 4.2, it works fine. When it comes to JBOSS 7.1, unexpected errors might occur.
Regards,
Pedro
Hi All,
I am exporting a job as webservice and deploying in jboss 4.2 that works fine, if the same job if i export to jboss 7.1 . i get the below exception:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>java.lang.reflect.InvocationTargetException</faultstring>
<detail>
<ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">User2-THINK</ns1:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
In the process of trouble shooting this issue, we noticed that, this issue occurs only with those jobs which has tSOAP component. for testing , we removed tSOAP component & deployed in jboss7.1 . that works fine. (with out tSOAP component)
But, we need the tSOAP component to be part of our exported job.
Please guide me on how to proceed on this.
Thanks
Chaya