EJB COMPILATION

2000-08-02 Thread David Sierra Fernandez
When I compile my beans I use a similar bat that in J2EE server implementation: set ORION=C:\orion set CPATH=.;%ORION%\orion.jar;%ORION%\ejb.jar;%ORION%\jndi.jar; javac -classpath %CPATH% AgendaSClient.java Am I correct or should I use a different classpath Any other way of compilate my b

EJB COMPILATION

2000-07-31 Thread David Sierra Fernandez
When I compile my beans I use a similar bat that in J2EE server implementation: set ORION=C:\orion set CPATH=.;%ORION%\orion.jar;%ORION%\ejb.jar;%ORION%\jndi.jar; javac -classpath %CPATH% AgendaSClient.java Am I correct or should I use a different classpath Any other way of compilate my b

Orion 1.0 EJB compilation bug

2000-06-08 Thread Dave Elliot
Hi all, Just a quick note on a small bug I've stumbled across in Orion 1.0. Implemented a Home interface method: Collection findByDate(...) And implemented the corresponding implementation class method: ArrayList ejbFindByDate(...) I assume this was a mistake on my part by having a different s