Tilmann Ludwig wrote:
> javax.naming.OperationNotSupportedException: [IBM][JDBC Driver] CLI0626E
> getNameParser() is not supported in this version of DB2 JDBC 2.0 driver.
> [Container factory]     at
> COM.ibm.db2.jndi.DB2Context.getNameParser(DB2Context.java:401)
> [Container factory]     at
> javax.naming.InitialContext.getNameParser(InitialContext.java:432)
> [Container factory]     at
> org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.rebind(JRMPContainerI
<snip>

This indicates that you have set the JDBC driver as the initial context
supplier. This won't work. Use the settings in
/conf/default/jndi.properties please.

With regard to the error, it seems like a rather silly bug. That method
is more or less trivial to implement by JNDI providers (and BTW, why is
a JDBC driver implementing JNDI!?!?).

regards,
  Rickard

-- 
Rickard �berg

Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to