[
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.