RE: [Xdoclet-user] Dirty flag and ejbStore

2002-01-22 Thread Dion Almaer
On the auto-generating side... having this magic happen can be helpful, but it may be nice if it was documented. Maybe another left frame entry "AutoMagic" ;) that details the auto-creation of methods on the bean etc. D > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL P

RE: [Xdoclet-user] Dirty flag and ejbStore

2002-01-22 Thread Vincent Harcq
Hi, > Hey > It seems as though the current generated BMP layer always calls > ejbStore() on the superclass regardless of the dirty flag. > Is this intentional? No, I did merge the CMP and BMP .j to avoid duplicate code. I made the quick assumption that CMP was better and take it its .j cont

RE: [Xdoclet-user] Dirty flag and ejbStore

2002-01-22 Thread Ara Abrahamian
Agree. Some other 'automation' opportunities also exist. For example auto-generating ejbPostCreateBlabla methods if not existing in bean, and so on. Ara. > -Original Message- > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED]] On Behalf Of Rickard > Sent: Tuesday, Januar

RE: [Xdoclet-user] CMP mapping with orion

2002-01-22 Thread Ara Abrahamian
Read docs/orion.html, you can define the table/column/sql-type/etc using a set of @orion:blabla tags. Ara. > -Original Message- > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, January 22, 2002 8:09 PM > To: [EMAIL PROTE

RE: [Xdoclet-user] how use XDoclet , i need help

2002-01-22 Thread Ara Abrahamian
As the readme says, copy xdoclet.jar from lib to samples/lib, also make sure ant/jaxb/crimson.jar are there: - Put these jar files in lib directory: - ejb.jar (v2.0), jms.jar for (bundled with distribution) - servlet.jar (v2.3), webwork.jar for (bundled with distribution) - parser.jar, a

[Xdoclet-user] CMP mapping with orion

2002-01-22 Thread william . mathey
Hello, I try to map CMP EJB to a existing database. How I can tell to xdoclet the mapping between EJB and table and fields? Thank's -- William MATHEY Tél:03.87.75.98.98 Fax:03.87.75.98.99 mailto:[EMAIL PROTECTED] -- _

[Xdoclet-user] Dirty flag and ejbStore

2002-01-22 Thread Rickard
Hey It seems as though the current generated BMP layer always calls ejbStore() on the superclass regardless of the dirty flag. Is this intentional? Are we then supposed to check explicitly in our own code for isDirty? Would there be a problem with reinstating the isDirty check? Not a big dea

Re: [Xdoclet-user] how use XDoclet , i need help

2002-01-22 Thread Jaime21
People . i find the problem. Now i have understand the CVS thank Jaime - Original Message - From: "Jaime21" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 22, 2002 9:14 AM Subject: Re: [Xdoclet-user] how use XDoclet , i need help > Hi people i run build.sh of the w

Re: [Xdoclet-user] how use XDoclet , i need help

2002-01-22 Thread Jaime21
Hi people i run build.sh of the way follow : --- devteam@nazca:/usr/java/xdoclet/samples/script > sh build.sh Buildfile: build.xml init: prepare: ejbdoclet: BUILD FAILED /usr/java/xdoclet/samples/script/build.xml:98: taskdef class xdoclet.ejb.EjbD

RE: [Xdoclet-user] how use XDoclet , i need help

2002-01-22 Thread Ara Abrahamian
But it's documented in samples/readme.txt. Come on, don't be lazy! Read it :-) Ara. > -Original Message- > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED]] On Behalf Of Andrew Stevens > Sent: Tuesday, January 22, 2002 11:30 AM > To: [EMAIL PROTECTED] > Subject: Re: [Xd