[Xdoclet-user] Merging using {0} not working

2004-01-06 Thread Javier Castañón
Hi everybody! I had to tailor validation for use with Struts. One of the customizations is to merge some files each one corresponding to an action form. Unfortunately, I still can't merge the files, unless their names are hard-coded in the template :-( I've tried with the following directory

Re: [Xdoclet-user] Problem with table-name

2004-01-06 Thread Andrew Stevens
On Tue, 2004-01-06 at 11:23, Rafal Kedziorski wrote: > I'm working with the current xdoclet version but the problem was in the > last beta version. I have this code: > > * @jboss.persistence > * read-only = "true" > * read-time-out = "-1" > * list-cache-max = "100" > *

Re: [Xdoclet-user] FW: unwanted weblogic remote interfaces.

2004-01-06 Thread Andrew Stevens
On Tue, 2004-01-06 at 14:03, Neuman, Ben J., A&M IRM wrote: > I found the problem just after email submission. "cmp-version=2.x" is > obviously not appropriate for a BMP Entity and was causing the > problem. It may not be appropriate, but that's no reason for it to break things IMO. Non-CMP bean

Re: [Xdoclet-user] ReplaceCopy task fails

2004-01-06 Thread Erik Hatcher
I've never used ReplaceCopy, so can't help with this particular problem, but I recommend having a look at VPP and perhaps using it instead. The VPPFilter is pretty darn slick! Erik On Jan 6, 2004, at 8:21 AM, Chris Searle wrote: I'm using the ReplaceCopy task defined as:

[Xdoclet-user] FW: unwanted weblogic remote interfaces.

2004-01-06 Thread Neuman, Ben J., A&M IRM
I found the problem just after email submission. "cmp-version=2.x" is obviously not appropriate for a BMP Entity and was causing the problem.   -Original Message-From: Neuman, Ben J., A&M IRM Sent: Monday, January 05, 2004 3:18 PMTo: '[EMAIL PROTECTED]'Subject: unwanted weblogic re

[Xdoclet-user] ReplaceCopy task fails

2004-01-06 Thread Chris Searle
I'm using the ReplaceCopy task defined as: where the class.path ref contains all the jar files within the xdoclet 1.2 lib dir as well as j2ee.jar (j2sdkee) and tools.jar (j2sdk). One of the targets is (it's used in lot's of places - this is just the simplest): Where applicatio

Re: [Xdoclet-user] Problem with table-name

2004-01-06 Thread Roger Wegner
Hi Rafal, just add @ejb.persistence = "acl_entry" to your code. Regards, Roger Rafal Kedziorski wrote: Hi, I'm working with the current xdoclet version but the problem was in the last beta version. I have this code: * @jboss.persistence * read-only = "true" * read-time-out = "

RE: [Xdoclet-user] FW: [Xdoclet-devel] trying to generate one ejb-jar.xml file per bean...

2004-01-06 Thread Mark Lybarger
i was finally able to get this to work. i never did get debugging for xdoclet figured out... i ended up removing the entity and mdb sections in the templates which seemed to throw off the class/ejb being worked on. so, now i have a xdoclet-ejb-xxx.jar that generates one xml descriptor file per

[Xdoclet-user] Problem with table-name

2004-01-06 Thread Rafal Kedziorski
Hi, I'm working with the current xdoclet version but the problem was in the last beta version. I have this code: * @jboss.persistence * read-only = "true" * read-time-out = "-1" * list-cache-max = "100" * table-name = "acl_entry" But in my jbosscmp-jdbc.xml I'm missi