Re: [Xdoclet-user] is a method static?

2005-04-05 Thread Andrew Stevens
On Mon, 2005-04-04 at 17:39, Simon Heinzle wrote: I'm trying to write a template -- but I didn't find a way to query if a method is static, e.g. a template tag like XDtMethod:ifIsStatic. I know XDtMethod:modifiers but I don't see a way how to use this for a conditional. Does anyone have

Re: [Xdoclet-user] Remote/Local relationship

2005-04-05 Thread Marcus S . Zarra
Thank you for that information and while I generally agree with you, there are certain requirements, not to mention testing that prohibit utilizing that design 100%. My question to the list is -- is there any reason why a relationship cannot be defined and utilized remotely? Has anyone done

RE: [Xdoclet-user] Remote/Local relationship

2005-04-05 Thread Harkness, David
Marcus S. Zarra penned Do relationships only work locally? Yes, that's correct. CMR only works with local interfaces. -- David Harkness Sony Pictures Digital Sr. Software Engineer 310.482.4756[EMAIL PROTECTED] A computer lets you make more mistakes faster

[Xdoclet-user] Creating ValueObject with 1:1 relation

2005-04-05 Thread Alexander Czernay
I have two simple EntityBeans: ImageBean and ImageVariantBean, where ImageBean just holds an image's name and references to many ImageVariantBeans that hold the actual image-data in different variants. I can create perfectly well working ValueObjects for this 1:n relation using XDoclet. But I

Re: [Xdoclet-user] Re: : Hibernate Composite key with multiple columns

2005-04-05 Thread vibha . aggarwal
I expect to see composite-id name=vehicleServiceDetailPK class=com.ashland.vioc.csw.dto.VehicleServiceDetailPK key-property name=lineNum type=java.lang.Integer column=lineNum length=3 /