Hi All,
Please provide some direction on how to call EJB from service container?
e.g. A custom component that need to call EJB deployed on the same server (JBoss LC ES2.5).
I know there is a way to call service from custom component with service client factory class but what would be the approach or custom EJB from custom component?
Also is is possible to inject SEAM component into custom component?
Does service container is aware of other container(s) from the same application server EJB/SEAM container?
Thanks
YogLC