[infinispan-issues] [JBoss JIRA] Created: (ISPN-816) Configdoc Javadoc link is incorrect
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Wed Dec 1 13:36:04 EST 2010
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.CR3
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.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list