Description
The openejb ejb container is burdened with at least the following transport specific items that should be removed:
jndi name
jndi local name
tss-link
web server link (for web services only)
Ideally we can find some way of conveniently connecting transport mechanisms with ejb containers without drowning the user in unusable configuration. One possibliblity to consider is a "linking" gbean that refers to both the transport and the ejb container, with appropriate attributes depending on the transport (e.g. jndi name for corba, security info for web service)
This counteracts the issue GERONIMO-659 which was a mistake, although very convenient.