Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-2701

Missing localizer.properties

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.2.2
    • 2.2.2
    • jpa, kernel
    • None
    • Patch Available
    • Patch

    Description

      Simple test to reproduce:

      import java.beans.IntrospectionException;
      import java.beans.Introspector;
      ...
      try {
              Introspector.getBeanInfo(org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.class);
          } catch (IntrospectionException e) {
              throw new RuntimeException(e);
          }
      

      throws exception:

      org.apache.openjpa.lib.util.ParseException: Errors occurred while creating property descriptors for the following properties:
      [CacheDistributionPolicy, RefreshFromDataCache, EncryptionProvider, PostLoadOnMerge,
      OptimizeIdCopy, Callbacks, InitializeEagerly, Specification, javax.persistence.query.timeout,
      LifecycleEventManager, DynamicEnhancementAgent, InstrumentationManager, Instrumentation,
      Auditor, javax.persistence.validation.factory, Validator, javax.persistence.validation.mode,
      javax.persistence.validation.group.pre-persist, javax.persistence.validation.group.pre-update,
      javax.persistence.validation.group.pre-remove, javax.persistence.sharedCache.mode,
      javax.persistence.validation.factory, Validator, javax.persistence.validation.mode,
      javax.persistence.validation.group.pre-persist, javax.persistence.validation.group.pre-update,
      javax.persistence.validation.group.pre-remove, javax.persistence.sharedCache.mode]

      Attachments

        1. OPENJPA-2701-2.2.x.patch
          11 kB
          Will Dazey
        2. OPENJPA-2701-2.2.x-v2.patch
          0.7 kB
          Will Dazey
        3. OPENJPA-2701-test-2.2.x.patch
          2 kB
          Will Dazey

        Activity

          People

            dazeydev Will Dazey
            dazeydev Will Dazey
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: