The ejb 3.1 spec says

22.2.2.1 javax.ejb.embeddable.provider
This property holds a String value that specifies the fully-qualified name of 
an embeddable container provider class corresponding to the embeddable 
container implementation that should be used for this application.
The property name is defined as EJBContainer.PROVIDER.

I think this clearly and unambiguously means the property value should be the 
class name of the implementation of javax.ejb.spi.EJBContainerProvider.

Can anyone explain how to understand this sentence to mean that the property 
value is the class name of the implementation of 
javax.ejb.embeddable.EJBContainer?

thanks
david jencks

Reply via email to