[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: Xdocklet Methods and Eclipse not showing up

2004-10-08 Thread pilhuhn
Xdoclet is not supposed to carry you methods over in new classes. Instead it generates own methods when needed or overrides some of those you provide. So at the end you have to include your classes in a jar as well as the ones generated by Xdoclet. View the original post :

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: Xdocklet Methods and Eclipse not showing up

2004-10-08 Thread ssholtis
Here is the Bean class. Below is what was produced. public class RemoteEntirexBean extends ACTSEntireXClient implements SessionBean { public static final String s_classname = RemoteEntirexBean.class.getName(); static { Logger.addLoggingForClass(s_classname); }