[jboss-jira] [JBoss JIRA] Created: (JBCACHE-1334) Docs on deployment via Microcontainer out of date
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed Apr 30 13:01:18 EDT 2008
Docs on deployment via Microcontainer out of date
-------------------------------------------------
Key: JBCACHE-1334
URL: http://jira.jboss.com/jira/browse/JBCACHE-1334
Project: JBoss Cache
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.1.0.GA
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Priority: Minor
Fix For: 2.1.1.GA
Time has marched on and docs fall out of date.
This:
<bean name="ExampleCache" class="org.jboss.cache.CacheImpl">
<constructor factoryMethod="createCache">
<factory bean="DefaultCacheFactory"/>
<parameter><inject bean="ExampleCacheConfig"/></parameter>
<parameter>false</false>
</constructor>
</bean>
should be:
<bean name="ExampleCache" class="org.jboss.cache.Cache">
<constructor factoryMethod="createCache">
<factory bean="DefaultCacheFactory"/>
<parameter class="org.jboss.cache.config.Configuration"><inject bean="ExampleCacheConfig"/></parameter>
<parameter class="boolean">false</false>
</constructor>
</bean>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list