ronb722 wrote:
Hi all,
I'm trying to run a web service from axis that uses hibernate. If posted the error and log below. Any help would be greatly appericated.
Thanks,
Ron
The webservice returns the following error:
<soapenv:Envelope>
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>java.lang.reflect.InvocationTargetException</faultstring>
<detail>
<ns1:hostname>ngdserv6</ns1:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
...
Im having the same problem. Did you find a solution for this problem?
This is my first AXIS + Hibernate project, so most likely I'm missing some basic configuration parameters.
Thanks
Gonzo