Bug 780921 (SOA-3383)

Summary: Quickstarts contain positive values in juddi.properties, they should contain -1.
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Julian Coleman <jcoleman>
Component: Examples, Integration, riftsawAssignee: Julian Coleman <jcoleman>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.2.0.ER3   
Target Milestone: ---   
Target Release: 5.2.0 GA, 5.2.0.ER4   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-3383
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-07 18:05:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Julian Coleman 2011-09-16 14:25:33 UTC
project_key: SOA

RiftSaw quickstarts:
  jboss-as/samples/quickstarts/bpel_esb_helloworld/juddi.properties
  jboss-as/samples/quickstarts/bpel_esb_helloworld_saml/juddi.properties
  jboss-as/samples/quickstarts/bpel_esb_loan_fault/juddi.properties

Platform quickstarts:
  jboss-as/samples/quickstarts/helloworld_ejb3_ws/juddi.properties
  jboss-as/samples/quickstarts/helloworld_ejb3_ws_wss/juddi.properties
  jboss-as/samples/quickstarts/opensso/juddi.properties
  jboss-as/samples/quickstarts/swift2xml_action/juddi.properties
  jboss-as/samples/quickstarts/wsmq_router/juddi.properties
  jboss-as/samples/quickstarts/xml2swift_action/juddi.properties

contain the text:

# The maximum number of UDDI artifacts allowed
# per publisher. A value of '-1' indicates any 
# number of artifacts is valid (These values can be
# overridden at the individual publisher level).
juddi.maxBusinessesPerPublisher=25
juddi.maxServicesPerBusiness=20
juddi.maxBindingsPerService=10
juddi.maxTModelsPerPublisher=100

For compatibility with jUDDI 3.1.1, these values should all be set to -1.

Comment 1 Julian Coleman 2011-09-16 14:29:19 UTC
Link: Added: This issue depends RIFTSAW-440


Comment 2 Julian Coleman 2011-09-16 16:08:32 UTC
Resolved with revision 116 (opensso) of:

  src/opensso/samples/quickstarts/opensso/juddi.properties

amd revision 10075 (SOA-P) of:

  src/main/resources/soa-p/quickstarts/common/wsmq_router/juddi.properties
  src/main/resources/soa-p/quickstarts/common/swift2xml_action/juddi.properties
  src/main/resources/soa-p/quickstarts/common/xml2swift_action/juddi.properties
  src/main/resources/soa-p/quickstarts/embedded/helloworld_ejb3_ws_wss/juddi.properties
  src/main/resources/soa-p/quickstarts/embedded/helloworld_ejb3_ws/juddi.properties

Commit message:

  SOA-3383
  Update juddi.properties to be compatible with juddi 3.1.1.


Comment 3 Julian Coleman 2011-09-16 16:08:32 UTC
Release Notes Docs Status: Added: Not Yet Documented
Release Notes Text: Added: For compatibility with jUDDI 3.1.1, the values of:

  juddi.maxBusinessesPerPublisher
  juddi.maxServicesPerBusiness
  juddi.maxBindingsPerService
  juddi.maxTModelsPerPublisher

have been set to '-1' in the quickstart "juddi.properties" files.


Comment 4 David Le Sage 2011-09-18 23:25:48 UTC
Release Notes Docs Status: Removed: Not Yet Documented Added: Not Required
Writer: Added: dlesage


Comment 5 Len DiMaggio 2011-10-07 18:05:56 UTC
Verified in 5.2.0.ER4