Bug 779244 (SOA-1637) - ACCESS_POINT_URL in BINDING_TEMPLATE table is too short - 200 chars
Summary: ACCESS_POINT_URL in BINDING_TEMPLATE table is too short - 200 chars
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-1637
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: JBossESB, Build Process, Configuration
Version: 5.0.0 ER4
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: 5.0.0 GA,5.0.0 ER5
Assignee: trev
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-11-23 09:34 UTC by Jiri Pechanec
Modified: 2009-12-14 05:25 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-12-14 05:25:06 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-1637 0 None None None Never

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


Note You need to log in before you can comment on or make changes to this bug.