How to write a query which should give only first few (say 5) records out of any number returned. Assumme a select query returning 100 records. But only the first five have to given.
my EJB is separetly deployed in the WeblogicServer.
In the same server am creating a WebApp which contain a Servlet and some TestCases. Am registering the WebApp through entries in Weblogic.properties file. Request from the browser will go to the servlet with the TestCase class name that should...
I tried placing the TestCase for unit testing EJB's in Weblogic server. Its working fine. but when i change the TestCase which is a java class and compile it then i have to restart the Weblogic Server. If not he is taking the Old class itself. How to load the TestCase dynamically. Am using...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.