You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Kurt T Stam (JIRA)" <ju...@ws.apache.org> on 2009/11/24 02:46:39 UTC

[jira] Closed: (JUDDI-313) ACCESS_POINT_URL in BINDING_TEMPLATE table is too short - 2000 chars

     [ https://issues.apache.org/jira/browse/JUDDI-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam closed JUDDI-313.
-----------------------------

    Resolution: Fixed

Done

> ACCESS_POINT_URL in BINDING_TEMPLATE table is too short - 2000 chars
> --------------------------------------------------------------------
>
>                 Key: JUDDI-313
>                 URL: https://issues.apache.org/jira/browse/JUDDI-313
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.0
>            Reporter: Len DiMaggio
>            Assignee: Kurt T Stam
>             Fix For: 3.0.1
>
>
> 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;
>         }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.