Uploaded image for project: 'jUDDI (Retired)'
  1. jUDDI (Retired)
  2. JUDDI-313

ACCESS_POINT_URL in BINDING_TEMPLATE table is too short - 2000 chars

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0
    • 3.0.1
    • core
    • None

    Description

      The column in question is too short for certain EPRs. We need to extend it to 4000 chars.

      java/org/apache/juddi/model/BindingTemplate.java
      @Column(name = "access_point_url", length = 2000)
      public String getAccessPointUrl()

      { return this.accessPointUrl; }

      Attachments

        Activity

          People

            kstam Kurt Stam
            ldimaggi Len DiMaggio
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: