0 Replies Latest reply on Mar 14, 2005 8:52 AM by fraumoella

    problem with chapter 5 - J2EE Web Services

    fraumoella

      Hi folks,

      going through the tutorial, I encountered the following warning:

      14:26:49,217 INFO [STDOUT] Debug: CustomerBean ejbLoad
      14:26:49,227 INFO [STDOUT] Debug: CustomerBean ejbStore
      14:29:48,510 WARN [TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=kaki/14, BranchQual=, localId=14] timed out. status=STATUS_ACTIVE
      14:33:27,342 INFO [EjbModule] Deploying TellerBean
      14:33:27,546 INFO [EJBDeployer] Deployed: file:/jboss-4.0.1sp1/server/default/deploy/bankws-ejb.jar
      14:33:27,905 INFO [WSDLFilePublisher] WSDL published to: file:/jboss-4.0.1sp1/server/default/data/wsdl/bankws-ejb.jar/teller.wsdl
      14:33:28,342 WARN [JavaWsdlMapping] Cannot find jaxrpc-mapping for type: {http://ebank.jboss.com}AccountList
      

      I already found out that there's a difference in the TellerEndpoint and the WSClient classes - in the tutorial, they use String[] variables, in the original source, the AccountList class is used.

      How do I have to deal with the above warning?
      Thanks heaps.