[Xdoclet-user] XDoclet - Ensure value is unique in database

2005-01-17 Thread Shaun Logue
Hi,   My application is using a table with address types e.g. Shipping, Home, Work, etc. These names must be unique and the name is not the primary key   Is there any way that XDoclet can be used to ensure this   Regards Shaun

Re: [Xdoclet-user] Excessive XDoclet generation times

2004-05-11 Thread Shaun
Setting the force attribute to false seems to have done the trick.  Thanks Erik.   Shaun  

[Xdoclet-user] Excessive XDoclet generation times

2004-05-11 Thread Shaun
just blindly missing something?  Without the taks, my build times are creeping over 3 mins.   Shaun  

Re: [Xdoclet-user] Help with Entity bean base class names in DD!

2004-05-10 Thread Shaun
Have you tried keeping the , , and subtasks together within the same task?  I have found that if they are not kept in the same task, the entity bean class names in the deployment descriptor turn out to reference nonexistent classes.  (ie. EntityCMPCMP)   Hope this helps, Shaun  

[Xdoclet-user] @jboss.unknown-pk tag not producing effect in deployment descriptor

2004-05-04 Thread Shaun
wever: java.lang.Integerinventory_idinventory_idINTEGERINTEGER   I've tried generating with XDoclet 1.2 and 1.2.1, to no avail.  Anyone have any suggestions?   Cheers, Shaun  

[Xdoclet-user] ejbdoclet task refuses to generate source, based on timestamp

2004-04-27 Thread Shaun
  Setting force="true" in the ejbdoclet task doesn't seem to help.  Any suggestions?   Cheers, Shaun  

[Xdoclet-user] Re: Nonfunctional package substitution

2004-04-27 Thread Shaun
Marcus,   With which version of XDoclet did you get package substitution for value objects to work?   Shaun   >> Has anyone experienced problems getting package subsitution to work for t=he , , , or ejbdoclet subta=sks?  Package substitution seems to work fine for , omeinterface

[Xdoclet-user] Nonfunctional package substitution

2004-04-26 Thread Shaun
Has anyone experienced problems getting package subsitution to work for the , , , or ejbdoclet subtasks?  Package substitution seems to work fine for , , and , but not for the others.  Any suggestions?   Cheers, Shaun Savani

[Xdoclet-user] Nonfunctional package substitution

2004-04-26 Thread Shaun
Has anyone experienced problems getting package subsitution to work for the , , , or ejbdoclet subtasks?  Package substitution seems to work fine for , , and , but not for the others.  Any suggestions?   Cheers, Shaun Savani  

Re: [Xdoclet-user] Value object generation for an entity with more than one CMR reference to another entity

2004-04-08 Thread Shaun
n getValue() in it.  The copy of entityfacade.xdt within XDoclet1.2b3-MIDDLEGENVO seems to work better.  I'll take your recommendation though regarding XDoclet 1.2, and try using 1.2b3's entityfacade.xdt.   Shaun  

RE: [Xdoclet-user] Value object generation for an entity with more than one CMR reference to another entity

2004-04-07 Thread Shaun
ted ejbdoclet subtask.  1.2b3 uses the correct Value names for value objects, which has motivated my decision to use it.   Shaun  

[Xdoclet-user] Value object generation for an entity with more than one CMR reference to another entity

2004-04-06 Thread Shaun
amage;   private boolean DamageHasBeenSet = false;  ... }   The incorrect case of the generated variable names indicated that something is wrong.   Has anyone else had a similar experience?   Cheers, Shaun  

[Xdoclet-user] Generated local entityfacades cannot deploy

2004-04-05 Thread Shaun
The subtask of is generating local entityfacades which contain methods declared to throw java.rmi.RemoteException, resulting in code that obviously will not deploy.  Has anyone else encountered this problem?   Cheers, Shaun Savani  

[Xdoclet-user] Determining version information after XDoclet is installed

2004-04-05 Thread Shaun
Does anyone know where the version information of XDoclet stored after the installation jar has been unpacked?   Shaun Savani