[Xdoclet-user] Struts .do files missing

2003-08-20 Thread David Norwood
Hi, I'm modifying the Airlines example in the Middlegen download to point to a set of my own tables. The build is running, and everything is getting built except for the Struts .do files. Any ideas on what's wrong? Below is the build.xml for Middlegen. TIA, david norwood ]>

Re: [Xdoclet-user] Hibernate Xdoclet

2003-08-20 Thread Jim Bruno Goldberg
Konstantin Priblouda wrote: > > --- Jim Bruno Goldberg <[EMAIL PROTECTED]> > wrote: > > > > Thanks. I try it with the follow lines: > > > > > > /** > > * @hibernate.list table="teste2" > > cascade="delete" > > * @hibernate.collection-key column="enterprise" > > * @hibernat

[Xdoclet-user] local-jndi-name generated in jboss.xml

2003-08-20 Thread Paulo Bengero
Hi there! I'm using jboss 3.2.1. I have a session bean and an entity beans. My session beans refers to my entity beans through local referencing. Also i want to produce a and tags for my entity beans inside my ejb-jar.xmland i've added them successfully as reflected by my xml snippet of ejb-j

[Xdoclet-user] Virus Alert

2003-08-20 Thread auto-filter
An attachment called (WORM_SOBIG.F) in an email that appears to have been sent from your email address to ([EMAIL PROTECTED]) contained the virus (WORM_SOBIG.F), which has been deleted. If you do not believe you were the actual sender, the Klez virus is likely to be the culprit. The Klez virus wor

Re: [Xdoclet-user] Hibernate Xdoclet

2003-08-20 Thread Konstantin Priblouda
--- Jim Bruno Goldberg <[EMAIL PROTECTED]> wrote: > > Thanks. I try it with the follow lines: > > > /** > * @hibernate.list table="teste2" > cascade="delete" > * @hibernate.collection-key column="enterprise" > * @hibernate.collection-one-to-many > column="teste' > clas

Re: [Xdoclet-user] Hibernate Xdoclet

2003-08-20 Thread Jim Bruno Goldberg
Thanks. I try it with the follow lines: /** * @hibernate.list table="teste2" cascade="delete" * @hibernate.collection-key column="enterprise" * @hibernate.collection-one-to-many column="teste' class="adama.supplier.SupplierSegment" */ public List

Re: [Xdoclet-user] Hibernate Xdoclet

2003-08-20 Thread Konstantin Priblouda
--- Jim Bruno Goldberg <[EMAIL PROTECTED]> wrote: > Hi, All! > > Please, can someone send me a sample to use > List or Bag > Hibernate with > Xdoclet? > I try to use it but generates a strange > exception on Xdoclet. > Thanks. * @hibernate.collection-key column="in

[Xdoclet-user] Hibernate Xdoclet

2003-08-20 Thread Jim Bruno Goldberg
Hi, All! Please, can someone send me a sample to use List or Bag Hibernate with Xdoclet? I try to use it but generates a strange exception on Xdoclet. Thanks. -- CUL8R,[]s Jim Bruno Goldberg http://www.md5.com.br --- Th

[Xdoclet-user] Value-Objects relation

2003-08-20 Thread Manfred Braunwieser
Hello,  I am attempting to use XDoclet to generate two Entity Beans and the according value-objects. The problme is that I only can generate those EJB's with a unidirectional relation otherwise I get a problematic exception: javax.ejb.TransactionRolledbackLocalException I do not know what is it al

[Xdoclet-user] Re: That movie

2003-08-20 Thread jvanzyl
Please see the attached file for details.

[Xdoclet-user] xdoclet 1.2b3 doesn't create hibernate xml files

2003-08-20 Thread Andreas Koschinsky
I have no idea what's going on. Sometimes xdoclet (1.2b3) generates hibernate xml files and sometimes it is not. Maybe someone could help and shine a light on it. Here the situation: I have a directory with two subdirectories 1) xdoclet: that's the binary distribution of xdoclet 2) test: directory

[Xdoclet-user] Don't generate jaws.xml

2003-08-20 Thread Paulo Bengero
Here is the ejbdoclet task of my build.xml. When i run ant this xml generates jaws.xml. I don't want to generate jaws.xml. What tag do i need to remove?

[Xdoclet-user] Duplicate servlet-mapping

2003-08-20 Thread Thambi Chandrakumar
Hello, I have a servlet,FlowerServlet, which extends BaseServlet(another servlet). The XDoclet tags for FlowerServlet are as shown below. When XDoclet created web.xml,however, it creates two elements of for FlowerServlet corresponding two different s, as shown below. ---Cod