You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Alex O'Ree (JIRA)" <ju...@ws.apache.org> on 2013/12/12 03:36:07 UTC

[jira] [Created] (JUDDI-745) juddi server config's max publish settings are not honored by authenticators

Alex O'Ree created JUDDI-745:
--------------------------------

             Summary: juddi server config's max publish settings are not honored by authenticators
                 Key: JUDDI-745
                 URL: https://issues.apache.org/jira/browse/JUDDI-745
             Project: jUDDI
          Issue Type: Bug
            Reporter: Alex O'Ree
            Assignee: Kurt T Stam


when adding a new publisher on the fly, the current authenticator's do not honor the defaults set in the juddiv3.xml file. It looks like all of them are affected.

 publisher.setMaxBindingsPerService(199);
                    publisher.setMaxBusinesses(100);
                    publisher.setMaxServicesPerBusiness(100);
                    publisher.setMaxTmodels(100);



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)