sorry if this is a very dumb question, but when i look at samples from xdoclet (xpetstore for instance) i see sessionbeans implemented like this:
public abstract SomeSession implements SessionBean ... and without the sessionbean methods (ejbCreate() etc. but when i try to make one like that myself and deploy it to orion i get errors from orion saying that my class has no ejbCreate method corresponding to the remote create() method (which is true). I have also created some EntityBeans with MiddleGen, and it also creates a SequenceSessionBean with the same characteristica. i think there would be more posts about it if noone could get middlegen to work, so i think i have misunderstood something. am i missing something basic here? i cant seem to find anything about this anywhere, and when i look at examples of sessionbeans (in Mastering EJB 2.0) the do implement all the lifecycle methods themselves. i could really use some pointers here sincerely morten wilken ------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
