Re: [castor-dev] where to find some samples?

2003-07-07 Thread David Blevins
On Mon, Jul 07, 2003 at 12:38:17PM -0400, tek1 wrote: > Hi Paulo. > > Are you using Castor or Entity Bean CMP for your persistence? > Both. OpenEJB uses Castor JDO for CMP persistence, so all your Castor persistable objects are usable as Entity EJBs. You setup a database.xml for the CMP conta

Re: [castor-dev] where to find some samples?

2003-07-07 Thread tek1
Hi Paulo. Are you using Castor or Entity Bean CMP for your persistence? The articles listed here: http://castor.exolab.org/presentations.html and here: http://www.brainopolis.com/castorwiki/Wiki.jsp?page=Articles should help with Castor. If you're using Entity Bean CMP, then you might want t

Re: [castor-dev] where to find some samples?

2003-07-07 Thread David Blevins
Hi Paulo, Perhaps Gareth (Cc'ed) can help you, he's using OpenEJB/Castor CMP on a project and was considering writing a more complex CMP example. -David On Mon, Jul 07, 2003 at 04:21:42PM +0100, Paulo Lopes wrote: > Hi, > > i'm trying to develop some ejb app using openejb 0.9.2 but i'm having

[castor-dev] where to find some samples?

2003-07-07 Thread Paulo Lopes
Hi, i'm trying to develop some ejb app using openejb 0.9.2 but i'm having some trouble using the one-to-many relationship. I'd like to create some kind of log whenever any object changes, for that i've an entity object called AuditingBean, and i'd like instantiate one whenever i create any oth