[jboss-as7-dev] Non java: JNDI bindings and MSC services in AS7
Jaikiran Pai
jpai at redhat.com
Sat Apr 9 04:06:57 EDT 2011
While looking into https://issues.jboss.org/browse/JBAS-9261 I realized
that we don't currently have support for non java: namespace JNDI
bindings. The example application in that JIRA has a reference to a
resource (a EJB in this case via ejb-ref and ejb-local-ref) and that
reference points to a lookup name "Blah" (which is outside of java:
namespace). Pre-AS7 days we allowed EJBs and other resources to be bound
outside of java: namespace and then allow ejb-ref to point to that
binding. Currently, in AS7 which is backed by Services for jndi
bindings, I don't see how to deal with that since we don't have Services
for non java: namespaces. Looking at this
http://community.jboss.org/wiki/JavaEEImplementationTechnicalRequirements wiki
I don't see it being covered. How do we plan to support such
deployments, in AS7? Or more specifically, will binding outside of java:
be backed by MSC services?
-Jaikiran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-as7-dev/attachments/20110409/b92f3845/attachment.html
More information about the jboss-as7-dev
mailing list