I want to know what problems we get when we test our entity bean inside the container.
Each and every time we have to deploy our bean inside the container.It takes too much time.this is i think one problem.Is it really a big problem or not?
Plz tell me some related document abt testing problems in Entity Beans.
-
Want o know problems to test Entity Beans (1 messages)
- Posted by: Nitin Garg
- Posted on: March 03 2005 11:44 EST
Threaded Messages (1)
- Want o know problems to test Entity Beans by Amit Kumar on March 03 2005 17:09 EST
-
Want o know problems to test Entity Beans[ Go to top ]
- Posted by: Amit Kumar
- Posted on: March 03 2005 17:09 EST
- in response to Nitin Garg
That's a very general question. You may face N number of problem. It depends on the way; you are planning your testing.
Consuming time in deployment is not your problem. It's the Application server's headache and you should not bother about it till them you EJB works fine after the deployment. :)