Hi guys!!!
Thanks a lot for your response. I am using weblogic5.0 The BMP bean is deployed successfully which is using JdbcOdbc driver. When I am starting the server the server is showing that the connection pool is sucessful. But when I am trying to connect my client from command prompt , like this:
:\EJB\Bean2>java -Djava.naming.factory.initial=weblogic.jndi.TengahInitialConte
xtFactory fenb.Client t3://localhost:7002
It is showing the following error:
Caught exception!
javax.ejb.CreateException: java.sql.SQLException: The url cannot be null
at weblogic.rmi.extensions.AbstractRequest.sendReceive(AbstractRequest.j
ava:76)
at fenb.AccountBeanHomeImpl_WLStub.create(AccountBeanHomeImpl_WLStub.jav
a:167)
at fenb.AccountBeanHomeImpl_ServiceStub.create(AccountBeanHomeImpl_Servi
ceStub.java:108)
at fenb.Client.main(Client.java:28)
Destroying account..
But the server is shwoing the :
New entity bean context created
createbean called()!
Please help me out!!!
Rahul
-
Error in running a client for BMP!!! (0 messages)
- Posted by: Rahul ..
- Posted on: April 20 2001 06:40 EDT