1 Reply Latest reply on Jun 6, 2008 2:56 AM by ropalka

    verbose logging issue

    thomas.diesler

      There seems to be a logging issue

      01:18:28,391 INFO [NativeServerConfig] JBoss Web Services - Stack Native Core
      01:18:28,391 INFO [NativeServerConfig] 3.0.2-SNAPSHOT
      01:18:29,127 INFO [BareWSFRuntime] null -> RequestHandlerFactory: org.jboss.wsf.stack.jbws.RequestHandlerFactoryImpl@1f86f75
      01:18:29,127 INFO [BareWSFRuntime] null -> TransportManagerFactory: org.jboss.wsf.container.jboss50.transport.BareTransportManagerFactory@15daaef
      01:18:29,127 INFO [BareWSFRuntime] WebserviceJSERuntime -> DeploymentAspectManager: WSDeploymentAspectManagerJSE :org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl@4b2d10
      01:18:29,127 INFO [BareWSFRuntime] WebserviceJSERuntime -> EndpointRegistry: org.jboss.wsf.framework.management.ManagedEndpointRegistry@17b84f9
      01:18:29,128 INFO [BareWSFRuntime] null -> RequestHandlerFactory: org.jboss.wsf.stack.jbws.RequestHandlerFactoryImpl@1f86f75
      01:18:29,128 INFO [BareWSFRuntime] null -> DeploymentAspectManager: WSDeploymentAspectManagerEndpointAPI :org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl@572554
      01:18:29,128 INFO [BareWSFRuntime] null -> EndpointRegistry: org.jboss.wsf.framework.management.ManagedEndpointRegistry@17b84f9
      01:18:29,128 INFO [BareWSFRuntime] null -> TransportManagerFactory: org.jboss.wsf.container.jboss50.transport.BareTransportManagerFactory@153ccbe
      01:18:29,129 INFO [BareWSFRuntime] null -> DeploymentAspectManager: WSDeploymentAspectManagerEJB :org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl@a70e3a
      01:18:29,129 INFO [BareWSFRuntime] WebserviceEJBRuntime -> RequestHandlerFactory: org.jboss.wsf.stack.jbws.RequestHandlerFactoryImpl@1f86f75
      01:18:29,129 INFO [BareWSFRuntime] WebserviceEJBRuntime -> EndpointRegistry: org.jboss.wsf.framework.management.ManagedEndpointRegistry@17b84f9
      01:18:29,129 INFO [BareWSFRuntime] WebserviceEJBRuntime -> TransportManagerFactory: org.jboss.wsf.container.jboss50.transport.BareTransportManagerFactory@1970646
      01:18:30,302 INFO [TomcatDeployment] deploy, ctxPath=/jbossws, vfsUrl=jbossws.sar/jbossws-management.war
      


        • 1. Re: verbose logging issue
          ropalka

           

          "thomas.diesler@jboss.com" wrote:
          There seems to be a logging issue


          The problem was we can't rely on method injection order to be identical with declaration in MC configuration.

          Fixed, see:
          jbossws/container/jboss50/branches/jbossws-jboss500>svn diff -r 7393:7394
          jbossws/container/jboss50/branches/jbossws-jboss501>svn diff -r 7395:7396