Where do I find ejb-examples? I'm missing some configuration info on the build. I tried a search and didn't find any files containing ejb-examples under ojb directories.
----- C:\sw\ojb-0.9.8>bin\build Buildfile: build.xml ............ BUILD SUCCESSFUL Total time: 47 seco C:\sw\ojb-0.9.8>bin Buildfile: build.xm BUILD FAILED Target `ejb-examples Total time: 0 secon C:\sw\ojb-0.9.8> -----Original Message----- From: Matthew Baird [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 5:34 PM To: OJB Users List Subject: RE: examples of session EJB accessing OBJ armin has included test cases in the OJB distro to do this. Hi all, I have fixed the ejb-examples stuff. With jboss-3.0.3 + 3.0.4 all test passed without any hassle. I have completely separate the ejb-example/junit stuff from the the other junit-tests, because I run into problems when using persistent object classes from the test package (proxy stuff, .....). Build the examples: bin\build.bat jar bin\build.bat ejb-examples in /dist dir you will find a bean jar file. TODO: - There is one open point when using the OJB default sequence manager (SequenceManagerHighLowImpl) in managed environments (see comment in this class), thus it is recommended to use the SequenceManagerNextValImpl if the used database supports database based sequence generation (e.g. ... nextval from dual stuff) or the SequenceManagerInMemoryImpl ( in test environments). - The re(hot)-deployment of the sample beans does not work. regards, Armin -----Original Message----- From: Chiu, Eric T [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 2:32 PM To: '[EMAIL PROTECTED]' Subject: examples of session EJB accessing OBJ Does anyone have any examples of using session EJBs to access OBJ? I am testing this architecture to see if it is faster performance-wise than using entity EJBs. Thanks, Eric -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
