Title: Containers and Resources
{anchor: containers}
# Containers
{anchor:Default CMP Container-container}
## CMP_ENTITY
Declarable in openejb.xml via
Declarable in properties via
{panel}
Foo = new://Container?type=CMP_ENTITY
{panel}
Supports the following properties
|| Property Name || Description ||
| CmpEngineFactory | Default value is
_org.apache.openejb.core.cmp.jpa.JpaCmpEngineFactory_.||
{anchor:Default BMP Container-container}
## BMP_ENTITY
Declarable in openejb.xml via
Declarable in properties via
{panel}
Foo = new://Container?type=BMP_ENTITY
{panel}
Supports the following properties
|| Property Name || Description ||
{anchor:Default Stateless Container-container}
## STATELESS
Declarable in openejb.xml via
Declarable in properties via
{panel}
Foo = new://Container?type=STATELESS
{panel}
Supports the following properties
|| Property Name || Description ||
{anchor:Default Stateful Container-container}
## STATEFUL
Declarable in openejb.xml via
Declarable in properties via
{panel}
Foo = new://Container?type=STATEFUL
{panel}
Supports the following properties
|| Property Name || Description ||
{anchor:Default MDB Container-container}
## MESSAGE
Declarable in openejb.xml via
Declarable in properties via
{panel}
Foo = new://Container?type=MESSAGE
{panel}
Supports the following properties
|| Property Name || Description ||
{anchor: resources}
# Resources
{anchor:Default JDBC Database-resource}
## javax.sql.DataSource
Declarable in openejb.xml via
Declarable in properties via
{panel}
Foo = new://Resource?type=javax.sql.DataSource
{panel}
Supports the following properties
|| Property Name || Description ||
| Password | Default password|
{anchor:Default JMS Resource Adapter-resource}
## ActiveMQResourceAdapter
Declarable in openejb.xml via
Declarable in properties via
{panel}
Foo = new://Resource?type=ActiveMQResourceAdapter
{panel}
Supports the following properties
|| Property Name || Description ||
{anchor:Default JMS Connection Factory-resource}
## javax.jms.ConnectionFactory
Declarable in openejb.xml via
Declarable in properties via
{panel}
Foo = new://Resource?type=javax.jms.ConnectionFactory
{panel}
Supports the following properties
|| Property Name || Description ||
| ResourceAdapter | Default value is _Default JMS Resource Adapter_.||
{anchor:Default Queue-resource}
## javax.jms.Queue
Declarable in openejb.xml via
Declarable in properties via
{panel}
Foo = new://Resource?type=javax.jms.Queue
{panel}
Supports the following properties
|| Property Name || Description ||
| destination | Specifies the name of the queue|
{anchor:Default Topic-resource}
## javax.jms.Topic
Declarable in openejb.xml via
Declarable in properties via
{panel}
Foo = new://Resource?type=javax.jms.Topic
{panel}
Supports the following properties
|| Property Name || Description ||
| destination | Specifies the name of the topic|
{anchor:Default ORB-resource}
## org.omg.CORBA.ORB
Declarable in openejb.xml via
Declarable in properties via
{panel}
Foo = new://Resource?type=org.omg.CORBA.ORB
{panel}
No properties.
{anchor:Default Mail Session-resource}
## javax.mail.Session
Declarable in openejb.xml via
Declarable in properties via
{panel}
Foo = new://Resource?type=javax.mail.Session
{panel}
No properties.