Thanks a lot guys for the response!!! IT WORKS!!!
But a small issue.
When we start coco admin tool from within VAJ, I get the following output on console :
Stored Procedure Meta Data currently disabled for this session of CocoAdmin!
To enable Stored Procedure Meta Data in the CocoAdmin tool, edit startup file:
demos\resources\CocoAdmin.properties and set 'USEPROCEDURES=true' and save.
Loading Stored Procedure Meta Data can be slow, so it's disabled by default.
java.lang.ClassNotFoundException: javax.ejb.EJBObject
java.lang.Throwable(java.lang.String)
java.lang.Exception(java.lang.String)
java.lang.ClassNotFoundException(java.lang.String)
java.lang.Class java.net.URLClassLoader.findClass(java.lang.String)
java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean)
java.lang.Class sun.misc.Launcher$AppClassLoader.loadClass(java.lang.String, boolean)
java.lang.Class java.lang.Class.forName0(java.lang.String, boolean, java.lang.ClassLoader)
java.lang.Class java.lang.Class.forName(java.lang.String)
com.thought.CocoAdmin.CmpInstaller.CmpInstallerMain()
java.lang.Object java.lang.Class.newInstance0()
java.lang.Object java.lang.Class.newInstance()
javax.swing.JMenuBar com.thought.CocoAdmin.CocoAdmin.createMenuBar()
com.thought.CocoAdmin.CocoAdmin()
void com.thought.CocoAdmin.CocoAdmin.main(java.lang.String [])
Copyright (c) 1996-2000 THOUGHT Inc. All Rights Reserved.
CocoBase Enterprise JDBC O/R Layer Initiated.
Checking CocoBase License...
Commercial License issued to 'Sumit Mishra (10 Developer Licenses)' for 'CashTech Solutions (Invoice C487)' at 'sumit@cash-tech.com'.
Copyright (c) 1996-2000 THOUGHT Inc. All Rights Reserved.
CocoBase JDBC Layer Initiated.
Commercial License issued to 'Sumit Mishra (10 Developer Licenses)' for 'CashTech Solutions (Invoice C487)' at 'sumit@cash-tech.com'.
No XML repository specified, all Maps will be retrieved from the Database.
Why do i get the exception??
Actually, i used to get this excewption earlier also, hence to remove the same, i added all the jar files in the classpath. After that i did not get this exception.
Please tell me what is the problem here.
Eagerly waiting for the reply.......
|