I started getting this gem of an error during the build. I'm not sure what the root cause is, and it's intermittent.
ContactPhoneMaxLongMaxUseTypetest Feb 24, 2014 6:58:27 PM org.hibernate.util.JDBCExceptionReporter logExceptions WARNING: SQL Error: 20000, SQLState: 22001 Feb 24, 2014 6:58:27 PM org.hibernate.util.JDBCExceptionReporter logExceptions SEVERE: A truncation error was encountered trying to shrink VARCHAR 'uddi:www.mycoolxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxx&' to length 255. Feb 24, 2014 6:58:27 PM org.hibernate.event.def.AbstractFlushingEventListener performExecutions SEVERE: Could not synchronize database state with session org.hibernate.exception.DataException: could not insert: [org.apache.juddi.model.BusinessEntity] at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:77) at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2267) at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2660) at org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:56) at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:250) at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:234) at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:141) at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:29 8) at org.hibernate.event.def.DefaultAutoFlushEventListener.onAutoFlush(DefaultAutoFlushEventListener.java:41) at org.hibernate.impl.SessionImpl.autoFlushIfRequired(SessionImpl.java:969) at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1114) at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79) at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:66) at org.apache.juddi.query.EntityQuery.getQueryResult(EntityQuery.java:135) at org.apache.juddi.query.FindEntityByPublisherQuery.select(FindEntityByPublisherQuery.java:93) at org.apache.juddi.query.FindBusinessByPublisherQuery.select(FindBusinessByPublisherQuery.java:48) at org.apache.juddi.validation.ValidatePublish.validateSaveBusinessMax(ValidatePublish.java:374) at org.apache.juddi.api.impl.UDDIPublicationImpl.saveBusiness(UDDIPublicationImpl.java:603) at org.apache.juddi.api.impl.API_140_NegativePublicationTest.ContactPhoneMaxLongMaxUseTypetest(API_140_NegativeP ublicationTest.java:935)