JavaRanch » Java Forums »
Java »
Web Services
| Author |
Webservices using hibernate, jboss and eclipse and MySQL
|
Yogesh Kolhe
Greenhorn
Joined: Sep 01, 2006
Posts: 1
|
|
I have created a web service which gets deployed porperly. When I invoke the method which internally calls the hibernate libraries to fetch data from the data base i get the followig exception: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.lang.reflect.InvocationTargetException faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:zen-016 in the stack trace i also find an entry saying 15:21:15,093 INFO [Environment] Hibernate 3.1 rc3 15:21:15,109 INFO [Environment] hibernate.properties not found I am not sure why this error comes. The code worked quite a few times. Then out of no where I am getting these errors. I tried installing jboss and even copied the hibernate jars again. Help would really be appreciated, since I am stuck up with this problem for my project. Stack Trace for the problem is as below: 15:20:31,875 INFO [Server] Starting JBoss (MX MicroKernel)... 15:20:31,875 INFO [Server] Release ID: JBoss [Zion] 4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231751) 15:20:31,875 INFO [Server] Home Dir: D:\jboss-4.0.3SP1 15:20:31,875 INFO [Server] Home URL: file:/D:/jboss-4.0.3SP1/ 15:20:31,875 INFO [Server] Patch URL: null 15:20:31,890 INFO [Server] Server Name: default 15:20:31,890 INFO [Server] Server Home Dir: D:\jboss-4.0.3SP1\server\default 15:20:31,890 INFO [Server] Server Home URL: file:/D:/jboss-4.0.3SP1/server/default/ 15:20:31,890 INFO [Server] Server Temp Dir: D:\jboss-4.0.3SP1\server\default\tmp 15:20:31,890 INFO [Server] Root Deployment Filename: jboss-service.xml 15:20:32,312 INFO [ServerInfo] Java version: 1.5.0_03,Sun Microsystems Inc. 15:20:32,312 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_03-b07,Sun Microsystems Inc. 15:20:32,312 INFO [ServerInfo] OS-System: Windows 2000 5.0,x86 15:20:32,968 INFO [Server] Core system initialized 15:20:34,328 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml 15:20:37,625 INFO [EJB3Deployer] Default persistence.properties: {hibernate.transaction.flush_before_completion=false, hibernate.jndi.java.naming.factory.url.pkgs=org.jboss.naming rg.jnp.interfaces, hibernate.transaction.auto_close_session=false, hibernate.jndi.java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider, hibernate.transaction.manager_lookup_class=org.hibernate.transaction.JBossTransactionManagerLookup, hibernate.dialect=org.hibernate.dialect.HSQLDialect, hibernate.query.factory_class=org.hibernate.hql.ast.ASTQueryTranslatorFactory, hibernate.hbm2ddl.auto=create-drop, hibernate.connection.datasource=java:/DefaultDS, hibernate.connection.release_mode=after_statement} 15:20:37,671 INFO [SocketServerInvoker] Invoker started for locator: InvokerLocator [socket://172.16.3.112:3873/0.0.0.0:3873] 15:20:38,250 INFO [AspectDeployer] Deployed AOP: file:/D:/jboss-4.0.3SP1/server/default/deploy/ejb3-interceptors-aop.xml 15:20:41,625 INFO [WebService] Using RMI server codebase: http://zen-016:8083/ 15:20:41,953 INFO [TreeCache] setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=64;loopback=false;mcast_addr=228.1.2.3;mcast_port=45551;mcast_recv_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000) ING(down_thread=false;num_initial_members=3;timeout=2000;up_thread=false):MERGE2(max_interval=20000;min_interval=10000):FD(down_thread=true;shun=true;up_thread=true):VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread=false) bcast.NAKACK(down_thread=false;gc_lag=50;max_xmit_size=8192;retransmit_timeout=60 0,1200,2400,4800;up_thread=false):UNICAST(down_thread=false;min_threshold=10;timeout=600,1200,2400;window_size=100) bcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_size=8192;up_thread=false) bcast.GMS(join_retry_timeout=2000;join_timeout=5000;print_local_addr=true;shun=true) bcast.STATE_TRANSFER(down_thread=false;up_thread=false) 15:20:42,000 INFO [TreeCache] setEvictionPolicyConfig(): [config: null] 15:20:42,015 WARN [TreeCache] No transaction manager lookup class has been defined. Transactions cannot be used 15:20:42,046 INFO [TreeCache] interceptor chain is: class org.jboss.cache.interceptors.CallInterceptor class org.jboss.cache.interceptors.LockInterceptor class org.jboss.cache.interceptors.CacheLoaderInterceptor class org.jboss.cache.interceptors.UnlockInterceptor class org.jboss.cache.interceptors.ReplicationInterceptor class org.jboss.cache.interceptors.CacheStoreInterceptor 15:20:42,062 INFO [TreeCache] cache mode is REPL_SYNC 15:20:42,437 INFO [STDOUT] ------------------------------------------------------- GMS: address is zen-016:1632 ------------------------------------------------------- 15:20:44,468 INFO [TreeCache] state could not be retrieved (must be first member in group) 15:20:44,468 INFO [LRUPolicy] Starting eviction policy using the provider: org.jboss.ejb3.cache.tree.StatefulEvictionPolicy 15:20:44,468 INFO [LRUPolicy] Starting a eviction timer with wake up interval of (secs) 1 15:20:44,468 INFO [TreeCache] new cache is null (maybe first member in cluster) 15:20:44,500 INFO [TreeCache] viewAccepted(): new members: [zen-016:1632] 15:20:44,609 INFO [TreeCache] setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=2;loopback=false;mcast_addr=228.1.2.3;mcast_port=43333;mcast_recv_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000) ING(down_thread=false;num_initial_members=3;timeout=2000;up_thread=false):MERGE2(max_interval=20000;min_interval=10000):FD(down_thread=true;shun=true;up_thread=true):VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread=false) bcast.NAKACK(down_thread=false;gc_lag=50;max_xmit_size=8192;retransmit_timeout=600 ,1200,2400,4800;up_thread=false):UNICAST(down_thread=false;min_threshold=10;timeout=600,1200,2400;window_size=100) bcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_size=8192;up_thread=false) bcast.GMS(join_retry_timeout=2000;join_timeout=5000;print_local_addr=true;shun=true) bcast.STATE_TRANSFER(down_thread=false;up_thread=false) 15:20:44,609 INFO [TreeCache] setEvictionPolicyConfig(): [config: null] 15:20:46,781 INFO [MailService] Mail Service bound to java:/Mail 15:20:47,250 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076 15:20:47,281 INFO [DefaultPartition] Initializing 15:20:47,343 INFO [STDOUT] ------------------------------------------------------- GMS: address is zen-016:1645 (additional data: 17 bytes) ------------------------------------------------------- 15:20:49,406 INFO [DefaultPartition] Number of cluster members: 2 15:20:49,406 INFO [DefaultPartition] Other members: 1 15:20:49,406 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds): 15:20:49,406 INFO [DefaultPartition] New cluster view for partition DefaultPartition: 21 ([172.16.1.179:1099, 172.16.3.112:1099] delta: 0) 15:20:49,421 INFO [DefaultPartition] I am (null) received membershipChanged event: 15:20:49,421 INFO [DefaultPartition] Dead members: 0 ([]) 15:20:49,421 INFO [DefaultPartition] New Members : 0 ([]) 15:20:49,421 INFO [DefaultPartition] All Members : 2 ([172.16.1.179:1099, 172.16.3.112:1099]) 15:20:49,640 INFO [HANamingService] Started ha-jndi bootstrap jnpPort=1100, backlog=50, bindAddress=/0.0.0.0 15:20:49,656 INFO [DetachedHANamingService$AutomaticDiscovery] Listening on /0.0.0.0:1102, group=230.0.0.4, HA-JNDI address=172.16.3.112:1100 15:20:49,843 INFO [TreeCache] interceptor chain is: class org.jboss.cache.interceptors.CallInterceptor class org.jboss.cache.interceptors.LockInterceptor class org.jboss.cache.interceptors.UnlockInterceptor class org.jboss.cache.interceptors.ReplicationInterceptor 15:20:49,843 INFO [TreeCache] cache mode is REPL_SYNC 15:20:49,890 INFO [STDOUT] ------------------------------------------------------- GMS: address is zen-016:1657 ------------------------------------------------------- 15:20:51,890 INFO [TreeCache] state could not be retrieved (must be first member in group) 15:20:51,890 INFO [LRUPolicy] Starting eviction policy using the provider: org.jboss.cache.eviction.LRUPolicy 15:20:51,890 INFO [LRUPolicy] Starting a eviction timer with wake up interval of (secs) 5 15:20:51,890 INFO [TreeCache] viewAccepted(): new members: [zen-016:1657] 15:20:51,890 INFO [TreeCache] new cache is null (maybe first member in cluster) 15:20:52,765 INFO [Embedded] Catalina naming disabled 15:20:53,546 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080 15:20:53,546 INFO [Catalina] Initialization processed in 703 ms 15:20:53,562 INFO [StandardService] Starting service jboss.web 15:20:53,562 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5 15:20:53,625 INFO [StandardHost] XML validation disabled 15:20:53,640 INFO [Catalina] Server startup in 94 ms 15:20:53,812 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/ 15:20:54,265 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined 15:20:54,843 INFO [TomcatDeployer] deploy, ctxPath=/ws4ee, warUrl=.../tmp/deploy/tmp22923jboss-ws4ee-exp.war/ 15:20:55,046 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbossweb-tomcat55.sar/ROOT.war/ 15:20:55,218 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ 15:20:55,421 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/ 15:20:56,312 INFO [TreeCache] setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=8;loopback=false;mcast_addr=230.1.2.7;mcast_port=45577;mcast_recv_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000) ING(down_thread=false;num_initial_members=3;timeout=2000;up_thread=false):MERGE2(max_interval=20000;min_interval=10000):FD_SOCK:VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread=false) bcast.NAKACK(down_thread=false;gc_lag=50;max_xmit_size=8192;retransmit_timeout=600,1200,2400,4800;up_thread=false):UNICA ST(down_thread=false;min_threshold=10;timeout=600,1200,2400;window_size=100) bcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_size=8192;up_thread=false) bcast.GMS(join_retry_timeout=2000;join_timeout=5000;print_local_addr=true;shun=true) bcast.STATE_TRANSFER(down_thread=true;up_thread=true) 15:20:56,312 INFO [TreeCache] interceptor chain is: class org.jboss.cache.interceptors.CallInterceptor class org.jboss.cache.interceptors.LockInterceptor class org.jboss.cache.interceptors.UnlockInterceptor class org.jboss.cache.interceptors.ReplicationInterceptor 15:20:56,312 INFO [TreeCache] cache mode is REPL_ASYNC 15:20:56,390 INFO [STDOUT] ------------------------------------------------------- GMS: address is zen-016:1669 ------------------------------------------------------- 15:20:58,390 INFO [TreeCache] state could not be retrieved (must be first member in group) 15:20:58,406 INFO [TreeCache] new cache is null (maybe first member in cluster) 15:20:58,406 INFO [TreeCache] viewAccepted(): new members: [zen-016:1669] 15:20:58,859 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar 15:20:59,031 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar 15:20:59,203 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar 15:20:59,328 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar 15:20:59,468 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar 15:20:59,578 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar 15:21:01,390 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java efaultDS' 15:21:01,734 INFO [A] Bound to JNDI name: queue/A 15:21:01,750 INFO [B] Bound to JNDI name: queue/B 15:21:01,750 INFO [C] Bound to JNDI name: queue/C 15:21:01,765 INFO [D] Bound to JNDI name: queue/D 15:21:01,765 INFO [ex] Bound to JNDI name: queue/ex 15:21:01,796 INFO [testTopic] Bound to JNDI name: topic/testTopic 15:21:01,796 INFO [securedTopic] Bound to JNDI name: topic/securedTopic 15:21:01,796 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic 15:21:01,796 INFO [testQueue] Bound to JNDI name: queue/testQueue 15:21:01,890 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093 15:21:01,968 INFO [DLQ] Bound to JNDI name: queue/DLQ 15:21:02,203 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA' 15:21:03,531 INFO [TomcatDeployer] deploy, ctxPath=/DimexHib, warUrl=.../tmp/deploy/tmp22991DimexHib-exp.war/ 15:21:04,718 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ 15:21:04,937 INFO [EARDeployer] Init J2EE application: file:/D:/jboss-4.0.3SP1/server/default/deploy/DimexHibClientEAR.ear 15:21:06,031 INFO [TomcatDeployer] deploy, ctxPath=/DimexHibClient, warUrl=.../tmp/deploy/tmp22992DimexHibClientEAR.ear-contents/DimexHibClient-exp.war/ 15:21:06,312 INFO [EARDeployer] Started J2EE application: file:/D:/jboss-4.0.3SP1/server/default/deploy/DimexHibClientEAR.ear 15:21:06,531 INFO [EARDeployer] Init J2EE application: file:/D:/jboss-4.0.3SP1/server/default/deploy/DimexHibEAR.ear 15:21:08,687 INFO [TomcatDeployer] deploy, ctxPath=/DimexHib, warUrl=.../tmp/deploy/tmp22993DimexHibEAR.ear-contents/DimexHib-exp.war/ 15:21:09,984 INFO [EARDeployer] Started J2EE application: file:/D:/jboss-4.0.3SP1/server/default/deploy/DimexHibEAR.ear 15:21:10,062 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080 15:21:10,250 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009 15:21:10,281 INFO [JkMain] Jk running ID=0 time=0/110 config=null 15:21:10,296 INFO [Server] JBoss (MX MicroKernel) [4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231751)] Started in 38s:406ms 15:21:14,531 INFO [STDOUT] Inside the jw method 15:21:15,093 INFO [Environment] Hibernate 3.1 rc3 15:21:15,109 INFO [Environment] hibernate.properties not found 15:21:15,109 INFO [Environment] using CGLIB reflection optimizer 15:21:15,109 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling 15:21:15,281 INFO [Configuration] configuring from resource: /hibernate.cfg.xml 15:21:15,281 INFO [Configuration] Configuration resource: /hibernate.cfg.xml 15:21:15,296 INFO [Configuration] Reading mappings from resource: contact.hbm.xml 15:21:15,468 INFO [HbmBinder] Mapping class: com.dimex.model.Dmx_notifications -> dmx_notifications 15:21:15,515 INFO [Configuration] Configured SessionFactory: null 15:21:15,515 INFO [Configuration] processing extends queue 15:21:15,515 INFO [Configuration] processing collection mappings 15:21:15,531 INFO [Configuration] processing association property references 15:21:15,531 INFO [Configuration] processing foreign key constraints 15:21:15,671 INFO [DriverManagerConnectionProvider] Using Hibernate built-in connection pool (not for production use!) 15:21:15,687 INFO [DriverManagerConnectionProvider] Hibernate connection pool size: 10 15:21:15,687 INFO [DriverManagerConnectionProvider] autocommit mode: false 15:21:15,687 INFO [DriverManagerConnectionProvider] using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://hpc-4/dimex 15:21:15,687 INFO [DriverManagerConnectionProvider] connection properties: {user=root, password=cybertech} 15:21:16,015 INFO [SettingsFactory] RDBMS: MySQL, version: 5.0.17-nt 15:21:16,015 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.6 ( $Date: 2004/12/09 15:57:25 $, $Revision: 1.27.4.52 $ ) 15:21:16,062 INFO [Dialect] Using dialect: org.hibernate.dialect.MySQLDialect 15:21:16,062 INFO [TransactionFactoryFactory] Using default transaction strategy (direct JDBC transactions) 15:21:16,078 INFO [TransactionManagerLookupFactory] No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) 15:21:16,078 INFO [SettingsFactory] Automatic flush during beforeCompletion(): disabled 15:21:16,078 INFO [SettingsFactory] Automatic session close at end of transaction: disabled 15:21:16,078 INFO [SettingsFactory] JDBC batch size: 15 15:21:16,078 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled 15:21:16,078 INFO [SettingsFactory] Scrollable result sets: enabled 15:21:16,078 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled 15:21:16,078 INFO [SettingsFactory] Connection release mode: auto 15:21:16,078 INFO [SettingsFactory] Maximum outer join fetch depth: 2 15:21:16,078 INFO [SettingsFactory] Default batch fetch size: 1 15:21:16,078 INFO [SettingsFactory] Generate SQL with comments: disabled 15:21:16,078 INFO [SettingsFactory] Order SQL updates by primary key: disabled 15:21:16,078 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory 15:21:16,093 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory 15:21:16,093 INFO [SettingsFactory] Query language substitutions: {} 15:21:16,093 INFO [SettingsFactory] Second-level cache: enabled 15:21:16,093 INFO [SettingsFactory] Query cache: disabled 15:21:16,093 INFO [SettingsFactory] Cache provider: org.hibernate.cache.EhCacheProvider 15:21:16,218 INFO [STDOUT] Exception 15:21:16,234 INFO [STDOUT] AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.lang.reflect.InvocationTargetException faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:zen-016 15:21:16,234 INFO [STDOUT] java.lang.reflect.InvocationTargetException 15:21:16,234 INFO [STDOUT] at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222) 15:21:16,234 INFO [STDOUT] at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129) 15:21:16,234 INFO [STDOUT] at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087) 15:21:16,234 INFO [STDOUT] at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) 15:21:16,234 INFO [STDOUT] at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source) 15:21:16,234 INFO [STDOUT] at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) 15:21:16,234 INFO [STDOUT] at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) 15:21:16,234 INFO [STDOUT] at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) 15:21:16,234 INFO [STDOUT] at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) 15:21:16,234 INFO [STDOUT] at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) 15:21:16,234 INFO [STDOUT] at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) 15:21:16,234 INFO [STDOUT] at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) 15:21:16,234 INFO [STDOUT] at javax.xml.parsers.SAXParser.parse(Unknown Source) 15:21:16,234 INFO [STDOUT] at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227) 15:21:16,234 INFO [STDOUT] at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696) 15:21:16,234 INFO [STDOUT] at org.apache.axis.Message.getSOAPEnvelope(Message.java:435) 15:21:16,234 INFO [STDOUT] at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62) 15:21:16,234 INFO [STDOUT] at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206) 15:21:16,234 INFO [STDOUT] at org.apache.axis.client.Call.invokeEngine(Call.java:2784) 15:21:16,234 INFO [STDOUT] at org.apache.axis.client.Call.invoke(Call.java:2767) 15:21:16,234 INFO [STDOUT] at org.apache.axis.client.Call.invoke(Call.java:2443) 15:21:16,234 INFO [STDOUT] at org.apache.axis.client.Call.invoke(Call.java:2366) 15:21:16,234 INFO [STDOUT] at org.apache.axis.client.Call.invoke(Call.java:1812) 15:21:16,234 INFO [STDOUT] at com.dimex.services.NotificationJWSoapBindingStub.getAllNotifications(NotificationJWSoapBindingStub.java:218) 15:21:16,234 INFO [STDOUT] at org.apache.jsp.Test_jsp._jspService(org.apache.jsp.Test_jsp:60) 15:21:16,234 INFO [STDOUT] at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) 15:21:16,234 INFO [STDOUT] at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) 15:21:16,234 INFO [STDOUT] at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) 15:21:16,234 INFO [STDOUT] at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) 15:21:16,234 INFO [STDOUT] at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) 15:21:16,234 INFO [STDOUT] at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) 15:21:16,234 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) 15:21:16,234 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) 15:21:16,234 INFO [STDOUT] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81) 15:21:16,234 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) 15:21:16,234 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) 15:21:16,234 INFO [STDOUT] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) 15:21:16,234 INFO [STDOUT] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) 15:21:16,234 INFO [STDOUT] at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39) 15:21:16,234 INFO [STDOUT] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159) 15:21:16,234 INFO [STDOUT] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59) 15:21:16,234 INFO [STDOUT] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) 15:21:16,234 INFO [STDOUT] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) 15:21:16,234 INFO [STDOUT] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) 15:21:16,234 INFO [STDOUT] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) 15:21:16,234 INFO [STDOUT] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) 15:21:16,234 INFO [STDOUT] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) 15:21:16,234 INFO [STDOUT] at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) 15:21:16,234 INFO [STDOUT] at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) 15:21:16,234 INFO [STDOUT] at java.lang.Thread.run(Thread.java:595)
|
 |
 |
|
|
subject: Webservices using hibernate, jboss and eclipse and MySQL
|
|
|
|