ACCESS_POINT_URL in BINDING_TEMPLATE table is too short - 200 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
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.