Hi,
I am trying to test the webservices using the SOAPUI.
But it has been failed with below error.
org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'ECA_Config' defined in class path resource [com/convergys/geneva/j2ee/config/ejb-service-spring.xml]:
Cannot create inner bean 'statelessSessionProxyTemplate$child#7b28da38' of type [org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean] while setting bean property 'target';
nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'statelessSessionProxyTemplate$child#7b28da38' defined in class path resource [com/convergys/geneva/j2ee/config/ejb-service-spring.xml]:
Invocation of init method failed;
nested exception is javax.naming.NameNotFoundException: Convergys/ECA/Config -- service jboss.naming.context.java.Convergys.ECA.Config
This error was return as Response in SOAUI.
But I couldnt see anything related to this in JBoss server.log file
1) Where can I see the JBOSS HTTP/Access logs?
2) Where can I see the error in the server log?
3) Any help on understanding why I am unable to invoke the webservice? Note that it is same case with all webservices that have been deployed to JBoss
Could anyone please help on this.
Thanks.