0 Replies Latest reply on Sep 6, 2015 9:16 AM by samwun9988

    org.hibernate.LazyInitializationException: could not initialize proxy - no Session

    samwun9988

      With JBOSS 7.2.final, I deployed a backend EAR project with EJB module.

      Upon testing its Jaxws webservice using Soapui, it thrown the following exception:

       

       

      23:01:52,114 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1441544512114 sessioncount 0

      23:01:52,114 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0

      23:01:52,114 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1441544512114 sessioncount 0

      23:01:52,114 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0

      23:01:54,374 FINE  [org.apache.cxf.transport.http.AbstractHTTPDestination] (http-/192.168.1.20:18080-1) Create a new message for processing

      23:01:54,374 FINE  [org.apache.cxf.transport.http.Headers] (http-/192.168.1.20:18080-1) Request Headers: {accept-encoding=[gzip,deflate], connection=[Keep-Alive], Content-Length=[319], content-type=[text/xml;charset=UTF-8], host=[192.168.1.20:18080], SOAPAction=[""], user-agent=[Apache-HttpClient/4.1.1 (java 1.5)]}

      23:01:54,374 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Adding interceptor org.apache.cxf.transport.https.CertConstraintsInterceptor@2804e9f0 to phase pre-stream

      23:01:54,374 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Chain org.apache.cxf.phase.PhaseInterceptorChain@787a82e4 was created. Current flow:

        receive [PolicyInInterceptor, EndpointAssociationInterceptor, AttachmentInInterceptor]

        pre-stream [CertConstraintsInterceptor]

        post-stream [StaxInInterceptor]

        read [WSDLGetInterceptor, ReadHeadersInterceptor, SoapActionInInterceptor, StartBodyInterceptor]

        pre-protocol [EnableDecoupledFaultInterceptor, MEXInInterceptor, MustUnderstandInterceptor]

        post-protocol [CheckFaultInterceptor, JAXBAttachmentSchemaValidationHack]

        unmarshal [URIMappingInterceptor, DocLiteralInInterceptor, SoapHeaderInterceptor]

        pre-logical [NsCtxSelectorStoreInterceptor, OneWayProcessorInterceptor]

        post-logical [WrapperClassInInterceptor]

        pre-invoke [SwAInInterceptor, HolderInInterceptor]

        invoke [ServiceInvokerInterceptor]

        post-invoke [OutgoingChainInterceptor]

       

      23:01:54,375 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.ws.policy.PolicyInInterceptor@3cd20ace

      23:01:54,375 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.jboss.wsf.stack.cxf.interceptor.EndpointAssociationInterceptor@1c37994

      23:01:54,375 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.interceptor.AttachmentInInterceptor@63a5341d

      23:01:54,375 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.transport.https.CertConstraintsInterceptor@2804e9f0

      23:01:54,375 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.interceptor.StaxInInterceptor@73008f06

      23:01:54,375 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Adding interceptor org.apache.cxf.interceptor.StaxInEndingInterceptor@6f8e27a0 to phase post-invoke

      23:01:54,375 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Chain org.apache.cxf.phase.PhaseInterceptorChain@787a82e4 was modified. Current flow:

        receive [PolicyInInterceptor, EndpointAssociationInterceptor, AttachmentInInterceptor]

        pre-stream [CertConstraintsInterceptor]

        post-stream [StaxInInterceptor]

        read [WSDLGetInterceptor, ReadHeadersInterceptor, SoapActionInInterceptor, StartBodyInterceptor]

        pre-protocol [EnableDecoupledFaultInterceptor, MEXInInterceptor, MustUnderstandInterceptor]

        post-protocol [CheckFaultInterceptor, JAXBAttachmentSchemaValidationHack]

        unmarshal [URIMappingInterceptor, DocLiteralInInterceptor, SoapHeaderInterceptor]

        pre-logical [NsCtxSelectorStoreInterceptor, OneWayProcessorInterceptor]

        post-logical [WrapperClassInInterceptor]

        pre-invoke [SwAInInterceptor, HolderInInterceptor]

        invoke [ServiceInvokerInterceptor]

        post-invoke [OutgoingChainInterceptor, StaxInEndingInterceptor]

       

      23:01:54,375 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.frontend.WSDLGetInterceptor@7a29ad2a

      23:01:54,375 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor@14c8a983

      23:01:54,375 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.SoapActionInInterceptor@29ae0de6

      23:01:54,375 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.StartBodyInterceptor@1f0e21e

      23:01:54,375 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.jboss.wsf.stack.cxf.interceptor.EnableDecoupledFaultInterceptor@4862e473

      23:01:54,375 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.ws.mex.MEXInInterceptor@4627df0e

      23:01:54,375 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.MustUnderstandInterceptor@4c550620

      23:01:54,375 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor@6d8d2090

      23:01:54,376 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.jaxb.attachment.JAXBAttachmentSchemaValidationHack@48386630

      23:01:54,376 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.interceptor.URIMappingInterceptor@62054606

      23:01:54,376 FINE  [org.apache.cxf.interceptor.URIMappingInterceptor] (http-/192.168.1.20:18080-1) Invoking HTTP method POST

      23:01:54,376 FINE  [org.apache.cxf.interceptor.URIMappingInterceptor] (http-/192.168.1.20:18080-1) URIMappingInterceptor can only handle HTTP GET, not HTTP POST

      23:01:54,376 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.interceptor.DocLiteralInInterceptor@62128c6a

      23:01:54,376 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.SoapHeaderInterceptor@2fc0b573

      23:01:54,376 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.jboss.wsf.stack.cxf.interceptor.NsCtxSelectorStoreInterceptor@54845f25

      23:01:54,376 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.interceptor.OneWayProcessorInterceptor@3771111a

      23:01:54,376 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.jaxws.interceptors.WrapperClassInInterceptor@6019de65

      23:01:54,376 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.jaxws.interceptors.SwAInInterceptor@19cf5262

      23:01:54,376 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.jaxws.interceptors.HolderInInterceptor@4257ea2d

      23:01:54,376 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.interceptor.ServiceInvokerInterceptor@3e82a17c

      23:01:54,377 DEBUG [org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl] (http-/192.168.1.20:18080-1) Skipping JTA sync registration due to auto join checking

      23:01:54,377 DEBUG [org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl] (http-/192.168.1.20:18080-1) successfully registered Synchronization

      23:01:54,377 DEBUG [org.hibernate.ejb.AbstractEntityManagerImpl] (http-/192.168.1.20:18080-1) Looking for a JTA transaction to join

      23:01:54,377 DEBUG [org.jboss.as.jpa] (http-/192.168.1.20:18080-1) http-/192.168.1.20:18080-1:[transaction scoped EntityManager]: created entity manager session TransactionImple < ac, BasicAction: 0:ffffc0a80114:817de8:55ec05d3:4f5 status: ActionStatus.RUNNING >

      23:01:54,377 DEBUG [org.hibernate.SQL] (http-/192.168.1.20:18080-1)

          select

              customerre0_.reg_id as reg1_3_,

              customerre0_.billing_address_id as billing2_3_,

              customerre0_.cust_id as cust3_3_,

              customerre0_.shipping_address_id as shipping4_3_

          from

              morfeusflex.customer_registration customerre0_

          where

              customerre0_.reg_id=?

      23:01:54,377 INFO  [stdout] (http-/192.168.1.20:18080-1) Hibernate:

      23:01:54,377 INFO  [stdout] (http-/192.168.1.20:18080-1)     select

      23:01:54,377 INFO  [stdout] (http-/192.168.1.20:18080-1)         customerre0_.reg_id as reg1_3_,

      23:01:54,377 INFO  [stdout] (http-/192.168.1.20:18080-1)         customerre0_.billing_address_id as billing2_3_,

      23:01:54,377 INFO  [stdout] (http-/192.168.1.20:18080-1)         customerre0_.cust_id as cust3_3_,

      23:01:54,377 INFO  [stdout] (http-/192.168.1.20:18080-1)         customerre0_.shipping_address_id as shipping4_3_

      23:01:54,377 INFO  [stdout] (http-/192.168.1.20:18080-1)     from

      23:01:54,377 INFO  [stdout] (http-/192.168.1.20:18080-1)         morfeusflex.customer_registration customerre0_

      23:01:54,377 INFO  [stdout] (http-/192.168.1.20:18080-1)     where

      23:01:54,377 INFO  [stdout] (http-/192.168.1.20:18080-1)         customerre0_.reg_id=?

      23:01:54,378 DEBUG [org.hibernate.engine.jdbc.internal.LogicalConnectionImpl] (http-/192.168.1.20:18080-1) Obtaining JDBC connection

      23:01:54,378 DEBUG [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (http-/192.168.1.20:18080-1) morfeusflex: getConnection(null, WrappedConnectionRequestInfo@1dfc001a[userName=samsam2]) [0/100]

      23:01:54,378 DEBUG [org.hibernate.engine.jdbc.internal.LogicalConnectionImpl] (http-/192.168.1.20:18080-1) Obtained JDBC connection

      23:01:54,378 DEBUG [org.hibernate.loader.Loader] (http-/192.168.1.20:18080-1) Result set row: 0

      23:01:54,378 DEBUG [org.hibernate.loader.Loader] (http-/192.168.1.20:18080-1) Result row: EntityKey[morfeusflex.entity.CustomerRegistration#740853]

      23:01:54,378 DEBUG [org.hibernate.engine.internal.TwoPhaseLoad] (http-/192.168.1.20:18080-1) Resolving associations for [morfeusflex.entity.CustomerRegistration#740853]

      23:01:54,379 DEBUG [org.hibernate.engine.internal.TwoPhaseLoad] (http-/192.168.1.20:18080-1) Done materializing entity [morfeusflex.entity.CustomerRegistration#740853]

      23:01:54,379 DEBUG [org.hibernate.engine.jdbc.internal.LogicalConnectionImpl] (http-/192.168.1.20:18080-1) Releasing JDBC connection

      23:01:54,379 DEBUG [org.hibernate.engine.jdbc.internal.LogicalConnectionImpl] (http-/192.168.1.20:18080-1) Released JDBC connection

      23:01:54,379 DEBUG [org.hibernate.event.internal.AbstractFlushingEventListener] (http-/192.168.1.20:18080-1) Processing flush-time cascades

      23:01:54,379 DEBUG [org.hibernate.event.internal.AbstractFlushingEventListener] (http-/192.168.1.20:18080-1) Dirty checking collections

      23:01:54,379 DEBUG [org.hibernate.event.internal.AbstractFlushingEventListener] (http-/192.168.1.20:18080-1) Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects

      23:01:54,379 DEBUG [org.hibernate.event.internal.AbstractFlushingEventListener] (http-/192.168.1.20:18080-1) Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

      23:01:54,379 DEBUG [org.hibernate.internal.util.EntityPrinter] (http-/192.168.1.20:18080-1) Listing entities:

      23:01:54,379 DEBUG [org.hibernate.internal.util.EntityPrinter] (http-/192.168.1.20:18080-1) morfeusflex.entity.CustomerRegistration{custId=morfeusflex.entity.Customer#685588, shippingAddressId=null, billingAddressId=null, regId=740853}

      23:01:54,379 DEBUG [org.hibernate.SQL] (http-/192.168.1.20:18080-1)

          select

              customerre0_.reg_id as reg1_3_,

              customerre0_.billing_address_id as billing2_3_,

              customerre0_.cust_id as cust3_3_,

              customerre0_.shipping_address_id as shipping4_3_

          from

              morfeusflex.customer_registration customerre0_

          where

              customerre0_.reg_id=?

      23:01:54,379 INFO  [stdout] (http-/192.168.1.20:18080-1) Hibernate:

      23:01:54,379 INFO  [stdout] (http-/192.168.1.20:18080-1)     select

      23:01:54,379 INFO  [stdout] (http-/192.168.1.20:18080-1)         customerre0_.reg_id as reg1_3_,

      23:01:54,379 INFO  [stdout] (http-/192.168.1.20:18080-1)         customerre0_.billing_address_id as billing2_3_,

      23:01:54,379 INFO  [stdout] (http-/192.168.1.20:18080-1)         customerre0_.cust_id as cust3_3_,

      23:01:54,379 INFO  [stdout] (http-/192.168.1.20:18080-1)         customerre0_.shipping_address_id as shipping4_3_

      23:01:54,379 INFO  [stdout] (http-/192.168.1.20:18080-1)     from

      23:01:54,379 INFO  [stdout] (http-/192.168.1.20:18080-1)         morfeusflex.customer_registration customerre0_

      23:01:54,379 INFO  [stdout] (http-/192.168.1.20:18080-1)     where

      23:01:54,379 INFO  [stdout] (http-/192.168.1.20:18080-1)         customerre0_.reg_id=?

      23:01:54,379 DEBUG [org.hibernate.engine.jdbc.internal.LogicalConnectionImpl] (http-/192.168.1.20:18080-1) Obtaining JDBC connection

      23:01:54,380 DEBUG [org.hibernate.engine.jdbc.internal.LogicalConnectionImpl] (http-/192.168.1.20:18080-1) Obtained JDBC connection

      23:01:54,380 DEBUG [org.hibernate.loader.Loader] (http-/192.168.1.20:18080-1) Result set row: 0

      23:01:54,380 DEBUG [org.hibernate.loader.Loader] (http-/192.168.1.20:18080-1) Result row: EntityKey[morfeusflex.entity.CustomerRegistration#740853]

      23:01:54,380 DEBUG [org.hibernate.engine.jdbc.internal.LogicalConnectionImpl] (http-/192.168.1.20:18080-1) Releasing JDBC connection

      23:01:54,380 DEBUG [org.hibernate.engine.jdbc.internal.LogicalConnectionImpl] (http-/192.168.1.20:18080-1) Released JDBC connection

      23:01:54,380 DEBUG [org.hibernate.event.internal.AbstractFlushingEventListener] (http-/192.168.1.20:18080-1) Processing flush-time cascades

      23:01:54,380 DEBUG [org.hibernate.event.internal.AbstractFlushingEventListener] (http-/192.168.1.20:18080-1) Dirty checking collections

      23:01:54,380 DEBUG [org.hibernate.event.internal.AbstractFlushingEventListener] (http-/192.168.1.20:18080-1) Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects

      23:01:54,380 DEBUG [org.hibernate.event.internal.AbstractFlushingEventListener] (http-/192.168.1.20:18080-1) Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

      23:01:54,380 DEBUG [org.hibernate.internal.util.EntityPrinter] (http-/192.168.1.20:18080-1) Listing entities:

      23:01:54,380 DEBUG [org.hibernate.internal.util.EntityPrinter] (http-/192.168.1.20:18080-1) morfeusflex.entity.CustomerRegistration{custId=morfeusflex.entity.Customer#685588, shippingAddressId=null, billingAddressId=null, regId=740853}

      23:01:54,380 DEBUG [org.hibernate.engine.jdbc.internal.LogicalConnectionImpl] (http-/192.168.1.20:18080-1) Releasing JDBC connection

      23:01:54,381 DEBUG [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (http-/192.168.1.20:18080-1) morfeusflex: returnConnection(15fb561c, false) [1/100]

      23:01:54,381 DEBUG [org.jboss.as.jpa] (http-/192.168.1.20:18080-1) http-/192.168.1.20:18080-1:[transaction scoped EntityManager]: closing entity managersession

      23:01:54,381 DEBUG [org.hibernate.engine.jdbc.internal.LogicalConnectionImpl] (http-/192.168.1.20:18080-1) Aggressively releasing JDBC connection

      23:01:54,381 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.interceptor.OutgoingChainInterceptor@7237f3f3

      23:01:54,381 FINE  [org.apache.cxf.interceptor.OutgoingChainInterceptor] (http-/192.168.1.20:18080-1) Interceptors contributed by bus: [org.apache.cxf.ws.policy.PolicyOutInterceptor@1f9efdaf]

      23:01:54,381 FINE  [org.apache.cxf.interceptor.OutgoingChainInterceptor] (http-/192.168.1.20:18080-1) Interceptors contributed by service: []

      23:01:54,381 FINE  [org.apache.cxf.interceptor.OutgoingChainInterceptor] (http-/192.168.1.20:18080-1) Interceptors contributed by endpoint: [org.apache.cxf.interceptor.MessageSenderInterceptor@7f20fc60, org.apache.cxf.jaxws.interceptors.SwAOutInterceptor@4e9943d4, org.apache.cxf.jaxws.interceptors.WrapperClassOutInterceptor@30343b9c, org.apache.cxf.jaxws.interceptors.HolderOutInterceptor@3535977d]

      23:01:54,381 FINE  [org.apache.cxf.interceptor.OutgoingChainInterceptor] (http-/192.168.1.20:18080-1) Interceptors contributed by binding: [org.apache.cxf.interceptor.AttachmentOutInterceptor@516caad5, org.apache.cxf.interceptor.StaxOutInterceptor@3543afb6, org.apache.cxf.binding.soap.interceptor.SoapHeaderOutFilterInterceptor@6ec4f10b, org.apache.cxf.interceptor.WrappedOutInterceptor@43ad41fd, org.apache.cxf.interceptor.BareOutInterceptor@23c76bc1, org.apache.cxf.binding.soap.interceptor.SoapPreProtocolOutInterceptor@79735e40, org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor@530fa0b]

      23:01:54,381 FINE  [org.apache.cxf.interceptor.OutgoingChainInterceptor] (http-/192.168.1.20:18080-1) Interceptors contributed by databinding: []

      23:01:54,381 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Chain org.apache.cxf.phase.PhaseInterceptorChain@245f00aa was created. Current flow:

        setup [PolicyOutInterceptor]

        pre-logical [HolderOutInterceptor, SwAOutInterceptor, WrapperClassOutInterceptor, SoapHeaderOutFilterInterceptor]

        post-logical [SoapPreProtocolOutInterceptor]

        prepare-send [MessageSenderInterceptor]

        pre-stream [AttachmentOutInterceptor, StaxOutInterceptor]

        write [SoapOutInterceptor]

        marshal [WrappedOutInterceptor, BareOutInterceptor]

       

      23:01:54,381 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.ws.policy.PolicyOutInterceptor@1f9efdaf

      23:01:54,382 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.jaxws.interceptors.HolderOutInterceptor@3535977d

      23:01:54,382 FINE  [org.apache.cxf.jaxws.interceptors.HolderOutInterceptor] (http-/192.168.1.20:18080-1) op: [OperationInfo: {http://customerregistration.service.morfeusflex/}findByRegId]

      23:01:54,382 FINE  [org.apache.cxf.jaxws.interceptors.HolderOutInterceptor] (http-/192.168.1.20:18080-1) op.hasOutput(): true

      23:01:54,382 FINE  [org.apache.cxf.jaxws.interceptors.HolderOutInterceptor] (http-/192.168.1.20:18080-1) op.getOutput().size(): 1

      23:01:54,382 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.jaxws.interceptors.SwAOutInterceptor@4e9943d4

      23:01:54,382 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.jaxws.interceptors.WrapperClassOutInterceptor@30343b9c

      23:01:54,382 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.SoapHeaderOutFilterInterceptor@6ec4f10b

      23:01:54,382 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.SoapPreProtocolOutInterceptor@79735e40

      23:01:54,382 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.interceptor.MessageSenderInterceptor@7f20fc60

      23:01:54,382 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Adding interceptor org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor@30acd96b to phase prepare-send-ending

      23:01:54,382 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Chain org.apache.cxf.phase.PhaseInterceptorChain@245f00aa was modified. Current flow:

        setup [PolicyOutInterceptor]

        pre-logical [HolderOutInterceptor, SwAOutInterceptor, WrapperClassOutInterceptor, SoapHeaderOutFilterInterceptor]

        post-logical [SoapPreProtocolOutInterceptor]

        prepare-send [MessageSenderInterceptor]

        pre-stream [AttachmentOutInterceptor, StaxOutInterceptor]

        write [SoapOutInterceptor]

        marshal [WrappedOutInterceptor, BareOutInterceptor]

        prepare-send-ending [MessageSenderEndingInterceptor]

       

      23:01:54,382 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.interceptor.AttachmentOutInterceptor@516caad5

      23:01:54,382 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.interceptor.StaxOutInterceptor@3543afb6

      23:01:54,382 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Adding interceptor org.apache.cxf.interceptor.StaxOutEndingInterceptor@23f618c4 to phase pre-stream-ending

      23:01:54,382 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Chain org.apache.cxf.phase.PhaseInterceptorChain@245f00aa was modified. Current flow:

        setup [PolicyOutInterceptor]

        pre-logical [HolderOutInterceptor, SwAOutInterceptor, WrapperClassOutInterceptor, SoapHeaderOutFilterInterceptor]

        post-logical [SoapPreProtocolOutInterceptor]

        prepare-send [MessageSenderInterceptor]

        pre-stream [AttachmentOutInterceptor, StaxOutInterceptor]

        write [SoapOutInterceptor]

        marshal [WrappedOutInterceptor, BareOutInterceptor]

        pre-stream-ending [StaxOutEndingInterceptor]

        prepare-send-ending [MessageSenderEndingInterceptor]

       

      23:01:54,382 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor@530fa0b

      23:01:54,382 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Adding interceptor org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor$SoapOutEndingInterceptor@5924ab8d to phase write-ending

      23:01:54,382 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Chain org.apache.cxf.phase.PhaseInterceptorChain@245f00aa was modified. Current flow:

        setup [PolicyOutInterceptor]

        pre-logical [HolderOutInterceptor, SwAOutInterceptor, WrapperClassOutInterceptor, SoapHeaderOutFilterInterceptor]

        post-logical [SoapPreProtocolOutInterceptor]

        prepare-send [MessageSenderInterceptor]

        pre-stream [AttachmentOutInterceptor, StaxOutInterceptor]

        write [SoapOutInterceptor]

        marshal [WrappedOutInterceptor, BareOutInterceptor]

        write-ending [SoapOutEndingInterceptor]

        pre-stream-ending [StaxOutEndingInterceptor]

        prepare-send-ending [MessageSenderEndingInterceptor]

       

      23:01:54,382 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.interceptor.WrappedOutInterceptor@43ad41fd

      23:01:54,382 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.interceptor.BareOutInterceptor@23c76bc1

      23:01:54,383 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleFault on interceptor org.apache.cxf.interceptor.BareOutInterceptor@23c76bc1

      23:01:54,383 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleFault on interceptor org.apache.cxf.interceptor.WrappedOutInterceptor@43ad41fd

      23:01:54,383 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleFault on interceptor org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor@530fa0b

      23:01:54,383 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleFault on interceptor org.apache.cxf.interceptor.StaxOutInterceptor@3543afb6

      23:01:54,383 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleFault on interceptor org.apache.cxf.interceptor.AttachmentOutInterceptor@516caad5

      23:01:54,383 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleFault on interceptor org.apache.cxf.interceptor.MessageSenderInterceptor@7f20fc60

      23:01:54,383 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleFault on interceptor org.apache.cxf.binding.soap.interceptor.SoapPreProtocolOutInterceptor@79735e40

      23:01:54,383 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleFault on interceptor org.apache.cxf.binding.soap.interceptor.SoapHeaderOutFilterInterceptor@6ec4f10b

      23:01:54,383 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleFault on interceptor org.apache.cxf.jaxws.interceptors.WrapperClassOutInterceptor@30343b9c

      23:01:54,383 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleFault on interceptor org.apache.cxf.jaxws.interceptors.SwAOutInterceptor@4e9943d4

      23:01:54,383 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleFault on interceptor org.apache.cxf.jaxws.interceptors.HolderOutInterceptor@3535977d

      23:01:54,383 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleFault on interceptor org.apache.cxf.ws.policy.PolicyOutInterceptor@1f9efdaf

      23:01:54,383 WARNING [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Interceptor for {http://customerregistration.service.morfeusflex/}CustomerRegistrationServiceImplService#{http://customerregistration.service.morfeusflex/}findByRegId has thrown exception, unwinding now: org.apache.cxf.interceptor.Fault: Marshalling Error: could not initialize proxy - no Session

          at org.apache.cxf.jaxb.JAXBEncoderDecoder.marshall(JAXBEncoderDecoder.java:260)

          at org.apache.cxf.jaxb.io.DataWriterImpl.write(DataWriterImpl.java:168)

          at org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor.writeParts(AbstractOutDatabindingInterceptor.java:112)

          at org.apache.cxf.interceptor.BareOutInterceptor.handleMessage(BareOutInterceptor.java:68)

          at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)

          at org.apache.cxf.interceptor.OutgoingChainInterceptor.handleMessage(OutgoingChainInterceptor.java:77)

          at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)

          at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)

          at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:237)

          at org.jboss.wsf.stack.cxf.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:95)

          at org.jboss.wsf.stack.cxf.transport.ServletHelper.callRequestHandler(ServletHelper.java:156)

          at org.jboss.wsf.stack.cxf.CXFServletExt.invoke(CXFServletExt.java:87)

          at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:225)

          at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:145)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:754) [jboss-servlet-api_3.0_spec-1.0.2.Final.jar:1.0.2.Final]

          at org.jboss.wsf.stack.cxf.CXFServletExt.service(CXFServletExt.java:135)

          at org.jboss.wsf.spi.deployment.WSFServlet.service(WSFServlet.java:140) [jbossws-spi-2.1.1.Final.jar:2.1.1.Final]

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.2.Final.jar:1.0.2.Final]

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.2.0.Final.jar:7.2.0.Final]

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final.jar:7.2.0.Final]

          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [jbossweb-7.2.0.Final.jar:7.2.0.Final]

          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.2.0.Final.jar:7.2.0.Final]

          at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final.jar:7.2.0.Final]

          at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final.jar:7.2.0.Final]

          at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.2.0.Final.jar:7.2.0.Final]

          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb-7.2.0.Final.jar:7.2.0.Final]

          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.2.0.Final.jar:7.2.0.Final]

          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.2.0.Final.jar:7.2.0.Final]

          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) [jbossweb-7.2.0.Final.jar:7.2.0.Final]

          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb-7.2.0.Final.jar:7.2.0.Final]

          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb-7.2.0.Final.jar:7.2.0.Final]

          at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb-7.2.0.Final.jar:7.2.0.Final]

          at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_76]

      Caused by: org.hibernate.LazyInitializationException: could not initialize proxy - no Session

          at org.hibernate.proxy.AbstractLazyInitializer.initialize(AbstractLazyInitializer.java:164) [hibernate-core-4.2.0.CR1.jar:4.2.0.CR1]

          at org.hibernate.proxy.AbstractLazyInitializer.getImplementation(AbstractLazyInitializer.java:285) [hibernate-core-4.2.0.CR1.jar:4.2.0.CR1]

          at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:185) [hibernate-core-4.2.0.CR1.jar:4.2.0.CR1]

          at morfeusflex.entity.Customer_$$_javassist_2.getCustId(Customer_$$_javassist_2.java) [Morfeusflex-ejb-1.0.jar:]

          at sun.reflect.GeneratedMethodAccessor110.invoke(Unknown Source) [:1.7.0_76]

          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_76]

          at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_76]

          at com.sun.xml.bind.v2.runtime.reflect.Accessor$GetterSetterReflection.get(Accessor.java:354)

          at com.sun.xml.bind.v2.runtime.reflect.Accessor.getUnadapted(Accessor.java:147)

          at com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor$CompositeTransducedAccessorImpl.hasValue(TransducedAccessor.java:251)

          at com.sun.xml.bind.v2.runtime.property.SingleElementLeafProperty.serializeBody(SingleElementLeafProperty.java:105)

          at com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl.serializeBody(ClassBeanInfoImpl.java:358)

          at com.sun.xml.bind.v2.runtime.XMLSerializer.childAsXsiType(XMLSerializer.java:696)

          at com.sun.xml.bind.v2.runtime.property.SingleElementNodeProperty.serializeBody(SingleElementNodeProperty.java:158)

          at com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl.serializeBody(ClassBeanInfoImpl.java:358)

          at com.sun.xml.bind.v2.runtime.XMLSerializer.childAsXsiType(XMLSerializer.java:696)

          at com.sun.xml.bind.v2.runtime.property.SingleElementNodeProperty.serializeBody(SingleElementNodeProperty.java:158)

          at com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl.serializeBody(ClassBeanInfoImpl.java:358)

          at com.sun.xml.bind.v2.runtime.XMLSerializer.childAsXsiType(XMLSerializer.java:696)

          at com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl$1.serializeBody(ElementBeanInfoImpl.java:156)

          at com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl$1.serializeBody(ElementBeanInfoImpl.java:131)

          at com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl.serializeBody(ElementBeanInfoImpl.java:333)

          at com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl.serializeRoot(ElementBeanInfoImpl.java:340)

          at com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl.serializeRoot(ElementBeanInfoImpl.java:76)

          at com.sun.xml.bind.v2.runtime.XMLSerializer.childAsRoot(XMLSerializer.java:494)

          at com.sun.xml.bind.v2.runtime.MarshallerImpl.write(MarshallerImpl.java:323)

          at com.sun.xml.bind.v2.runtime.MarshallerImpl.marshal(MarshallerImpl.java:251)

          at javax.xml.bind.helpers.AbstractMarshallerImpl.marshal(AbstractMarshallerImpl.java:74) [jboss-jaxb-api_2.2_spec-1.0.4.Final.jar:1.0.4.Final]

          at org.apache.cxf.jaxb.JAXBEncoderDecoder.writeObject(JAXBEncoderDecoder.java:539)

          at org.apache.cxf.jaxb.JAXBEncoderDecoder.marshall(JAXBEncoderDecoder.java:233)

          ... 32 more

       

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Adding interceptor org.apache.cxf.ws.policy.ServerPolicyOutFaultInterceptor@155ad83f to phase setup

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Adding interceptor org.apache.cxf.jaxws.interceptors.WebFaultOutInterceptor@7f2b1b0c to phase pre-protocol

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Adding interceptor org.apache.cxf.interceptor.MessageSenderInterceptor@66fcf20d to phase prepare-send

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Adding interceptor org.apache.cxf.interceptor.StaxOutInterceptor@6877684d to phase pre-stream

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Adding interceptor org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor@7760cccf to phase write

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Adding interceptor org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor@74266743 to phase write

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Adding interceptor org.apache.cxf.binding.soap.interceptor.SoapHeaderOutFilterInterceptor@6ec4f10b to phase pre-logical

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Adding interceptor org.apache.cxf.binding.soap.interceptor.Soap11FaultOutInterceptor@5459b48 to phase prepare-send

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Chain org.apache.cxf.phase.PhaseInterceptorChain@7dfb3989 was created. Current flow:

        setup [ServerPolicyOutFaultInterceptor]

        pre-logical [SoapHeaderOutFilterInterceptor]

        prepare-send [MessageSenderInterceptor, Soap11FaultOutInterceptor]

        pre-stream [StaxOutInterceptor]

        pre-protocol [WebFaultOutInterceptor]

        write [SoapOutInterceptor]

       

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.ws.policy.ServerPolicyOutFaultInterceptor@155ad83f

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.SoapHeaderOutFilterInterceptor@6ec4f10b

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.interceptor.MessageSenderInterceptor@66fcf20d

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Adding interceptor org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor@a9704fe to phase prepare-send-ending

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Chain org.apache.cxf.phase.PhaseInterceptorChain@7dfb3989 was modified. Current flow:

        setup [ServerPolicyOutFaultInterceptor]

        pre-logical [SoapHeaderOutFilterInterceptor]

        prepare-send [MessageSenderInterceptor, Soap11FaultOutInterceptor]

        pre-stream [StaxOutInterceptor]

        pre-protocol [WebFaultOutInterceptor]

        write [SoapOutInterceptor]

        prepare-send-ending [MessageSenderEndingInterceptor]

       

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.Soap11FaultOutInterceptor@5459b48

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Adding interceptor org.apache.cxf.binding.soap.interceptor.Soap11FaultOutInterceptor$Soap11FaultOutInterceptorInternal@6974227d to phase marshal

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Chain org.apache.cxf.phase.PhaseInterceptorChain@7dfb3989 was modified. Current flow:

        setup [ServerPolicyOutFaultInterceptor]

        pre-logical [SoapHeaderOutFilterInterceptor]

        prepare-send [MessageSenderInterceptor, Soap11FaultOutInterceptor]

        pre-stream [StaxOutInterceptor]

        pre-protocol [WebFaultOutInterceptor]

        write [SoapOutInterceptor]

        marshal [Soap11FaultOutInterceptorInternal]

        prepare-send-ending [MessageSenderEndingInterceptor]

       

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.interceptor.StaxOutInterceptor@6877684d

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.jaxws.interceptors.WebFaultOutInterceptor@7f2b1b0c

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor@7760cccf

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Adding interceptor org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor$SoapOutEndingInterceptor@787e91fc to phase write-ending

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Chain org.apache.cxf.phase.PhaseInterceptorChain@7dfb3989 was modified. Current flow:

        setup [ServerPolicyOutFaultInterceptor]

        pre-logical [SoapHeaderOutFilterInterceptor]

        prepare-send [MessageSenderInterceptor, Soap11FaultOutInterceptor]

        pre-stream [StaxOutInterceptor]

        pre-protocol [WebFaultOutInterceptor]

        write [SoapOutInterceptor]

        marshal [Soap11FaultOutInterceptorInternal]

        write-ending [SoapOutEndingInterceptor]

        prepare-send-ending [MessageSenderEndingInterceptor]

       

      23:01:54,390 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.Soap11FaultOutInterceptor$Soap11FaultOutInterceptorInternal@6974227d

      23:01:54,391 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor$SoapOutEndingInterceptor@787e91fc

      23:01:54,391 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor@a9704fe

      23:01:54,391 FINE  [org.apache.cxf.phase.PhaseInterceptorChain] (http-/192.168.1.20:18080-1) Invoking handleMessage on interceptor org.apache.cxf.interceptor.StaxInEndingInterceptor@6f8e27a0

      23:02:12,142 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1441544532142 sessioncount 0

      23:02:12,142 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0

      23:02:12,143 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1441544532143 sessioncount 0

      23:02:12,143 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0

      23:02:22,150 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1441544542150 sessioncount 0

      23:02:22,150 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0

      23:02:22,150 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1441544542150 sessioncount 0

      23:02:22,150 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0

      23:02:32,150 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1441544552150 sessioncount 0

      23:02:32,150 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0

      23:02:32,151 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1441544552151 sessioncount 0

      23:02:32,151 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0

      23:02:52,203 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1441544572203 sessioncount 0

      23:02:52,203 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0

      23:02:52,203 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1441544572203 sessioncount 0

      23:02:52,203 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0

      23:03:12,213 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1441544592213 sessioncount 0

      23:03:12,213 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0

      23:03:12,214 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1441544592214 sessioncount 0

      23:03:12,214 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0

      23:03:22,219 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1441544602219 sessioncount 0

      23:03:22,219 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0

      23:03:22,219 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1441544602219 sessioncount 0

      23:03:22,219 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0

       

       

      Here is the entity relationship:

       

      Customer (1) ~ (Many) CustomerRegistration (Many) ~ (1) billing/shippping address

      Where in CustomerRegistration, regId is primary key, custId, billingAddressId, shippingAddressId is foreign key

       

      Very appreciated for any suggestion and help.