Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-816

Configdoc Javadoc link is incorrect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.2.0.CR4
    • 4.2.0.CR2
    • Core
    • None
    • Low

      E.g., http://docs.jboss.org/infinispan/4.2/apidocs/config.html#ce_default_transaction under useEagerLocking - the Javadoc link takes you to TransactionType#useEagerLocking which has no Javdocs on it!

      The programmatic way of setting this is to use Configuration#setUseEagerLocking(). So the link should go to http://docs.jboss.org/infinispan/4.2/apidocs/org/infinispan/config/Configuration.html#setUseEagerLocking(boolean) which has actual Javadocs on it.

      The bean already has a ref to this setter thanks to the @ConfigurationDocRef annotation so it should be easy.

            vblagoje Vladimir Blagojevic (Inactive)
            manik_jira Manik Surtani (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: