Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nkmb

  1. nkmb

    How to connect to database using session bean

    Hi, I wrote the code for connecting db through session bean. I am getting following error while doing ejbc. <error> java weblogic.ejbc db.jar ERROR: ejbc found errors while parsing the descriptor for db.jar: ERROR: Error from ejbc: Error parsing file 'META-INF/weblogic-ejb-jar.xml' at...
  2. nkmb

    How to connect to database using session bean

    Hi, I am learning J2ee.I want to know is there any way to connect to the database using session bean,if yes,could u please tell me the process. Thanks, nkmb
  3. nkmb

    problem while connecting mysql db from weblogic server

    Hi, Yes,it is connected.Even i did JDBC program,with that also working.but while doing with weblogic server i am getting this problem. Thanks, nkmb
  4. nkmb

    problem while connecting mysql db from weblogic server

    Hi, I am trying to configure a connection to mysql db from weblogic server.I'm getting following error. Communications link failure due to underlying exception: ** BEGIN NESTED EXCEPTION ** java.net.SocketException MESSAGE: java.net.SocketException: Permission denied: connect STACKTRACE...
  5. nkmb

    how to install jdbc drivers for MYSQL

    Hi, I want to interact with MYSQL db using java........for that i need jdbc drivers.somebody please send me the links and installation steps. please send me the links as soon as possible. Thanks, nkmb.
  6. nkmb

    need MYSQL software for windows

    Hi, could anyone please send me the mysql download links for windows xp.
  7. nkmb

    where should i find sid

    Hi, I am trying to connect to oracle DB from PHP.for that i need SID.where should i find SID. somebody please reply me. thanks, nkmb
  8. nkmb

    problem with statefull session bean

    Hi, Yes i did.Eventhough i'm getting the error. <code> package sessionbean; import javax.ejb.*; import javax.naming.*; import java.util.*; import javax.rmi.*; public class CountClient { public static final int noOfClients = 30; public static void main(String[] args) {...
  9. nkmb

    problem with statefull session bean

    Hi, I am doing statefull sessionbean program.i have deployed the bean on server,by testing it i'm getting msg that the EJB Count has been tested successfully with a JNDI name of CountHome. But i'm trying to compile the client.......i'm getting following error...
  10. nkmb

    problem while running client

    Hi, yes,That was my problem........it has been solved. thanks for your reply. thanks, bhavani.
  11. nkmb

    problem while running client

    Hi, I am getting problem with Client.My client.java is compiling,by running the client,i am getting this error Exception in thread "main" java.lang.UnsupportedClassVersionError: javax/securit y/auth/callback/CallbackHandler (Unsupported major.minor version 48.0) at...
  12. nkmb

    problem with running ant

    Hi, My problem is fixed.After setting the path to weblogic ant. thanks, bhavani
  13. nkmb

    problem with ejbc

    Hi, Now i am getting problem with Client.My client.java is compiling,by running the client,i am getting this error Exception in thread "main" java.lang.UnsupportedClassVersionError: javax/securit y/auth/callback/CallbackHandler (Unsupported major.minor version 48.0) at...
  14. nkmb

    problem with ejbc

    Hi, Even after changing my classpath to bea tools.jar and rt.jar,still i am getting the same error. Exception in thread "main" java.lang.SecurityException: Prohibited package name: java.util.logging at java.lang.ClassLoader.defineClass(Unknown Source) at...
  15. nkmb

    problem with ejbc

    Hi, No,i don't have any package java.util.logging <code> <highlight>Hello.java</highlight> package examples; public interface Hello extends javax.ejb.EJBObject { public String hello() throws java.rmi.RemoteException; } <highlight>HelloHome.java</highlight> package examples; public...

Part and Inventory Search

Back
Top