Saludos...
Una ayudita, he desarrollado un Web Services con acceso a una DB (Oracle) con Axis2 y mis pruebas la hice en Tomcat, lo que hacia era generar un archivo *.aar (segun axis2) con la siguiente estructura referencial:
|- StockQuoteService
|--- META-INF
|-------- services.xml
|--- lib
|--- samples
|-------- quickstart
|---------- service
|------------- pojo
|--------------- StockQuoteService.class
|--- hibernate.cfg.xml
En Tomcat funciona todo bien, pero cuando lo deployo en JBoss me sale errores:
18:55:20,808 ERROR [STDERR] Initial SessionFactory creation failed.org.hibernate.HibernateException: Could not parse configuration: /hibernate.cfg.xml
18:55:20,810 INFO [STDOUT] [ERROR] Exception occurred while trying to invoke service method requestOperation
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
El problema es con el Hibernate, no puede ver el archivo hibernate.cfg.xml.
Agradecere mucho sus colaboraciones.
Att. Javi