[
https://issues.apache.org/jira/browse/ARIES-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Ellis updated ARIES-769:
--------------------------------
Attachment: Aries-769-patch.txt
Patch that checks the equality of the BundleContext class of the caller to that
of the JNDI bundle. If the caller was not a peer of the JNDI bundle then it is
assumed to be an isolated framework and the JNDI bundle BundleContext is used
instead.
> ClassCastException during JNDI lookup from WAB inside EBA
> ---------------------------------------------------------
>
> Key: ARIES-769
> URL: https://issues.apache.org/jira/browse/ARIES-769
> Project: Aries
> Issue Type: Bug
> Components: JNDI
> Affects Versions: 0.3
> Reporter: Richard Ellis
> Attachments: Aries-769-patch.txt
>
>
> I was trying to perform a JNDI lookup from a WAB inside an EBA and I hit this
> problem.
> java.lang.ClassCastException:
> org.eclipse.osgi.internal.serviceregistry.ServiceReferenceImpl incompatible
> with org.eclipse.osgi.internal.serviceregistry.ServiceReferenceImpl
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.getService(BundleContextImpl.java:594)
> at org.apache.aries.jndi.Utils$4.run(Utils.java:197)
> at
> java.security.AccessController.doPrivileged(AccessController.java:202)
> at org.apache.aries.jndi.Utils.getServicePrivileged(Utils.java:195)
> at
> org.apache.aries.jndi.ContextHelper.getInitialContextUsingBuilder(ContextHelper.java:206)
> at
> org.apache.aries.jndi.ContextHelper.getContextProvider(ContextHelper.java:140)
> at
> org.apache.aries.jndi.ContextHelper.getInitialContext(ContextHelper.java:118)
> at
> org.apache.aries.jndi.OSGiInitialContextFactoryBuilder.getInitialContext(OSGiInitialContextFactoryBuilder.java:49)
> at
> javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:225)
> at
> javax.naming.InitialContext.initializeDefaultInitCtx(InitialContext.java:318)
> at
> javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:348)
> at
> javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:411)
> at javax.naming.InitialContext.lookup(InitialContext.java:436)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira