A file system based passivation store
| Attribute | Value | 
|---|---|
| Default Value | ejb3/groups | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | no-services | 
| Attribute | Value | 
|---|---|
| Default Value | 300 | 
| Type | LONG | 
| Nillable | true | 
| Expressions Allowed | true | 
| Min | 1 | 
| Max | 2,147,483,647 | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | no-services | 
| Attribute | Value | 
|---|---|
| Default Value | SECONDS | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | no-services | 
| Allowed Values | NANOSECONDS MICROSECONDS MILLISECONDS SECONDS MINUTES HOURS DAYS | 
| Attribute | Value | 
|---|---|
| Default Value | 100000 | 
| Type | INT | 
| Nillable | true | 
| Expressions Allowed | true | 
| Min | 1 | 
| Max | 2,147,483,647 | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | no-services | 
| Attribute | Value | 
|---|---|
| Default Value | jboss.server.data.dir | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | no-services | 
| Attribute | Value | 
|---|---|
| Default Value | ejb3/sessions | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | no-services | 
| Attribute | Value | 
|---|---|
| Default Value | 100 | 
| Type | LONG | 
| Nillable | true | 
| Expressions Allowed | true | 
| Min | 1 | 
| Max | 2,147,483,647 | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | no-services | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| groups-path | STRING | false | true | ejb3/groups | The subdirectory within the path specified by relative-to in which to store passivated bean groups | 
| idle-timeout | LONG | false | true | 300 | The timeout in units specified by idle-timeout-unit, after which a bean will passivate | 
| idle-timeout-unit | STRING | false | true | SECONDS | The unit of idle-timeout | 
| max-size | INT | false | true | 100000 | The maximum number of beans this cache should store before forcing old beans to passivate | 
| relative-to | STRING | false | true | jboss.server.data.dir | The root path used to store passivated beans | 
| sessions-path | STRING | false | true | ejb3/sessions | The subdirectory within the path specified by relative-to in which to store passivated beans | 
| subdirectory-count | LONG | false | true | 100 | Specifies the number of subdirectories into which stored state should be divided, used to minimize the number of files created per directory |