cancel
Showing results for 
Search instead for 
Did you mean: 

JNDI lookup from external Java client

Former Member
0 Kudos

Hi there !

Assumed I have developed a Stateless Session Bean, deployed it, checked for JNDI ... everything fine.

SLSB accesses MAXDB through DataSource, Tables are defined, DataSource configured through AdminGUI, ...

Trying to access it from a seperate client-process does not work, got a lot of ClassNotFoundExceptions like:

Caused by: java.lang.ClassNotFoundException: com.sap.sql.jdbc.common.StatementAnalyzerImpl

Does anyone know what has to be on the client's classpath (in terms of jars) to get it up and running ??

I already included:

sapj2eeclient.jar (sounds promising but does not make it alone)

logging.jar

opensqlcore.jar

logging.jar

exception.jar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

A short fix was to disable OpenSQL at DataSource config, but anyway what do i need at client side ??

And sorry as I forgot to thank in advance

Regards

Matthias