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]>

Reply via email to