I created an Alias from the EJB Adaptor (Admin) page for an EJB running locally on BEA WebLogic server v6.1. As required, I provided the Initial Context factory (weblogic.jndi.WLInitialContextFactory)and the provider URL. I also selected ‘WebLogic6’ as the JNDI Server Type.
When I click on Test button, the test connection fails and I get this message - “testConnFail: AliasTestImpl.test - found null or closed connection”.
On Integration Server console, this is what I see:
[BASEJBA.1000.0014]MyConnection.open - ‘new InitialContext’ threw this: type(java.lang.ClassCastException), msg(iaik.asn1.structures.Name)
ERROR - AliasTestImpl.test - found null or closed connection
Any ideas?