[jboss-svn-commits] JBL Code SVN: r30341 - labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Nov 25 05:25:14 EST 2009


Author: kevin.conner at jboss.com
Date: 2009-11-25 05:25:14 -0500 (Wed, 25 Nov 2009)
New Revision: 30341

Modified:
   labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3/esb-juddi-orm.xml
Log:
Override accessPointUrl length: JBESB-3004

Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3/esb-juddi-orm.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3/esb-juddi-orm.xml	2009-11-25 07:20:59 UTC (rev 30340)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3/esb-juddi-orm.xml	2009-11-25 10:25:14 UTC (rev 30341)
@@ -221,4 +221,12 @@
       </id>
     </attributes>
   </entity>
+
+  <entity class="org.apache.juddi.model.BindingTemplate">
+    <attributes>
+      <basic name="accessPointUrl">
+        <column name="access_point_url" length="4000"/>
+      </basic>
+    </attributes>
+  </entity>
 </entity-mappings>



More information about the jboss-svn-commits mailing list