Skip to content

Commit

Permalink
ISPN-7644 Loader tab allows invalid configuration to be set. (2)
Browse files Browse the repository at this point in the history
-- Removed all of the loader options from the dropdown menu, except "No cache loader", "Cluster Loader" and "Custom Loader".
-- See https://issues.jboss.org/browse/ISPN-7644 for more details.
  • Loading branch information
ryanemerson authored and vblagoje committed Mar 23, 2017
1 parent 25872cd commit 1ffd32b
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions src/components/cache-loaders/CacheLoadersCtrl.ts
Expand Up @@ -19,34 +19,6 @@ const CACHE_LOADERS: {class: string, label: string}[] = [
{
class: "",
label: "Custom Loader"
},
{
class: "org.infinispan.persistence.jpa.JpaStore",
label: "JPA Store"
},
{
class: "org.infinispan.persistence.rocksdb.RocksDBStore",
label: "RocksDB Store"
},
{
class: "org.infinispan.persistence.remote.RemoteStore",
label: "Remote Store"
},
{
class: "org.infinispan.persistence.rest.RestStore",
label: "Rest Store"
},
{
class: "org.infinispan.persistence.file.SingleFileStore",
label: "Single File Store"
},
{
class: "org.infinispan.persistence.sifs.SoftIndexFileStore",
label: "Soft Index File Store"
},
{
class: "org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore",
label: "String Based JDBC Store"
}
];

Expand Down

0 comments on commit 1ffd32b

Please sign in to comment.