]
Donald Naro reassigned ISPN-7905:
---------------------------------
Assignee: Donald Naro
Document supported deployments for server
-----------------------------------------
Key: ISPN-7905
URL:
https://issues.jboss.org/browse/ISPN-7905
Project: Infinispan
Issue Type: Task
Components: Documentation-Servers
Reporter: Will Burns
Assignee: Donald Naro
Priority: Major
We should document the available types when deploying to the server.
http://infinispan.org/docs/dev/server_guide/server_guide.html#management might be a good
spot
- jdbc driver (META-INF/services/java.sql.Driver)
- cache loader/stores (META-INF/services/org.infinispan.persistence.spi.*)
- tasks (META-INF/services/org.infinispan.tasks.ServerTask)
- filters
(META-INF/services/org.infinispan.notifications.cachelistener.filter.CacheEventFilterFactory)
- marshallers (META-INF/services/org.infinispan.commons.marshall.Marshaller)
Related code -
https://github.com/infinispan/infinispan/blob/313b19301055c6267c6f2ea9065...