error while running a stateless session bean in netbeans 6.9.1
shriram iyer
Ranch Hand
Joined: Dec 10, 2003
Posts: 43
posted
0
i am using netbeans 6.9.1.
above code is my client program for ejb stateless session bean. i am getting following error while running this code
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/logging/LogDomains
at com.sun.enterprise.util.ORBManager.<clinit>(ORBManager.java:78)
at com.sun.enterprise.naming.SerialInitContextFactory.<clinit>(SerialInitContextFactory.java:56)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
i like to know the jar containing the class com.sun.logging.LogDomains,and from where to download that jar