I was writing an entity bean the other day, actually more like half an hour ago, and it has a type field which can have some very specific values. Normally I would enter some constants in the interface (public final static int TYPE_BAD = 4) but now that part is generated.
I've written the constants the constants in the implementation java file but how do I get them into the interfaces? @ejb:interface-method didn't work. /Daniel _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
