]
Manik Surtani resolved ISPN-816.
--------------------------------
Resolution: Done
Nice one, thanks Vlad!
Configdoc Javadoc link is incorrect
-----------------------------------
Key: ISPN-816
URL:
https://jira.jboss.org/browse/ISPN-816
Project: Infinispan
Issue Type: Bug
Components: Core API
Affects Versions: 4.2.0.CR2
Reporter: Manik Surtani
Assignee: Vladimir Blagojevic
Fix For: 4.2.0.CR4
E.g.,
http://docs.jboss.org/infinispan/4.2/apidocs/config.html#ce_default_trans...
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/Config...
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.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: