Uploaded image for project: 'Archiva (Retired)'
  1. Archiva (Retired)
  2. MRM-379

Limit in description size causes problems with Apache parent POM

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0-alpha-1
    • 1.0-alpha-1
    • None
    • None
    • os/x

    Description

      When running from jetty:run and trying to look at the Apache parent pom you end up with a problem with the max length of the description - see http://localhost:9091/browse/org.apache/apache/3

      javax.jdo.JDOFatalUserException: Attempt to store value "The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users." in column "DESCRIPTION" that has maximum length of 256. Please correct your data!
      at org.jpox.store.rdbms.mapping.CharRDBMSMapping.setString(CharRDBMSMapping.java:214)
      at org.jpox.store.mapping.SingleFieldMapping.setString(SingleFieldMapping.java:203)
      at org.jpox.store.rdbms.fieldmanager.ParameterSetter.storeStringField(ParameterSetter.java:122)
      at org.jpox.state.StateManagerImpl.providedStringField(StateManagerImpl.java:2757)
      at org.apache.maven.archiva.model.ArchivaProjectModel.jdoProvideField(ArchivaProjectModel.java)
      at org.apache.maven.archiva.model.ArchivaProjectModel.jdoProvideFields(ArchivaProjectModel.java)
      at org.jpox.state.StateManagerImpl.provideFields(StateManagerImpl.java:3115)

      I would imagine we would want to store descriptions to allow them to hold far more data.

      Attachments

        Activity

          People

            joakime Joakim Erdfelt
            pdodds Philip James Dodds
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: