Hi all,

Because i had try more testing code ( java bean), it also could not
generate the value object, i would like ask for who can help me, point
me to do that. Let xdoclet could generate value object file for me... I
already do following procedure :

1. at the ant build file, i already at <valueobject> inside the
<ejbdoclet>... i think it should be fine, because dataobject, PK..etc.
also generate correctly..
---------->8----- build.xml-------------
<ejbdoclet ...>
...
<valueobject>
<packageSubstitution packages="ejb" substituteWith="valueobjects"/>
</valueobject>
...
</ejbdoclet>
---------->8------------------
2. Java bean file... At class level and method level, i also at value
object tag in it...
----->8-------- xxxbean.java
...
*
* @ejb.value-object
* name="MachineType"
* match="*"
*
....
abstract class MachineTypeBean ....
...
/**
* Id of this MachineType. This is not remote since the primary key can
be extracted by other means.
*
* @ejb.pk-field
* @ejb.persistent-field
* @ejb.interface-method
* @ejb.persistence column-name="ID"
* @ejb.value-object match="*"
* @jboss.sql-type VARCHAR
* @jboss.jdbc-type java.lang.String
*/
public abstract String getID();
public abstract void setID(String ID);
...
----->8-----------------


Please help.



-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to