Bug 778646 (SOA-1122)

Summary: JBPM-1450 - Disable jBPM logging Is not resolved in SOA-P CR7 and will have to be documented in the SOA-P release notes
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Len DiMaggio <ldimaggi>
Component: Documentation, JBPM - within SOAAssignee: Len DiMaggio <ldimaggi>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecified   
Target Milestone: ---   
Target Release: 4.2 CP03   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-1122
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-13 16:36:39 UTC Type: Task
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On: 778133    
Bug Blocks:    

Description Len DiMaggio 2009-01-12 19:52:33 UTC
Affects: Release Notes
Date of First Response: 2009-01-12 22:16:39
project_key: SOA

See:

JBPM-1450
SOA-646  (this JIRA has JBPM-1450 as a child and is therefore not closed for SOA 4.2 CP03)

Comment 1 Len DiMaggio 2009-01-12 19:53:04 UTC
Link: Added: This issue depends JBPM-1450


Comment 2 Len DiMaggio 2009-01-12 19:53:04 UTC
Link: Added: This issue depends SOA-646


Comment 3 Len DiMaggio 2009-01-12 19:54:02 UTC
In CR7:

     </service>
    <service name="tx" factory="org.jbpm.tx.TxServiceFactory" />
    <service name="message" factory="org.jbpm.msg.db.DbMessageServiceFactory" />
    <service name="scheduler" factory="org.jbpm.scheduler.db.DbSchedulerServiceFactory" />
    <service name="logging" factory="org.jbpm.logging.db.DbLoggingServiceFactory" />
    <service name="authentication" factory="org.jbpm.security.authentication.DefaultAuthenticationServiceFactory" />
  </jbpm-context>

Comment 4 Dana Mison 2009-01-13 03:16:39 UTC
Added to release notes as known issue

jBPM logging should be disabled by default
The jBPM logging service should be disabled by default for performance reasons. To disable this you need to remove or comment out the logging service from the jbpm-context element in ${SOA_ROOT}/server/${CONFIG}/deploy/jbpm.esb/jbpm.cfg.xml.

<jbpm-context>
      <!--
      <service name="logging"
        factory="org.jbpm.logging.db.DbLoggingServiceFactory" />
      -->
</jbpm-context>

Additional information: http://jira.jboss.com/jira/browse/JBPM-1450