Yes,I ran it on the eclipse
Now I ran ant yaps-test as you said,
it worked well!
Thanks
La recherche a retourné 4 résultats
Aller sur la recherche avancée
- 17 janv. 2017 16:43
- Forum : GLG203
- Sujet : [RESOLU] [TP12] IllegalArgumentException: Unknown entity
- Réponses : 6
- Vues : 799
- 16 janv. 2017 21:29
- Forum : GLG203
- Sujet : [RESOLU] [TP12] IllegalArgumentException: Unknown entity
- Réponses : 6
- Vues : 799
[RESOLU] [TP12] IllegalArgumentException: Unknown entity
I finished all the building of the Entity beans and DAOs. and when I ran the testcase, all the errors and exceptions point to one place: java.lang.IllegalArgumentException: Unknown entity bean class: class com.yaps.petstore.server.util.uidgen.Counter, please verify that this class has been marked wi...
- 30 nov. 2016 1:32
- Forum : GLG203
- Sujet : com.meterware.httpunit.HttpInternalErrorException: Error on
- Réponses : 1
- Vues : 335
Re: com.meterware.httpunit.HttpInternalErrorException: Error
Bonjour: HttpInternalErrorException means there is an error in your HttpServlet. and the Trace you showed to us meant nothing because it only showed the exception trace outside the servlet. I suggest you to add "e.printStackTrace();" to catch the exception trace in the HttpServlet after the followin...
- 16 nov. 2016 10:59
- Forum : GLG203
- Sujet : My solution for Connection refused &ClassNotFoundException
- Réponses : 1
- Vues : 389
My solution for Connection refused &ClassNotFoundException
For the windows users ,please create a file called "startRMI.bat". then , put the following codes in the file. @echo on set DEPLOY_DIR=..\build set CLASSPATH=%DEPLOY_DIR%\server.jar;%DEPLOY_DIR%\common.jar;%DEPLOY_DIR%\clientCatalog.jar;%DEPLOY_DIR%\clientCustomer.jar;%DEPLOY_DIR%\clientOrder.jar;%M...