Bug 779244 (SOA-1637)

Summary: ACCESS_POINT_URL in BINDING_TEMPLATE table is too short - 200 chars
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Jiri Pechanec <jpechane>
Component: JBossESB, Build Process, ConfigurationAssignee: trev <tkirby>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: urgent Docs Contact:
Priority: urgent    
Version: 5.0.0 ER4   
Target Milestone: ---   
Target Release: 5.0.0 GA, 5.0.0 ER5   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-1637
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-12-14 05:25:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jiri Pechanec 2009-11-23 09:34:59 UTC
Date of First Response: 2009-11-23 19:50:47
project_key: SOA

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;
        }

Comment 1 Len DiMaggio 2009-11-24 00:50:47 UTC
jUDDI project issue:   https://issues.apache.org/jira/browse/JUDDI-313


Comment 2 Kevin Conner 2009-11-25 10:12:23 UTC
Link: Added: This issue depends JBESB-3004


Comment 3 Kevin Conner 2009-11-25 10:26:03 UTC
Workaround for this issue is in 4.7CP, revision 30341.

Should be included in next merge.

Comment 4 Jiri Pechanec 2009-12-14 05:25:06 UTC
Verified in ER5