Hi,
I'm working on a EJB project.
I do not find any way to :
test my bean before deploying (I think there no way )
test my clent app :I don't no how to include the client .jar file
generated when I deploy my beans on the EJB server.
If I include it on the path of the internal VM, the VM do not take it
as a valid archive:
I enter
C:\...\myEjbClientJarFile.jar
and I have :
C:\...\myEjbClientJarFile.jar\
My app. and jar file works when I use the Sun VM.
I will look at this and respond shortly.
Regards,
Tim Dutton
Internet Tools Technical Support
Symantec Corporation
It looks like you are going to have to .jar your classes manually then
upload to the server.